Metadata-Version: 2.1
Name: dictools
Version: 0.1.1
Summary: dictools - a set of recursive functions for manipulating Python dictionaries
Home-page: https://github.com/evbg/dictools
Author: Evgeny V. Bogodukhov
Author-email: b@evbg.ru
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown

# dictools

**dictools** - a set of recursive functions for manipulating Python dictionaries

---

*Contents:*
**[Installation](#installation)** |
**[Requirements](#requirements)** |
**[Versioning](#versioning)** |
**[Authors](#authors)** |
**[License](#license)**

---

## Getting Started

### Installation

#### From pip
```
pip install --upgrade dictools
```

#### Manual install
```
git clone https://github.com/evbg/dictools.git
cd dictools
python setup.py install
```

#### Installing directly from the [repository](https://github.com/evbg/dictools) on GitHub.com
```
pip install git+https://github.com/evbg/dictools.git
```

### Requirements

dictools has no dependencies except Python itself


## Versioning

We use [SemVer](http://semver.org/) for versioning.


## Authors

* **Evgeny V. Bogodukhov** - *Initial work* - [evbg](https://github.com/evbg)


## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details


