Metadata-Version: 2.1
Name: pdoc3-files
Version: 0.1.0
Summary: Bulk Python file documentation generator using pdoc3.
Home-page: https://github.com/firgaty/pdoc3-files
Author: Félix Desmaretz
Author-email: felix.desmaretz@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pdoc3-files

Bulk Python file documentation generator using pdoc3.

By default, if no argument other than the input dir is specified, a folder `doc/` is created in the current folder, with an HTML documentation file per python file.

- To output to reStructuredText format:
    `$ python document.py -t rst`

- To change the output dir path:
    `$ python document.py -o output_path`

