Metadata-Version: 2.1
Name: pencil_pusher
Version: 1.2.0
Summary: A python package that compiles source documentation and publishes it to the repo wiki
Home-page: https://github.com/stephend017/pencil-pusher
Author: Stephen Davis
Author-email: stephenedavis17@gmail.com
License: MIT
Description: # 📝 pencil_pusher
        A Github Action that creates and publishes source documentation to the repository's wiki. THIS IS NOT A DOCUMENTATION GENERATION TOOL. This tool is designed to take pre-generated documentation and publish it to a the source repository's github wiki page. This removes the need to host a webpage for documentation and allows for an easy way to include documentation generation in your CI/CD pipeline. To get started using this action in your repository check out the **[General Usage](https://github.com/stephend017/pencil-pusher/wiki/General-Usage)** page of our wiki. 
        
        # Tech Stack
        - docker
        - python
        - [pydoc-markdown](https://pydoc-markdown.readthedocs.io/en/latest/)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
