dictools - a set of recursive functions for manipulating Python dictionaries
Contents: Installation | Requirements | Versioning | Authors | License
pip install --upgrade dictools
git clone https://github.com/evbg/dictools.git
cd dictools
python setup.py install
Installing directly from the repository on GitHub.com
pip install git+https://github.com/evbg/dictools.git
dictools has no dependencies except Python itself
We use SemVer for versioning.
- Evgeny V. Bogodukhov - Initial work - evbg
This project is licensed under the MIT License - see the LICENSE file for details