معرفی شرکت ها


create-doc-0.1.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Generate project documentation using GPT.
ویژگی مقدار
سیستم عامل -
نام فایل create-doc-0.1.6
نام create-doc
نسخه کتابخانه 0.1.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ivan Vrbovčan
ایمیل نویسنده ivan.vrbovcan@nomendi6.com
آدرس صفحه اصلی https://github.com/Nomendi6/create_doc
آدرس اینترنتی https://pypi.org/project/create-doc/
مجوز MIT license
## create_doc Generate angular project documentation using GPT and dependency-cruiser. - Free software: MIT license ### Features - Create documentation for your project using GPT. Analyze html files or other file types and generate a markdown file with the documentation. - Create module dependency documentation using dependency-cruiser static code analysis. ### Installation - Install the package with pip: pip install create_doc - Define the following environment variables: OPENAI_API_KEY: Your OpenAI API key - Install the following tools used by the processors: - Install dependency-cruiser in the project you want to analyze npm install dependency-cruiser - or install dependency-cruiser globally to use it in other projects (it will show some warnings during processing npm install -g dependency-cruiser ### Usage - Initialize a project with the following command: create_doc init - Check the configuration file `.create_doc.json` created in the root of your project and adjust it to your needs. You can define multiple processors for gpt and dependencies. - Create documentation for your project the following command: create_doc gpt-process - You can also run the specific gpt processors with the following commands: create_doc gpt-process processor_name - for example create_doc gpt-process forms - Create documentation for your project dependencies with the following command: create_doc analyze-dependencies - To run the specific dependency processors use the following commands: create_doc analyze-dependencies processor_name ### Credits OpenAI API is used to generate the documentation. - OpenAI API: https://openai.com/ Dependency-cruiser is used to analyze the dependencies of the project. - Dependency-cruiser: https://github.com/sverweij/dependency-cruiser Example angular form from https://github.com/gothinkster/angular-realworld-example-app 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 # History ## 0.1.0 (2023-03-25) * First release on PyPI. ## 0.1.2 (2023-03-27) * Improved GPT documentation generation.


نیازمندی

مقدار نام
>=7.0 Click
- openai
- python-dotenv
- tiktoken


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl create-doc-0.1.6:

    pip install create-doc-0.1.6.whl


نصب پکیج tar.gz create-doc-0.1.6:

    pip install create-doc-0.1.6.tar.gz