Metadata-Version: 2.4
Name: edx-opaque-keys
Version: 4.0.0
Home-page: https://github.com/openedx/opaque-keys
Author: edX
License: AGPL-3.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: pymongo
Requires-Dist: stevedore>=0.14.1
Requires-Dist: typing-extensions
Provides-Extra: django
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist

Part of `edX code`_.

.. _`edX code`: http://code.edx.org/

edx-opaque-keys  |build-status| |coverage-status|
=================================================

Opaque-keys provides the ability to create and introspect course and xblock identities through a
clear and consistent API. See the code's docstrings for more information.

See the `edx-platform wiki documentation`_ for more detail.

.. |build-status| image:: https://github.com/openedx/opaque-keys/workflows/Python%20CI/badge.svg?branch=master
   :target: https://github.com/openedx/opaque-keys/actions?query=workflow%3A%22Python+CI%22
.. |coverage-status| image:: https://coveralls.io/repos/edx/opaque-keys/badge.svg?branch=master
   :target: https://coveralls.io/r/edx/opaque-keys
.. _`edx-platform wiki documentation`: https://github.com/openedx/edx-platform/wiki/Opaque-Keys-(Locators)
