Metadata-Version: 2.1
Name: autodocstring
Version: 0.1.0
Summary: A Python package for generating docstrings automatically.
Home-page: https://github.com/eduardonery1/autodocstring
Author: Your Name
Author-email: your_email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: python-dotenv
Requires-Dist: google-generativeai

# Autodocstring
Have ```GEMINI_API_KEY ```defined in your PATH.
Run this to generate docstrings to all your methods at the desired python module.
```bash
python main.py path/to/file
```
