Metadata-Version: 2.1
Name: apoorvalimaye
Version: 0.1.3
Summary: A package for asset management visualization and quantum information
Author: Apoorva Limaye
Author-email: shivduttchoubey@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# README.md
# apoorvalimaye

A Python package that provides asset management visualization and quantum information.

## Installation

```bash
pip install apoorvalimaye
```

"""
## Usage

```python
from apoorvalimaye import assets, quantum

# Open asset management window
assets()

# Open quantum information window
quantum()
```

# Play the asset swap game
swap()

"""

## License
MIT
