Timepoint Clockchain requires Python 3.11 or higher and PostgreSQL 16+.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/timepoint-ai/timepoint-clockchain/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
PostgreSQL 16+
Clockchain requires a PostgreSQL database. See the Database Setup guide for installation instructions.
Installation Methods
Dependencies
The core dependencies installed automatically:- FastAPI (>=0.115.0) - Web framework
- Uvicorn (>=0.30.0) - ASGI server
- Pydantic (>=2.9.0) - Data validation
- Pydantic Settings (>=2.6.0) - Configuration management
- httpx (>=0.28.0) - HTTP client for Flash integration
- asyncpg (>=0.29.0) - PostgreSQL driver
- timepoint-tdf - TDF format support (from GitHub)
Development Dependencies
For testing and development:- pytest
- pytest-asyncio
- httpx (for testing)
Verify Installation
Confirm the installation by checking the package:Next Steps
Database Setup
Configure PostgreSQL and initialize the schema
Environment Configuration
Set required environment variables