Metadata-Version: 2.4
Name: varix
Version: 0.1.2
Summary: A small module to dynamically create and delete Python variables.
Author: wirnty
Author-email: skedovichusjdj@gmail.com.com@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# varix

Varix is a small Python module for dynamically creating and deleting global variables.

## Installation

```bash
pip install varix
