Metadata-Version: 2.4
Name: skoll
Version: 0.1.13
Summary: A simple package that provide a basic API python framework based on starlette and some domain driven design concepts
Author-email: Monzon Diarra <diarramonzon4@gmail.com>
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: aiohttp>=3.13.3
Requires-Dist: aiosmtplib>=5.1.0
Requires-Dist: asyncpg>=0.31.0
Requires-Dist: attrs>=25.4.0
Requires-Dist: certifi>=2026.1.4
Requires-Dist: nats-py[nkeys]>=2.13.1
Requires-Dist: pyjwt>=2.11.0
Requires-Dist: starlette>=0.49.3
Requires-Dist: ulid>=1.1
Description-Content-Type: text/markdown

# Skoll

A simple package that provide a basic API python framework based on starlette and some domain driven design concepts.

## Installation

```bash
pip install skoll
```

## Usage

Comming soon...

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
