A toolbox for studying and analyzing academic program curricula.
Project description
CurricularAnalytics.py
CurricularAnalytics.py is a toolbox for studying and analyzing academic program curricula. The toolbox represents curricula as graphs, allowing various graph-theoretic measures to be applied in order to quantify the complexity of curricula. In addition to analyzing curricular complexity, the toolbox supports the ability to visualize curricula, to compare and contrast curricula, to create optimal degree plans for completing curricula that satisfy particular constraints, and to simulate the impact of various events on student progression through a curriculum.
CurricularAnalytics.py is a Python port of the original Julia package CurricularAnalytics.jl.
Documentation
Full documentation is available at GitHub Pages. Documentation for functions in this toolbox is also available via the Julia REPL help system. Additional tutorials can be found at the Curricular Analytics Notebooks site.
Installation
Installation is straightforward. First, ensure you have Python 3.8 or higher installed. Then, run the following command.
# Linux/macOS
python3 -m pip install -U curricularanalytics
# Windows
py -3 -m pip install -U curricularanalytics
Contributing and Reporting Bugs
We welcome contributions and bug reports! Please see CONTRIBUTING.md for guidance on development and bug reporting.
Development
To build a distribution for upload to PyPI, run the following command.
rm -r dist
python -m build
python3 -m twine upload --repository testpypi dist/*
Learn more about build and setuptools.
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
Hashes for curricularanalytics-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92a58115ef98b032683c18c23605379be94db4b032ddc4e035e8b58ed0118f82 |
|
MD5 | 311a4f505d85870c03b290d45f4dddcd |
|
BLAKE2b-256 | 465f7bac0d23877a7a1af5f647088336753e39d080c863703d174a9faae015d2 |
Hashes for curricularanalytics-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e387bf657f36e3674ab4d8b97dd54670d38b193e1bbf2dce5691f82e1868e64c |
|
MD5 | e06dbadc71896416c7cc6878f177ef2b |
|
BLAKE2b-256 | 09c2ed32fd725e0ef045a6a9c7ba9dcb09b6fcf97d48f6bc1070bc8752791411 |