Metadata-Version: 2.4
Name: atraxi-flow
Version: 99.99.99
Summary: A basic test package
License: MIT
Project-URL: Homepage, https://github.com/example/atraxi-flow
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

# atraxi-flow

A basic test package for PyPI publishing.

## Installation

```bash
pip install atraxi-flow
```

## Usage

```python
from atraxi_flow import hello

hello()
```
