Metadata-Version: 2.1
Name: gpt4docs
Version: 0.1.0
Summary: Python package using AI to generate documentation for your codebase
Author: Simon Moe Sørensen
Author-email: sso@2021.ai
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: chromadb (==0.4.5)
Requires-Dist: langchain (==0.0.261)
Requires-Dist: openai (>=0.27.8,<0.28.0)
Requires-Dist: pydantic (>=1.10.8,<2.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: tiktoken (>=0.4.0,<0.5.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Description-Content-Type: text/x-rst

========
gpt4docs
========


.. image:: https://img.shields.io/pypi/v/gpt4docs.svg
        :target: https://pypi.python.org/pypi/gpt4docs

.. image:: https://img.shields.io/travis/simonmoesorensen/gpt4docs.svg
        :target: https://travis-ci.com/simonmoesorensen/gpt4docs

.. image:: https://readthedocs.org/projects/gpt4docs/badge/?version=latest
        :target: https://gpt4docs.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Python package using AI to generate documentation for your codebase


* Free software: MIT license
* Documentation: https://gpt4docs.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

