Metadata-Version: 2.1
Name: mdgpt
Version: 0.1.1
Summary: Translate and generate static site from Markdown files using ChatGTP
License: MIT
Author: Jeppe Bårris
Author-email: jeppe@barris.dk
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: openai (>=0.27.8,<0.28.0)
Requires-Dist: pycountry (>=22.3.5,<23.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: python-frontmatter (>=1.0.0,<2.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.4.2,<14.0.0)
