Giter Club home page Giter Club logo

edx-submissions's Introduction

edx-submissions

PyPI CI Codecov Documentation Supported Python versions License status-badge

Purpose

submissions is a Django app that defines a common interface for creating submissions and scores.

Getting Started with Development

To install the submissions app, run these commands from the edx-submissions root directory:

pip install -e

To run the test suite:

pip install tox
tox # to run only a single environment, do e.g. tox -e py38-django42-drf314

To use a Django shell to test commands:

make dev_requirements
python manage.py migrate
python manage.py shell --settings=settings
>>> from submissions.serializers import StudentItemSerializer
>>> <other commands...>

Deploying

Tagged versions of the edx-submissions library are released to pypi.org.

To use the latest release in your project, add the following to your pip requirements file:

edx-submissions

Getting Help

Documentation

Start by going through the documentation (generated from /docs). If you need more help see below.

More Help

If you're having trouble, we have discussion forums at https://discuss.openedx.org where you can connect with others in the community.

Our real-time conversations are on Slack. You can request a Slack invitation, then join our community Slack workspace.

For anything non-trivial, the best path is to open an issue in this repository with as many details about the issue you are facing as you can provide.

https://github.com/openedx/edx-submissions/issues

For more information about these options, see the Getting Help page.

License

The code in this repository is licensed under version 3 of the AGPL unless otherwise noted.

Please see LICENSE.txt for details.

Contributing

Contributions are very welcome. Please read How To Contribute for details.

This project is currently accepting all types of contributions, bug fixes, security fixes, maintenance work, or new features. However, please make sure to have a discussion about your new feature idea with the maintainers prior to beginning development to maximize the chances of your change being accepted. You can start a conversation by creating a new issue on this repo summarizing your idea.

The Open edX Code of Conduct

All community members are expected to follow the Open edX Code of Conduct.

People

The assigned maintainers for this component and other project details may be found in Backstage. Backstage pulls this data from the catalog-info.yaml file in this repo.

Reporting Security Issues

Please do not report security issues in public. Please email [email protected].

edx-submissions's People

Contributors

aht007 avatar alangsto avatar andy-armstrong avatar andytr1 avatar anthonywee avatar ashultz0 avatar awais786 avatar ayub-khan avatar bmedx avatar cclauss avatar cpennington avatar dianakhuang avatar edx-requirements-bot avatar feanil avatar iamsobanjaved avatar iloveagent57 avatar jansenk avatar jawayria avatar jcdyer avatar kelketek avatar michaelroytman avatar mraarif avatar muhammad-ammar avatar muselesscreator avatar nedbat avatar nsprenkle avatar pomegranited avatar sarina avatar smarnach avatar zubairshakoorarbisoft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

edx-submissions's Issues

[error]When I run python setup.py install

running install
running bdist_egg
running egg_info
creating edx_submissions.egg-info
writing requirements to edx_submissions.egg-info\requires.txt
writing edx_submissions.egg-info\PKG-INFO
writing top-level names to edx_submissions.egg-info\top_level.txt
writing dependency_links to edx_submissions.egg-info\dependency_links.txt
writing manifest file 'edx_submissions.egg-info\SOURCES.txt'
reading manifest file 'edx_submissions.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'edx_submissions.egg-info\SOURCES.txt'
installing library code to build\bdist.win32\egg
running install_lib
running build_py
creating build
creating build\lib
creating build\lib\submissions
copying submissions\admin.py -> build\lib\submissions
copying submissions\api.py -> build\lib\submissions
copying submissions\models.py -> build\lib\submissions
copying submissions\serializers.py -> build\lib\submissions
copying submissions\urls.py -> build\lib\submissions
copying submissions\views.py -> build\lib\submissions
copying submissions__init__.py -> build\lib\submissions
creating build\lib\submissions\migrations
copying submissions\migrations\0001_initial.py -> build\lib\submissions\migrations
copying submissions\migrations\0002_auto__add_scoresummary.py -> build\lib\submissions\migrations
error: can't copy 'submissions\migrations\0003_auto__del_field_submission_answer__add_field_submission_raw_answer.py': doesn't exist or not a regular file

Test edx-submissions on Python 3.11

This repository is a depedency of edx-platform and needs to be upgraded to Python 3.11 before
the Readwood release is cut (mid-April).

  • Requirements are compiled with Python 3.8
  • Tests are run on Python 3.8 and 3.11
  • (Optional) Tests are also run with 3.12 and passing or 3.12 issues are ticketed.
  • Classifiers in setup.py setup.cfg or pyproject.toml indicate Python 3.11 support
  • A new version is release to PyPI
  • A PR is merged to edx-platform to use the new version

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.