Skip to main content

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
# To Test PyPI
python3 -m twine upload --repository testpypi dist/*
# To real PyPI
twine upload dist/*

Learn more about build and setuptools.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

curricularanalytics-0.2.0.tar.gz (63.0 kB view details)

Uploaded Source

Built Distribution

curricularanalytics-0.2.0-py3-none-any.whl (53.3 kB view details)

Uploaded Python 3

File details

Details for the file curricularanalytics-0.2.0.tar.gz.

File metadata

  • Download URL: curricularanalytics-0.2.0.tar.gz
  • Upload date:
  • Size: 63.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for curricularanalytics-0.2.0.tar.gz
Algorithm Hash digest
SHA256 146772f027d9d75bcf855797257b75bbf62a40fe2a13dfb36f844d38a5850711
MD5 737ca07da421e73a7feed2a00fd2acd8
BLAKE2b-256 cd1abcc690450b7545d73addb57006ab8d0a0230cac98d62b452fb05d7a0bc13

See more details on using hashes here.

File details

Details for the file curricularanalytics-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for curricularanalytics-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6f3c84e877508f1c90b102f19a3acfcc9b8f7dd10c00004229e6ec58075e48e5
MD5 f2584acae7dcbbe5fcbc17b907afe847
BLAKE2b-256 85944c98789d23002903947033c68031f52c5e935bdceac666511ddd38001b80

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page