Metadata-Version: 2.4
Name: chrono-temporal
Version: 0.1.0
Summary: Time-travel queries for any data entity. Query what your data looked like at any point in history.
Author-email: Daniel <daniel@example.com>
License: MIT
Project-URL: Homepage, https://github.com/Daniel7303/chrono-temporal-api-framework
Project-URL: Repository, https://github.com/Daniel7303/chrono-temporal-api-framework
Project-URL: Issues, https://github.com/Daniel7303/chrono-temporal-api-framework/issues
Keywords: temporal,time-travel,database,audit,history,fastapi,sqlalchemy
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: Framework :: FastAPI
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sqlalchemy>=2.0.0
Requires-Dist: asyncpg>=0.29.0
Requires-Dist: pydantic>=2.0.0
Provides-Extra: fastapi
Requires-Dist: fastapi>=0.111.0; extra == "fastapi"
Requires-Dist: uvicorn[standard]>=0.29.0; extra == "fastapi"
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23.0; extra == "dev"
Requires-Dist: httpx>=0.27.0; extra == "dev"
Dynamic: license-file
