Metadata-Version: 2.1
Name: kabbes_smart_documentation
Version: 0.3.0
Summary: UNKNOWN
Home-page: https://pypi.org/project/kabbes_smart_documentation
Author: James Kabbes
Author-email: james.kabbes@gmail.com
License: UNKNOWN
Project-URL: GitHub, https://github.com/jameskabbes/smart_documentation
Project-URL: Documentation, https://jameskabbes.github.io/smart_documentation
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

[GitHub Pages](https://jameskabbes.github.io/smart_documentation)<br>
[PyPI](https://pypi.org/project/kabbes-smart-documentation)

# smart_documentation
Package for automatically generating documentation for Python repositories

<br> 

# Installation
`pip install kabbes_smart_documentation`

<br>

# Usage
For more in-depth documentation, read the information provided on the Pages. Or better yet, read the source code.

## Python Script

```python
import smart_documentation as smart_doc
```

```python
smart_doc.generate()
```

## Terminal

```
python -m smart_documentation
```

<br>

# Author
James Kabbes


