Metadata-Version: 1.1
Name: icy
Version: 0.0.14
Summary: data wrangling glue code
Home-page: https://github.com/rcs-analytics/icy
Author: Jonathan Rahn
Author-email: jr@rcs-analytics.com
License: MIT
Description: 
        icy Python Package
        ------------------
        
        
        Installation
        
        * Activate Python 3.4 / 3.5 environment
        
        * Run `pip install icy` or download and run `python setup.py install`
        
        
        Usage
        
        * `data = icy.read(path)` returns a dictionary of pandas.DataFrames.
        
        * Path can be a folder or zip-, csv-, tsv-, txt-, json-, html-, (xml-,) xls-, xlsx-, sqlite-, hdf5-file and more.
        
        * See the source at https://github.com/rcs-analytics/icy
        
        
        Documentation
        
        * Docs & Examples at https://www.rcs-analytics.com/icy/index.html
        
        
        License
        
        * MIT (https://github.com/rcs-analytics/icy/blob/master/LICENSE)
        
        
        © 2015 Jonathan Rahn, RCS Analytics GmbH, https://www.rcs-analytics.com
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
