Metadata-Version: 2.1
Name: a-la-mode
Version: 0.1.2
Summary: A tool for describing pure data pipelines that enables avoiding repeating work (incrementality) and keeping old data around (provenance)
License: MIT
Author: thattommyhall
Author-email: thattommyhall@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: bencode.py (>=2.1.0,<3.0.0)
Requires-Dist: toolz (>=0.10.0,<0.11.0)
Requires-Dist: toposort (==1.5)
