Have you ever tired on writing documentation to your code?
Not more! DocGen is package written on python to generate
documentation to your code by one command
Install through pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple fiit-docgen
Or go to tags and click on "Release" or click on "Releases" on main page, after download file with .whl extension and
install this file through pip: pip install (PATH TO FILE)
- See helpful information about package by
docgen -hordocgen --help - Authorization by writing your Gemini API key
- And write
docgen --api-key=(YOUR_API_KEY) (FILE PATH)to generate documentation to your code
You can visit our project on TestPyPI