A helper library for mathematical calculations and symbolic mathematics, used by Open edX.
Project description
Purpose
A helper library for mathematical calculations and symbolic mathematics, used by the edx-platform.
This code originally lived in the edx-platform repo, but now exists here independently.
Getting Started with Development
General
Please see the Open edX documentation for guidance on Python development in this repo.
Instructions
Fork and clone the repository, then open a terminal and cd into the repo folder.
Create a virtual environment with one of the python versions specified for the repo. Currently those are Python 3.11 and 3.12. Example:
python3.11 -m venv ../openedx-calc-venv
source ../openedx-calc-venv/bin/activate
Install the dependencies:
make requirements
Then you can run the tests with just tox.
When Upgrading Requirements
Run make upgrade to get new versions, and tox -r to build the new virtual environment.
Getting Help
Documentation
PLACEHOLDER: Start by going through the documentation. If you need more help see below.
(TODO: Set up documentation)
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/openedx-calc/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 the LICENSE file 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 discuss your new feature idea with the maintainers before 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.
Because this repo is used for a wide variety of mathematical calculations, including learner grades, it may occasionally be desirable to maintain bug-for-bug compatibility with previous versions. Additions to the repo are more likely to be accepted than changes that could alter the outputs of existing functions.
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 security@openedx.org.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file openedx_calc-4.0.2.tar.gz
.
File metadata
- Download URL: openedx_calc-4.0.2.tar.gz
- Upload date:
- Size: 47.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
30467447e3a89635ab61d0d2caa18c359f35c1ca2fc9f0b3d542b72a4c5faab6
|
|
MD5 |
b654916117d01e822054381e29348a5f
|
|
BLAKE2b-256 |
d63f27e0de293a552414d69331e21fa00143487fbdf28fe03985071853227e88
|
File details
Details for the file openedx_calc-4.0.2-py3-none-any.whl
.
File metadata
- Download URL: openedx_calc-4.0.2-py3-none-any.whl
- Upload date:
- Size: 36.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4f51bb17533695ad4500119fb9292e48b33d45353e12ed6ff2d3878a5194a4a0
|
|
MD5 |
c869dd866921461cd4bd3aff7e34abd6
|
|
BLAKE2b-256 |
5a5abc350baa827973dbe2b095232fec26dd1e0a1918237006cfdb2677039fef
|