Metadata-Version: 2.1
Name: pipomatic
Version: 3.2
Summary: Automating the creation of an installable PIP module from a Jupyter notebook
Home-page: https://github.com/eq8r/pipomatic
Author: eq8r
Author-email: doug.hudgeon@eq8r.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: black
Requires-Dist: click
Requires-Dist: ipython
Requires-Dist: nbformat
Requires-Dist: nbconvert
Requires-Dist: setuptools
Requires-Dist: twine
Requires-Dist: wheel

One of the challenges with writing code in a Jupyter notebook is that it is hard to re-use functions. Pipomatic allows you to create pip-installable modules from the functions in your Jupyter notebook.


