https://github.com/openedx/opaque-keys
https://github.com/openedx/opaque-keys
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/openedx/opaque-keys
- Owner: openedx
- License: agpl-3.0
- Created: 2014-05-23T17:24:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T05:27:03.000Z (about 1 year ago)
- Last Synced: 2025-03-24T06:27:10.574Z (about 1 year ago)
- Language: Python
- Size: 762 KB
- Stars: 8
- Watchers: 118
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
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)