Metadata-Version: 2.1
Name: easy-data-explorer-amandeepfj
Version: 0.0.3
Summary: Easy Data Explorer
Home-page: https://github.com/amandeepfj/easy_data_explorer
Author: amandeepfj (Amandeep Jiddewar)
Author-email: <amandeep.jiddewar@alumni.emory.edu>
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/amandeepfj/easy_data_explorer/issues
Keywords: python,data explore
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Easy Data Explorer
Python library to do common data exploring tasks 

## To build

Generate dist
+ `py -m pip install --upgrade build`
+ `py -m build`

Upload dist
+ `py -m pip install --upgrade twine`
+ `py -m twine upload  dist/*`

Install library
+ `py -m pip install easy-data-explorer-amandeepfj`

