Metadata-Version: 2.1
Name: cactive
Version: 1.0.0
Summary: All of the Cactive NPM modules rewritten in Python
Home-page: https://github.com/CactiveNetwork/cactive-rewrites/tree/main/python/
Author: Cactive
Author-email: legal@cactive.network
Project-URL: Bug Tracker, https://github.com/CactiveNetwork/cactive-rewrites/tree/main/python/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md

### What is this?
This is a collection of Cactive's NPM Modules rewritten in Python

### How to install and use?
First, by using these modules you agree to our LICENSE: https://github.com/CactiveNetwork/cactive-rewrites/tree/main/python/LICENSE.md

Install:
```bash
pip install cactive
```

To find out the documentation for all modules please type:
```python
import cactive

cactive.get_started()
```
