文件名称:openedx-events
文件大小:53KB
文件格式:ZIP
更新时间:2024-04-28 01:53:47
Python
openx事件 README.rst文件应以存储库的简短描述开头,该描述将在edx组织下其他存储库的上下文中进行设置。 应该明确说明这适合整个edX代码库。 这是什么项目 概述(请修改) 然后, README.rst文件应提供此存储库中代码的概述,包括主要组件和有用的入口点,用于开始更详细地了解代码。 文献资料 (待办事项: ) 开发流程 一次性设置 # Clone the repository git clone git@github.com:edx/openedx-events.git cd openedx-events # Set up a virtualenv using virtualenvwrapper with the same name as the repo and activate it mkvirtualenv -p python3.8 openedx-even
【文件预览】:
openedx-events-main
----setup.py(3KB)
----pylintrc(10KB)
----.gitignore(634B)
----codecov.yml(174B)
----Makefile(3KB)
----.readthedocs.yml(325B)
----pylintrc_tweaks(115B)
----test_utils()
--------__init__.py(341B)
----MANIFEST.in(177B)
----setup.cfg(117B)
----LICENSE.txt(34KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(1008B)
--------workflows()
----README.rst(4KB)
----tests()
--------test_openedx_events.py(176B)
----.coveragerc(81B)
----openedx.yaml(879B)
----requirements()
--------ci.in(171B)
--------pip.in(72B)
--------dev.txt(7KB)
--------base.txt(227B)
--------constraints.txt(430B)
--------test.txt(1KB)
--------quality.txt(4KB)
--------dev.in(448B)
--------pip-tools.txt(324B)
--------test.in(340B)
--------pip.txt(308B)
--------private.readme(673B)
--------base.in(75B)
--------doc.in(372B)
--------quality.in(442B)
--------pip-tools.in(189B)
--------doc.txt(3KB)
--------ci.txt(746B)
----CHANGELOG.rst(594B)
----docs()
--------Makefile(8KB)
--------index.rst(504B)
--------conf.py(14KB)
--------testing.rst(781B)
--------decisions()
--------make.bat(7KB)
--------getting_started.rst(406B)
--------changelog.rst(30B)
--------readme.rst(27B)
--------internationalization.rst(2KB)
----.editorconfig(2KB)
----openedx_events()
--------__init__.py(54B)
--------signals()
----tox.ini(2KB)