Metadata-Version: 2.1
Name: datastep
Version: 0.1.9
Summary: A base class and utilities for creating steps in DAGs that are tied to large amounts of data.
Home-page: https://github.com/AllenCellModeling/datastep
Author: Jackson Maxfield Brown
Author-email: jacksonb@alleninstitute.org
License: Allen Institute Software License
Description: # datastep
        
        [![Build Status](https://github.com/AllenCellModeling/datastep/workflows/Build%20Master/badge.svg)](https://github.com/AllenCellModeling/datastep/actions)
        [![Documentation](https://github.com/AllenCellModeling/datastep/workflows/Documentation/badge.svg)](https://AllenCellModeling.github.io/datastep)
        [![Code Coverage](https://codecov.io/gh/AllenCellModeling/datastep/branch/master/graph/badge.svg)](https://codecov.io/gh/AllenCellModeling/datastep)
        
        A base class and utility functions for creating pure functions steps for DAGs that are heavily tied to large amounts of
        data.
        
        ---
        
        This library should rarely be used by itself, it was developed in pair with
        [cookiecutter-stepworkflow](https://github.com/AllenCellModeling/cookiecutter-stepworkflow)
        and you should look there for more context rich documentation.
        
        ## Installation
        **Stable Release:**
        
        `pip install datastep`
        
        **Development Head:**
        
        `pip install git+https://github.com/AllenCellModeling/datastep.git`
        
        ## Documentation
        For full package documentation please visit
        [AllenCellModeling.github.io/datastep](https://AllenCellModeling.github.io/datastep).
        
        ## Development
        See [CONTRIBUTING.md](CONTRIBUTING.md) for information related to developing the
        code.
        
        ***Free software: Allen Institute Software License***
        
Keywords: datastep,DAG,data,stepwise
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Free for non-commercial use
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: setup
Provides-Extra: dev
Provides-Extra: interactive
Provides-Extra: all
