# Algoesup
This small library was written to support the writing of
[algorithmic essays](https://dsa-ou.github.io/algoesup),
but can be used independently of that purpose.
The library provides auxiliary functions that make it easier to:
- write unit tests for functions
- measure and plot run-times for best, average and worst case inputs
- use linters and type checkers within Jupyter Notebook environments.
Guidance on how to use the library is [here](https://dsa-ou.github.io/algoesup/coding/).
To install in the global Python environment, open a terminal or PowerShell, and enter
```bash
pip install algoesup
```
To install in a virtual environment, activate it before entering the command above.
The library supports the [ruff](https://docs.astral.sh/ruff) and
[allowed](https://dsa-ou.github.io/allowed) linters, and the
[pytype](https://google.github.io/pytype) type checker.
You have to install them explicitly if you want to use them from within a notebook:
```bash
pip install ruff allowed pytype
```
Note that `pytype` is not available for Windows.
## Licence
`algoesup` is Copyright © 2023–2025 by The Open University, UK.
The code is licensed under a
[BSD 3-clause licence](https://github.com/dsa-ou/algoesup/blob/main/LICENSE).
The documentation is licensed under a
[Creative Commons Attribution 4.0 International Licence](https://creativecommons.org/licenses/by/4.0/)
Raw data
{
"_id": null,
"home_page": "https://github.com/dsa-ou/algoesup/",
"name": "algoesup",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "education",
"author": "Michel Wermelinger",
"author_email": "michel.wermelinger@open.ac.uk",
"download_url": "https://files.pythonhosted.org/packages/af/ec/589107c4d1b86e954a9dcc64cc84a7d25e7ad0e9908cdec4b17e0e756ce9/algoesup-0.4.2.tar.gz",
"platform": null,
"description": "# Algoesup\n\nThis small library was written to support the writing of\n[algorithmic essays](https://dsa-ou.github.io/algoesup),\nbut can be used independently of that purpose.\nThe library provides auxiliary functions that make it easier to:\n - write unit tests for functions\n - measure and plot run-times for best, average and worst case inputs\n - use linters and type checkers within Jupyter Notebook environments.\n\nGuidance on how to use the library is [here](https://dsa-ou.github.io/algoesup/coding/).\n\nTo install in the global Python environment, open a terminal or PowerShell, and enter\n```bash\npip install algoesup\n```\nTo install in a virtual environment, activate it before entering the command above.\n\nThe library supports the [ruff](https://docs.astral.sh/ruff) and\n[allowed](https://dsa-ou.github.io/allowed) linters, and the\n[pytype](https://google.github.io/pytype) type checker.\nYou have to install them explicitly if you want to use them from within a notebook:\n```bash\npip install ruff allowed pytype\n```\nNote that `pytype` is not available for Windows.\n\n## Licence\n\n`algoesup` is Copyright \u00a9 2023\u20132025 by The Open University, UK.\nThe code is licensed under a\n[BSD 3-clause licence](https://github.com/dsa-ou/algoesup/blob/main/LICENSE).\nThe documentation is licensed under a\n[Creative Commons Attribution 4.0 International Licence](https://creativecommons.org/licenses/by/4.0/)",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "Algorithmic essay support library",
"version": "0.4.2",
"project_urls": {
"Changelog": "https://github.com/dsa-ou/algoesup/blob/main/CHANGELOG.md",
"Documentation": "https://dsa-ou.github.io/algoesup/library/",
"Homepage": "https://github.com/dsa-ou/algoesup/",
"Repository": "https://github.com/dsa-ou/algoesup/"
},
"split_keywords": [
"education"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c21d198718209111218ce8d432433d31c0c42e23de47a3a4198cef186e1053a9",
"md5": "d7cbcb85893d90c9fcdec76604cc2f90",
"sha256": "ef40dcc3868cda9fd6fb4e297269b2d770414e1a6e4d6664630a4f4f194b8b67"
},
"downloads": -1,
"filename": "algoesup-0.4.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d7cbcb85893d90c9fcdec76604cc2f90",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 11371,
"upload_time": "2025-08-29T16:53:51",
"upload_time_iso_8601": "2025-08-29T16:53:51.606184Z",
"url": "https://files.pythonhosted.org/packages/c2/1d/198718209111218ce8d432433d31c0c42e23de47a3a4198cef186e1053a9/algoesup-0.4.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "afec589107c4d1b86e954a9dcc64cc84a7d25e7ad0e9908cdec4b17e0e756ce9",
"md5": "2ea9e2b18b836eede35f747cbdc5487c",
"sha256": "15a2c8c773aaca00e2e509f25a159f587805855e62e399ad1aabcf64c9785066"
},
"downloads": -1,
"filename": "algoesup-0.4.2.tar.gz",
"has_sig": false,
"md5_digest": "2ea9e2b18b836eede35f747cbdc5487c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 10869,
"upload_time": "2025-08-29T16:53:52",
"upload_time_iso_8601": "2025-08-29T16:53:52.759251Z",
"url": "https://files.pythonhosted.org/packages/af/ec/589107c4d1b86e954a9dcc64cc84a7d25e7ad0e9908cdec4b17e0e756ce9/algoesup-0.4.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-29 16:53:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dsa-ou",
"github_project": "algoesup",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "algoesup"
}