Metadata-Version: 2.4
Name: not_enough_constants
Version: 0.2.0
Summary: This package adds not enough constants to your project
Author: Joseph Ebersole
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

# Not Enough Constants

### About

All your constants, all in one place.

new constants coming soon...

### How to use

run the following comman to install the package: <br>
```python
pip install not-enough-constants
```
after installing package, constants can be imported by specifing the package and the constant: <br>
```python
import not_enough_constants as nec
```

