Metadata-Version: 2.1
Name: nestifydict
Version: 0.0.2
Summary: The purpose of this project is to provide and interface for nested dictionaries which supports known structures
Author-email: "Jared J. Beard" <jbeard6@mix.wvu.edu>
Project-URL: Homepage, https://github.com/jaredjbeard/nestifydict
Project-URL: Documentation, https://nestifydict.readthedocs.io/en/latest/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# nestifydict
A tool for parsing structured data in the form of dictionaries

Please see our [Documentation](https://nestifydict.readthedocs.io/en/latest/), 
[Github source code](https://github.com/jaredjbeard/nestifydict), 
and install from [PyPi](https://pypi.org/project/nestifydict/)

Please note, I am still testing, this. I deployed a bit early, so apologies for any bugs. They should be gone in a few days before the start of 2023.

Citation
--------
If you are using this in your work, please cite as

```
@misc{beard2022irl_gym,
    author = {Beard, Jared J.},
    title = {NestifyDict: A tool for parsing structured data},
    year = {2022},
    publisher = {GitHub},
    journal = {GitHub repository},
    howpublished = {\url{https://pypi.org/project/nestifydict/}},
}
```
