Metadata-Version: 2.1
Name: istart
Version: 0.0.1
Summary: Kick start data science package
Home-page: https://github.com/atulyanarayan/istart
Author: Atulya Narayan
Author-email: atulya.iims@gmail.com
License: UNKNOWN
Description: Automates repetitive Data Science chores like importing libraries and reading data. Just do - from istart import * . It gives you the following:
          - import pandas as pd
           - import numpy as np
           - read_data(filename)
        
        I'm working on more! Let me know if you have suggestions.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
