Metadata-Version: 2.0
Name: carpo
Version: 0.1
Summary: Run, profile, and save Jupyter notebooks from the command line
Home-page: https://github.com/ColCarroll/carpo
Author: Colin Carroll
Author-email: colcarroll@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.7)
Requires-Dist: GitPython (>=2.1.3)
Requires-Dist: ipykernel
Requires-Dist: ipython
Requires-Dist: nbconvert (>=5.1.1)
Requires-Dist: nbformat (>=4.3.0)
Requires-Dist: terminaltables

|Build Status| |Coverage Status|

========
Carpo
========


*An irregular satellite of Jupyter.*

A command line utility to run, profile, and save Jupyter notebooks.

Installation
============
Carpo may be installed `from pypi <https://pypi.python.org/pypi/carpo>`_:
::

    pip install carpo

Tested against python 2.7, 3.4, 3.5, 3.6.

.. |Build Status| image:: https://travis-ci.org/ColCarroll/carpo.svg?branch=master
   :target: https://travis-ci.org/ColCarroll/carpo
.. |Coverage Status| image:: https://coveralls.io/repos/github/ColCarroll/carpo/badge.svg?branch=master
   :target: https://coveralls.io/github/ColCarroll/carpo?branch=master


