Metadata-Version: 1.1
Name: bidict
Version: 0.3.1
Summary: 2-way dict with convenient slice syntax: d[65] = 'A' -> d[:'A'] == 65
Home-page: https://github.com/jab/bidict
Author: Joshua Bronson
Author-email: jab@math.brown.edu
License: ISCL
Description: Please see https://bidict.readthedocs.org/ for documentation.
Keywords: bidirectional,two-way,inverse,reverse,dict,dictionary,mapping
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
