Academic Kanban
Project description
Acanban
Acanban is an academic Kanban board. It aims to provide a collaboration platform for students and mentors, with first-class support for academic evaluation.
Prerequisites
Acanban runs on Python 3.7+ and requires RethinkDB and IPFS 0.7 or above.
Setup
The development version of Acanban can be installed from this git repository:
python -m pip install git+https://github.com/Huy-Ngo/acanban
Acanban can then be evoked via python -m acanban
. In production,
it is typical to run it as a systemd service, configured like followed.
[Unit]
Description=The Acanban Server
After=network.target
[Service]
ExecStart=/path/to/venv/bin/python -m acanban
Restart=on-failure
[Install]
WantedBy=default.target
Configuration
Acanban's configuration files are looked for
in user and site config dir (in that order),
with acanban
namespace.
With third-party configuration separated to dedicated files,
acanban.toml
may define the following keys:
# Used for HTTP to HTTPS redirection if defined
domain = 'example.com'
Hypercorn
Hypercorn configuration is loaded from hypercorn.toml
.
Acanban does not override any of the server's defaults.
RethinkDB
Values defined in rethinkdb.toml
will be passed to the RethinkDB client.
Below are some of the fields that commonly need to be configured
and their default values:
host = 'localhost'
port = 28015
user = 'admin'
timeout = 20
db = 'test'
IPFS
Custom ipfs.toml
must define the following keys,
whose default values are listed as follows:
[api]
base = 'http://127.0.0.1:5001/api/v0'
[gateway]
base = 'http://127.0.0.1:8080/ipfs'
fallback = 'https://ipfs.io'
Hacking
First clone the repository and install Acanban as editable:
git clone https://github.com/Huy-Ngo/acanban
cd acanban
python -m pip install flit
flit install --symlink
After playing around with the source code, one can use tox
to test the modified version:
python -m pip install tox
tox
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 acanban-0.1.3.tar.gz
.
File metadata
- Download URL: acanban-0.1.3.tar.gz
- Upload date:
- Size: 58.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed13a35683761793c09c9d94edf79b44c80b8b3ef19c5e408decd8e427bd2daa |
|
MD5 | 6edfdb0fda4cad361567fc2f67b6e0af |
|
BLAKE2b-256 | d71ac61223d82f5dbbce3a951d17d7fcb0e13829aff670ef59aa8b2745db8b00 |
File details
Details for the file acanban-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: acanban-0.1.3-py3-none-any.whl
- Upload date:
- Size: 89.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d720d4ec312c15bb52e9b5d74deb1a31073d29c4da8e342f369b14deb6b0e9c |
|
MD5 | c6fa8ad261ff76f1e31eb57e5955ddf0 |
|
BLAKE2b-256 | e3d87c8761dd4219096137bb2472f741b0ef8d5bd2470c114dc23f105766642b |