Metadata-Version: 2.4
Name: paxx
Version: 0.1.0
Summary: Python Async API - a domain-oriented web framework built on top of FastAPI
Author: Adam
License: MIT
Keywords: domain-driven,fastapi,framework,web
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: jinja2>=3.1.0
Requires-Dist: rich>=13.0.0
Requires-Dist: typer>=0.9.0
Provides-Extra: dev
Requires-Dist: aiosqlite>=0.20.0; extra == 'dev'
Requires-Dist: fastapi>=0.115.0; extra == 'dev'
Requires-Dist: mypy>=1.13.0; extra == 'dev'
Requires-Dist: pre-commit>=4.0.0; extra == 'dev'
Requires-Dist: pydantic-settings>=2.6.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.24.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.8.0; extra == 'dev'
Requires-Dist: sqlalchemy[asyncio]>=2.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# paxx

Python Async API - a domain-oriented web framework built on top of FastAPI.

Resync paxx in scaffolded project:

```
uv sync --reinstall-package paxx
```

Recreate tmp feature:

```
sh scripts/paxx-reboot.sh
```

Test paxx flow:

```
sh scripts/test-paxx.sh
```

Check package name:

```
curl -s -o /dev/null -w "%{http_code}" https://pypi.org/pypi/NAME/json
```
