Metadata-Version: 2.1
Name: datacode
Version: 0.18.15
Summary: High-level tools to analyze, summarize, and transform data
Home-page: https://github.com/nickderobertis/data-code
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/data-code
Project-URL: Documentation, https://nickderobertis.github.io/data-code
Description: 
        [![](https://codecov.io/gh/nickderobertis/data-code/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/data-code)
        
        # data-code
        
        ## Overview
        
        Data pipelines for humans. Work with variables, sources, and pipelines rather than raw data. Also includes high-level tools to analyze, summarize, and transform data.
        
        ## Getting Started
        
        Install `datacode`:
        
        ```
        pip install datacode
        ```
        
        A simple example:
        
        ```python
        import datacode
        
        # Do something with datacode
        ```
        
        ## Links
        
        See the
        [documentation here.](
        https://nickderobertis.github.io/data-code/
        )
        
        ## Author
        
        Created by Nick DeRobertis. MIT License.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
