Metadata-Version: 2.0
Name: zc.intid
Version: 2.0.0
Summary: Reduced-conflict Integer Id Utility
Home-page: http://zcintid.readthedocs.io
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Keywords: zope3 integer id utility
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: setuptools
Requires-Dist: BTrees
Requires-Dist: zope.component
Requires-Dist: zope.event
Requires-Dist: zope.interface
Requires-Dist: zope.security
Requires-Dist: zope.lifecycleevent
Requires-Dist: zope.intid (>=4.2)
Requires-Dist: zope.keyreference
Provides-Extra: test
Requires-Dist: zope.configuration; extra == 'test'
Requires-Dist: zope.site; extra == 'test'

==============================================
zc.intid - Reduced-conflict integer id utility
==============================================

.. image:: https://travis-ci.org/zopefoundation/zc.intid.svg?branch=master
    :target: https://travis-ci.org/zopefoundation/zc.intid

This package provides an API to create integer ids for any object.
Objects can later be looked up by their id as well. This is similar to
the ``zope.intid`` package, but it has the advantage of producing
fewer conflicts.

`Documentation`_, including installation and configuration
instructions and a detailed `changelog`_ is hosted at
http://zcintid.readthedocs.io.

.. image:: https://readthedocs.org/projects/zcintid/badge/?version=latest
        :target: http://zcintid.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. _Documentation: http://zcintid.readthedocs.io
.. _changelog: http://zcintid.readthedocs.io/en/latest/changelog.html


