Metadata-Version: 2.4
Name: atx-cli
Version: 10.0.2
Author-email: Ashutosh <duttaashutosh500@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# atx-cli



## Status
- Experimental
- Proof-of-concept
- Not intended for production use

## Installation
```bash
pip install atx-cli
```

## Usage
```python
from atx-cli.core import hello
print(hello())
```

## Disclaimer
This package is provided for research and educational purposes only.
