Metadata-Version: 2.4
Name: linkai-aion
Version: 0.1.0
Summary: A lightweight Python utility library for developers.
Author: Aksel
License-Expression: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file
Dynamic: requires-python

# aion

Aion is a Python package for [briefly describe your project here].

## Installation

```bash
pip install aion
```

## Usage

```python
import aion
# Your usage example here
```
