Metadata-Version: 2.1
Name: pipecutter
Version: 0.1.1
Summary: Some tools for Luigi to cut down the length of your pipelines and work in interactive environments such as Jupyter notebooks.
Home-page: https://github.com/binste/pipecutter
Author: Stefan Binder
License: MIT
Keywords: luigi,spotify,pipeline,plumber,workflow,batch,dependency resolution,jupyter,interactive,targets
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.6,<3.8
Description-Content-Type: text/markdown

# pipecutter
[![PyPI version](http://img.shields.io/pypi/v/pipecutter.svg?style=flat-square&color=blue)](https://pypi.python.org/pypi/pipecutter/) [![Python versions](https://img.shields.io/pypi/pyversions/pipecutter.svg?style=flat-square&color=blue)]() [![build status](http://img.shields.io/travis/binste/pipecutter/master.svg?style=flat)](https://travis-ci.org/binste/pipecutter) [![coverage](https://img.shields.io/codecov/c/github/binste/pipecutter/master.svg?style=flat)](https://codecov.io/gh/binste/pipecutter?branch=master)

Some tools for Luigi to cut down the length of your pipelines and work in interactive environments such as Jupyter notebooks.

Further documentation is following soon.

