Efficient, Pythonic bidirectional map implementation and related functionality
Project description
bidict
======
Efficient, Pythonic bidirectional map implementation and related functionality.
.. image:: https://raw.githubusercontent.com/jab/bidict/master/_static/logo-256.png
:target: https://bidict.readthedocs.io/
:alt: bidict logo
Status
------
.. Hide until https://github.com/badges/shields/issues/716 is fixed
.. .. image:: https://img.shields.io/pypi/dm/bidict.svg
.. :target: https://pypi.python.org/pypi/bidict
.. :alt: Downloads per month
.. image:: https://img.shields.io/pypi/v/bidict.svg
:target: https://pypi.python.org/pypi/bidict
:alt: Latest release
.. image:: https://img.shields.io/badge/VersionEye-follow-brightgreen.svg
:target: https://www.versioneye.com/python/bidict
:alt: Follow on VersionEye
.. image:: https://readthedocs.org/projects/bidict/badge/?version=master
:target: https://bidict.readthedocs.io/en/master/
:alt: Documentation
.. image:: https://travis-ci.org/jab/bidict.svg?branch=master
:target: https://travis-ci.org/jab/bidict
:alt: Build status
.. image:: https://coveralls.io/repos/jab/bidict/badge.svg?branch=master
:target: https://coveralls.io/github/jab/bidict
:alt: Test coverage
.. Hide to reduce clutter
.. .. image:: https://img.shields.io/pypi/pyversions/bidict.svg
.. :target: https://pypi.python.org/pypi/bidict
.. :alt: Supported Python versions
.. image:: https://img.shields.io/pypi/implementation/bidict.svg
:target: https://pypi.python.org/pypi/bidict
:alt: Supported Python implementations
.. image:: https://img.shields.io/pypi/l/bidict.svg
:target: https://raw.githubusercontent.com/jab/bidict/master/LICENSE
:alt: License
.. image:: https://badges.gitter.im/join%20chat.svg
:target: https://gitter.im/jab/bidict
:alt: Chat
The bidict codebase is mature, well-tested, and well-reviewed.
If you have a question or find an issue,
please don't hesitate to
`ask in the chat room <https://gitter.im/jab/bidict>`_,
`file an issue <https://github.com/jab/bidict/issues/new>`_,
or submit a pull request
(but first see the contributing_ section below).
Installation
------------
``pip install bidict``
Usage Documentation
-------------------
For usage documentation, please start at the :doc:`intro`
and proceed from there. *Problems with that link? Note the following:*
If you're reading this on GitHub, PyPI, in your code editor,
or in some other place that can't render/link the full docs properly,
you can find the bidict documentation on Read the Docs at:
`<https://bidict.readthedocs.io>`_
*Note: multiple versions of the documentation are published on Read the Docs,
and by default you will be taken to the version built from the master branch.
You can choose different versions from the pop-up menu in the lower-right.*
If you have the `bidict source code <https://github.com/jab/bidict>`_ handy,
you can also browse the docs inside the ``docs`` directory,
and build them yourself by running ``make html`` from within that directory
(requires `Sphinx <https://pypi.python.org/pypi/Sphinx>`_).
Contributing
------------
Contributions are gratefully received!
For information about contributing,
please see the :doc:`contributors-guide`.
If that link does not work, see ``CONTRIBUTING.rst`` or
`<https://bidict.readthedocs.io/contributors-guide.html>`_.
.. image:: https://raw.githubusercontent.com/jab/bidict/master/_static/support-on-gumroad.png
:target: https://gumroad.com/l/bidict
:alt: Support bidict
Changelog
---------
For a history of notable changes to bidict,
check out the :doc:`changelog`.
If that link does not work, see ``CHANGELOG.rst`` or
`<https://bidict.readthedocs.io/changelog.html>`_.
======
Efficient, Pythonic bidirectional map implementation and related functionality.
.. image:: https://raw.githubusercontent.com/jab/bidict/master/_static/logo-256.png
:target: https://bidict.readthedocs.io/
:alt: bidict logo
Status
------
.. Hide until https://github.com/badges/shields/issues/716 is fixed
.. .. image:: https://img.shields.io/pypi/dm/bidict.svg
.. :target: https://pypi.python.org/pypi/bidict
.. :alt: Downloads per month
.. image:: https://img.shields.io/pypi/v/bidict.svg
:target: https://pypi.python.org/pypi/bidict
:alt: Latest release
.. image:: https://img.shields.io/badge/VersionEye-follow-brightgreen.svg
:target: https://www.versioneye.com/python/bidict
:alt: Follow on VersionEye
.. image:: https://readthedocs.org/projects/bidict/badge/?version=master
:target: https://bidict.readthedocs.io/en/master/
:alt: Documentation
.. image:: https://travis-ci.org/jab/bidict.svg?branch=master
:target: https://travis-ci.org/jab/bidict
:alt: Build status
.. image:: https://coveralls.io/repos/jab/bidict/badge.svg?branch=master
:target: https://coveralls.io/github/jab/bidict
:alt: Test coverage
.. Hide to reduce clutter
.. .. image:: https://img.shields.io/pypi/pyversions/bidict.svg
.. :target: https://pypi.python.org/pypi/bidict
.. :alt: Supported Python versions
.. image:: https://img.shields.io/pypi/implementation/bidict.svg
:target: https://pypi.python.org/pypi/bidict
:alt: Supported Python implementations
.. image:: https://img.shields.io/pypi/l/bidict.svg
:target: https://raw.githubusercontent.com/jab/bidict/master/LICENSE
:alt: License
.. image:: https://badges.gitter.im/join%20chat.svg
:target: https://gitter.im/jab/bidict
:alt: Chat
The bidict codebase is mature, well-tested, and well-reviewed.
If you have a question or find an issue,
please don't hesitate to
`ask in the chat room <https://gitter.im/jab/bidict>`_,
`file an issue <https://github.com/jab/bidict/issues/new>`_,
or submit a pull request
(but first see the contributing_ section below).
Installation
------------
``pip install bidict``
Usage Documentation
-------------------
For usage documentation, please start at the :doc:`intro`
and proceed from there. *Problems with that link? Note the following:*
If you're reading this on GitHub, PyPI, in your code editor,
or in some other place that can't render/link the full docs properly,
you can find the bidict documentation on Read the Docs at:
`<https://bidict.readthedocs.io>`_
*Note: multiple versions of the documentation are published on Read the Docs,
and by default you will be taken to the version built from the master branch.
You can choose different versions from the pop-up menu in the lower-right.*
If you have the `bidict source code <https://github.com/jab/bidict>`_ handy,
you can also browse the docs inside the ``docs`` directory,
and build them yourself by running ``make html`` from within that directory
(requires `Sphinx <https://pypi.python.org/pypi/Sphinx>`_).
Contributing
------------
Contributions are gratefully received!
For information about contributing,
please see the :doc:`contributors-guide`.
If that link does not work, see ``CONTRIBUTING.rst`` or
`<https://bidict.readthedocs.io/contributors-guide.html>`_.
.. image:: https://raw.githubusercontent.com/jab/bidict/master/_static/support-on-gumroad.png
:target: https://gumroad.com/l/bidict
:alt: Support bidict
Changelog
---------
For a history of notable changes to bidict,
check out the :doc:`changelog`.
If that link does not work, see ``CHANGELOG.rst`` or
`<https://bidict.readthedocs.io/changelog.html>`_.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bidict-knaperek-0.13.1.tar.gz
(15.4 kB
view details)
File details
Details for the file bidict-knaperek-0.13.1.tar.gz
.
File metadata
- Download URL: bidict-knaperek-0.13.1.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23b47d4aff09ee0b376c0da0d0b9953746c826d1f167e0a2aaa39b3005da6776 |
|
MD5 | fe867e6a5a89dad5698c8985faf901c2 |
|
BLAKE2b-256 | e75cc2f8a4aa9c6fd54a76d288b0e53ccf7edbc1da5a416c44072a3a4ad9c62d |