Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openedx/opaque-keys
https://github.com/openedx/opaque-keys
Last synced: 5 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T06:33:25.000Z (11 days ago)
- Last Synced: 2024-12-16T07:34:50.095Z (11 days ago)
- Language: Python
- Size: 688 KB
- Stars: 8
- Watchers: 122
- Forks: 22
- 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)