Metadata-Version: 2.4
Name: cupx
Version: 1.0.0
Summary: Official CupX Corporation Python Library
Author: Faisal Muzaffar
License: MIT
Keywords: cupx,corporation
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

# cupx

Official Python package for CupX Corporation.

## Installation

```bash
pip install cupx
```

## Usage

```python
import cupx

cupx.qzz()
```

Output

```
CupX Corporation
```

## License

MIT
