Metadata-Version: 2.4
Name: chemdb-common
Version: 0.2.0
Summary: Shared library for chemistry database MCP servers
Author-email: Reto Stamm <reto@retostamm.com>
License-Expression: LGPL-3.0-or-later
License-File: LICENSE
Keywords: catalysis,chemistry,database,mcp,mof
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic>=2.0
Requires-Dist: sqlalchemy>=2.0
Requires-Dist: typer>=0.12
Provides-Extra: dev
Requires-Dist: black>=24.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.5; extra == 'dev'
Provides-Extra: postgres
Requires-Dist: psycopg[binary]>=3.0; extra == 'postgres'
