Metadata-Version: 2.4
Name: jsonunwrap
Version: 0.2.0
Summary: A small python package that unpacks data from a JSON url and converts it into a csv file.
Author-email: njuedominic <njuemugodominic@gmail.com>
Project-URL: Homepage, https://github.com/njuedominic/json-unwrap
Project-URL: Bug Tracker, https://github.com/njuedominic/json-unwrap/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Requires-Dist: pandas>=2.0.0

### JSON Unwrap
A small python package that unpacks data from a JSON url and converts it into a csv file.

### Current features
* Convert one JSON url to a csv
* Automatically creates a data folder if it does not exist

### Roadmap
* Custom file names for output csv
* Convert into a dataframe ready for use in a notebook environment
* Error handling for a failed url
* Tests
* Documentation examples
