Metadata-Version: 2.4
Name: cupxco
Version: 1.0.0
Summary: Official CupX Ecosystems Python Library
Author: Faisal Muzaffar
License: MIT
Keywords: cupxco,cupx,ecosystems
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: license-file

# cupxco

Official Python package for CupX Ecosystems.

## Installation

```bash
pip install cupxco
```

## Usage

```python
import cupxco

cupxco.qzz()
```

Output

```
CupX Ecosystems
```

## License

MIT
