Metadata-Version: 2.4
Name: pg2ch
Version: 0.1.0
Summary: Convert PostgreSQL DDL to ClickHouse DDL
Author-email: Guja Lomsadze <lomsadze.guja@gmail.com>
License: Apache 2.0
Project-URL: Homepage, https://github.com/GujaLomsadze/pg2ch
Project-URL: Repository, https://github.com/GujaLomsadze/pg2ch
Project-URL: Documentation, https://github.com/GujaLomsadze
Project-URL: Bug Reports, https://github.com/GujaLomsadze/pg2ch/issues
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sqlparse>=0.4.4
Requires-Dist: click>=8.0.0
Requires-Dist: pydantic>=2.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: isort>=5.12.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Requires-Dist: pre-commit>=3.0.0; extra == "dev"
Requires-Dist: twine>=4.0.0; extra == "dev"
Requires-Dist: build>=0.10.0; extra == "dev"
Dynamic: license-file
Dynamic: requires-python

# pg2ch

### Convert PostgreSQL DDL to ClickHouse DDL and Toolkits
