Metadata-Version: 2.1
Name: pydoc-markdown
Version: 3.3.0
Summary: Create Python API documentation in Markdown format.
Home-page: https://github.com/NiklasRosenstein/pydoc-markdown
Author: Niklas Rosenstein
Author-email: rosensteinniklas@gmail.com
License: MIT
Description:   [MkDocs]: https://www.mkdocs.org/
        
        # Pydoc-Markdown
        
        Pydoc-Markdown is a tool and library to create Python API documentation in
        Markdown format based on `lib2to3`, allowing it to parse your Python code
        without executing it.
        
        Pydoc-Markdown requires Python 3.6 or newer.
        
        [>> Go to the Documentation](https://pydoc-markdown.readthedocs.io/en/latest/)
        
        __Features__
        
        * Understands multiple doc styles (Sphinx, Google, Pydoc-Markdown)
        * Supports assignment docstrings (`#:` block before or string literal after the statement)
        * Links references to other documented API objects [WIP]
        * [MkDocs][] and [Hugo](https://gohugo.io/) integration
        
        __Installation__
        
        Install Pydoc-Markdown from PyPI:
        
            $ pipx install 'pydoc-markdown>=3.0.0,<4.0.0'
        
        __Quickstart__
        
            $ pipx install mkdocs
            $ pydoc-markdown --bootstrap mkdocs
            $ pydoc-markdown --bootstrap readthedocs
            $ pydoc-markdown --server --open-browser
        
        What this does:
        
        1. Install [MkDocs][]
        2. Create  `pydoc-markdown.yaml` file in the current directory
        3. Render Markdown files from the Python modules/packages in your current
           working directory and open a browser to the live-reloading HTML page
           generated by MkDocs.
        
        ---
        
        <p align="center">Copyright &copy; 2020 Niklas Rosenstein</p>
        
Keywords: documentation,docs,generator,markdown,pydoc
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
