Metadata-Version: 2.1
Name: fast-json-normalize
Version: 0.0.9
Summary: Faster pandas json normalize
Home-page: https://github.com/smpurkis/fast_json_normalize
Author: Sam Purkis
Author-email: sam.purkis@hotmail.co.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: pytest
Requires-Dist: cython
Requires-Dist: pandas

**Fast Json Normalize**

A package designed to be a drop in replacement for the pandas json normalize function, as it can be rather slow when dealing with very large json files.

It can be installed using

```
pip install fast-json-normalize
```

(plan on making a pull request once I've integrated it into a fork of [Pandas](https://github.com/pandas-dev/pandas)

