Metadata-Version: 2.1
Name: pencil-pusher
Version: 1.5.3
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
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: appdirs (==1.4.4)
Requires-Dist: attrs (==20.3.0)
Requires-Dist: black (==20.8b1)
Requires-Dist: certifi (==2020.12.5)
Requires-Dist: cfgv (==3.2.0)
Requires-Dist: chardet (==4.0.0)
Requires-Dist: click (==7.1.2)
Requires-Dist: Deprecated (==1.2.12)
Requires-Dist: distlib (==0.3.1)
Requires-Dist: docspec (==0.2.1)
Requires-Dist: docspec-python (==0.1.0)
Requires-Dist: filelock (==3.0.12)
Requires-Dist: flake8 (==3.8.4)
Requires-Dist: identify (==2.2.3)
Requires-Dist: idna (==2.10)
Requires-Dist: iniconfig (==1.1.1)
Requires-Dist: mccabe (==0.6.1)
Requires-Dist: mypy-extensions (==0.4.3)
Requires-Dist: nodeenv (==1.6.0)
Requires-Dist: nr.collections (==0.0.1)
Requires-Dist: nr.databind.core (==0.0.22)
Requires-Dist: nr.databind.json (==0.0.14)
Requires-Dist: nr.fs (==1.6.3)
Requires-Dist: nr.interface (==0.0.4)
Requires-Dist: nr.metaclass (==0.0.6)
Requires-Dist: nr.parsing.date (==0.6.1)
Requires-Dist: nr.pylang.utils (==0.0.4)
Requires-Dist: nr.stream (==0.0.5)
Requires-Dist: nr.sumtype (==0.0.4)
Requires-Dist: nr.utils.re (==0.1.1)
Requires-Dist: packaging (==20.9)
Requires-Dist: pathspec (==0.8.1)
Requires-Dist: pluggy (==0.13.1)
Requires-Dist: pre-commit (==2.12.1)
Requires-Dist: py (==1.10.0)
Requires-Dist: pycodestyle (==2.6.0)
Requires-Dist: pydoc-markdown (==3.10.1)
Requires-Dist: pyflakes (==2.2.0)
Requires-Dist: PyGithub (==1.54.1)
Requires-Dist: PyJWT (==1.7.1)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: pytest (==6.2.3)
Requires-Dist: PyYAML (==5.4.1)
Requires-Dist: regex (==2021.4.4)
Requires-Dist: requests (==2.25.1)
Requires-Dist: six (==1.15.0)
Requires-Dist: toml (==0.10.2)
Requires-Dist: tox (==3.23.0)
Requires-Dist: typed-ast (==1.4.3)
Requires-Dist: typing-extensions (==3.7.4.3)
Requires-Dist: urllib3 (==1.26.4)
Requires-Dist: virtualenv (==20.4.3)
Requires-Dist: watchdog (==1.0.2)
Requires-Dist: wrapt (==1.12.1)
Requires-Dist: sd-utils (==0.3.0)

# 📝 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/)

> this project uses [`snake-charmer`](https://github.com/stephend017/snake-charmer) for automatic releases


