Metadata-Version: 2.1
Name: wrangalytics
Version: 0.0.2.dev0
Summary: A python package for routine data wrangling and analytics tasks
Home-page: https://github.com/acastrounis/wrangalytics
Author: Alex Castrounis
Author-email: dev@innoarchitech.com
License: MIT
Description: # wrangalytics
        
        A python package for routine data wrangling and analytics tasks.
        
        ## To Install
        
        PIP via GitHub: pip install -e git+https://github.com/acastrounis/wrangalytics.git#egg=wrangalytics
        
        PIP: pip install wrangalytics
        
        From Conda: coming soon
        
        **NOTE**: Currently installing with PIP via GitHub ensures the latest version.
        
        ## Upgrading
        
        PIP via GitHub: pip install --upgrade -e git+https://github.com/acastrounis/wrangalytics.git#egg=wrangalytics
        
        PIP: pip install --upgrade wrangalytics
        
        From Conda: coming soon
        
        ## More on its way...
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.*
Description-Content-Type: text/markdown
