Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexprengere/transformdict

A TransformDict recipe.
https://github.com/alexprengere/transformdict

Last synced: about 1 month ago
JSON representation

A TransformDict recipe.

Awesome Lists containing this project

README

        

transformdict
=============
This a ``TransformDict`` recipe, as defined in [PEP 455](http://legacy.python.org/dev/peps/pep-0455/)
(currently under review for python 3.5).

The code is extracted from the [patch](http://bugs.python.org/file31761/transformdict3.patch)
attached in the python [bug tracker](http://bugs.python.org/issue18986).

Kudos to the original author, Antoine Pitrou.