cidict

Case insensitive dictionary type


License
Other
Install
pip install cidict==0.1.1

Documentation

cidict - case insensitive dictionary type for Python

Everyone needs it, but there is no package implementing it. Every project rolls its own.

When I was thinking that I should write unit tests for mine, I extracted it into a separate package.

This is a work in progress.

Tests

Run with nose.

https://api.travis-ci.org/p/cidict.png

License

Released under the 2 clause BSD license.

References