Metadata-Version: 2.4
Name: pydocstringGenerator
Version: 1.0.0
Summary: Automated Python Docstring Generator - Analyzes and generates docstrings in Google, NumPy, and reST formats
Author-email: Himanshu Chawla <himanshu@example.com>
Project-URL: Homepage, https://github.com/himanshu-chawla/pydocstringGenerator
Project-URL: Documentation, https://github.com/himanshu-chawla/pydocstringGenerator#readme
Project-URL: Repository, https://github.com/himanshu-chawla/pydocstringGenerator.git
Project-URL: Issues, https://github.com/himanshu-chawla/pydocstringGenerator/issues
Keywords: docstring,documentation,ast,pydocstyle,python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Documentation
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: streamlit>=1.0.0
Requires-Dist: plotly>=5.0.0
Requires-Dist: pydocstyle>=6.0.0
Requires-Dist: tomli>=1.0.0; python_version < "3.11"
Provides-Extra: dev
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: flake8>=6.0.0; extra == "dev"
Requires-Dist: coverage>=7.0.0; extra == "dev"
Requires-Dist: pytest>=7.0.0; extra == "dev"

# Automated-Python-Docstring-Generator
A projected created by Himanshu Chawla under Infosys Springboard Internship.
