Metadata-Version: 2.1
Name: packaage
Version: 0.0.1
Summary: Packaage is a Python library with few AI utils
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: unidecode

# Packaage

Packaage is a Python library with few AI utils.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install packaage.

```bash
pip install packaage
```

## Usage

```python
from packaage.life import meaning

print(meaning) # print 42
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

