Metadata-Version: 2.1
Name: jupydocs
Version: 0.1.0
Summary: Easy Python package documentation using markdown and jupyter
Home-page: https://github.com/SamEdwardes/jupydocs
License: MIT
Keywords: python,docs,documentation
Author: SamEdwardes
Author-email: edwardes.s@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: ipython (>=7.19.0,<8.0.0)
Requires-Dist: pandas (>=1.1.4,<2.0.0)
Requires-Dist: tabulate (>=0.8.7,<0.9.0)
Project-URL: Documentation, https://jupydocs.netlify.app/
Project-URL: Repository, https://github.com/SamEdwardes/jupydocs
Description-Content-Type: text/markdown

# jupydocs

The easiest way to document your python library with jupyter and markdown.

- [GitHub](https://github.com/SamEdwardes/jupydocs)
- [docs](https://jupydocs.netlify.app/)
- [PyPi](https://pypi.org/project/jupydocs/)

```
Pleaes note jupydocs is currently under active development. 
It can be used for testing, but should not be used for deployment. 
It will change!
```


## Installation

```bash
pip install jupydocs
```


```python

```

