Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexprengere/transformdict
A TransformDict recipe.
https://github.com/alexprengere/transformdict
Last synced: about 1 month ago
JSON representation
A TransformDict recipe.
- Host: GitHub
- URL: https://github.com/alexprengere/transformdict
- Owner: alexprengere
- Created: 2014-11-06T08:48:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-06T09:07:17.000Z (about 10 years ago)
- Last Synced: 2024-10-11T18:57:42.130Z (2 months ago)
- Language: Python
- Homepage: http://legacy.python.org/dev/peps/pep-0455/
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.