Metadata-Version: 2.4
Name: fastatp
Version: 0.0.0a0
Summary: Atproto-flavored signed lexicons for Python: did:web hosting, symmetric peers, Pydantic-based signed records.
Author: Jacob Lapenna
License: MIT
License-File: LICENSE
Keywords: atproto,did,did-web,jwt,pydantic,signing,starlette
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Requires-Dist: cryptography
Requires-Dist: httpx
Requires-Dist: pydantic>=2.0
Requires-Dist: pyjwt[crypto]>=2.8
Requires-Dist: starlette
Requires-Dist: uvicorn
Provides-Extra: fastapi
Requires-Dist: fastapi>=0.100; extra == 'fastapi'
Provides-Extra: postgres
Requires-Dist: asyncpg; extra == 'postgres'
Provides-Extra: sqlite
Requires-Dist: aiosqlite; extra == 'sqlite'
Description-Content-Type: text/markdown

# FastATP

Atproto-flavored signed lexicons for Python — `did:web` hosting, symmetric `Peer` abstraction, Pydantic-based signed records. Designed for OT/IoT, human-to-agent & agent-to-agent communication, edge computing, and anywhere else chained and verifiable signed messages with decentralized identity matter.

> **Status:** under active development. The first usable release (**v0.1**) is targeted for 2026. The package on PyPI is a name reservation; it is not yet feature-complete and should not be relied on.

## License

MIT — see [LICENSE](LICENSE).
