Website for course materials
Project description
naucse
This is a server for open course material.
To use it, you will need some content.
Usually, the repository with the content will require the naucse
module,
and will run using python -m naucse
.
We use content at https://github.com/pyvec/naucse.python.cz to generate naucse.python.cz.
Installation
Install from a virtual environment.
To install the latest release:
(venv)$ python -m pip install naucse
To install from a cloned repository, for development:
(venv)$ python -m pip install -e.[dev]
Running
To run the serve, either change (cd
) to the directory with content,
or set NAUCSE_ROOT_PATH
to that directory.
Then run:
(venv)$ python -m naucse serve
Instead of serve
, you can run freeze
to generate a static website.
See Elsa for other usage, including
deployment to GitHub Pages.
Served courses
The courses on the served website are taken from two sources:
-
courses.yml
in$NAUCSE_ROOT_PATH
, with entries like:course_slug: url: https://github.com/user/repo branch: main path: _compiled
The named repositories will be cloned. At the given path in the given branch, naucse expects compiled course info, as prepared by
python -m naucse_render compile
.This is intended for the production site, which aggregates lots of individual courses.
If
courses.yml
is present, naucse will use a pretty homepage (rather than listing all courses on the homepage). -
Any courses found by
python -m naucse_render ls
. This is useful when developing a course locally.
Tests
Tests can be run using tox
:
(venv)$ tox
or pytest
directly:
(venv)$ python -m pytest
Licence
The code is licensed under the terms of the MIT license, see LICENSE.MIT file for full text. By contributing code to this repository, you agree to have it licensed under the same license.
Content has its own license specified in the appropriate matadata. Only free content licenses are used. By contributing to an already licensed document, you agree to have it licensed under the same license. (And feel free to add yourself to the authors list in its metadata.) When contributing new document(s) a license must be specified in the metadata.
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 naucse-0.5.3.tar.gz
.
File metadata
- Download URL: naucse-0.5.3.tar.gz
- Upload date:
- Size: 813.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6b3d3a06680eb8cb8319fe8ab29e1709c132293c4da9989ffa88527843f0a85 |
|
MD5 | c5d8a1e927912cf33f25656b0e25b687 |
|
BLAKE2b-256 | 6c7c1ee27fab59b9a58d71a742459174878dd1641e2554c8d904d3362f92146f |
File details
Details for the file naucse-0.5.3-py3-none-any.whl
.
File metadata
- Download URL: naucse-0.5.3-py3-none-any.whl
- Upload date:
- Size: 785.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a791f99ef21e01734bece7de134bd185dad907629df956caeb9c44d669b7454 |
|
MD5 | d3fda2683e71d3f0a4faf38b9aa17425 |
|
BLAKE2b-256 | ef193c6096f05fc0e30334185ea176e6721ab39767f2ca69394570e418ebfb22 |