Metadata-Version: 2.4
Name: data-grabber-hmake
Version: 0.1.0
Summary: A python library to grab data from multiple sources
Author-email: Harry Makepeace <makeh2023@swbgs.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# data_grabber
A simple python library for grabbing data from external sources.

### Features
- Read/write data to JSON and CSV files
- Format read data from JSON and CSV files

### Installation
Option 1 (via pip):
```pip install data\_grabber```
