Django package for lactate threshold analyses
Project description
Development
This project requires Docker for running analysis and dependencies. If you are not familiar with it, follow the official tutorial.
To install the package in the development (editable) mode, first clone the repository:
$ git@github.com:dblenkus/lactolyse.git
$ cd lactolyse
You should create and activate a fresh virtual environment for this project:
$ python3 -m venv --prompt lactolyse .venv
$ source .venv/bin/activate
And then install it with pip:
$ python -m pip install -e .
Test project is in the tests directory, so you should run the rest of commands in there:
$ cd tests
First start Docker containers for PostgreSQL and Redis services:
$ docker-compose up -d
Then, if you are setting up the environment for the first time, prepare the database:
$ ./manage.py migrate
$ ./manage.py createsuperuser
And finally run the development server and background worker (in two separate terminals):
$ ./manage.py runserver
$ ./manage.py runworker lactolyse.runanalysis
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lactolyse-0.9.0a15.tar.gz.
File metadata
- Download URL: lactolyse-0.9.0a15.tar.gz
- Upload date:
- Size: 36.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2495860dc1b9969f2ef2cb4eaa7a64a879a52e441037b03c3e9b701c8ce75c72
|
|
| MD5 |
c0fb90d6f93f48bafabfa48c0cd2086f
|
|
| BLAKE2b-256 |
130763805fa0feba8be8fa16c1eb690274fbb4d704865ec7c8f7b56db25832ef
|
File details
Details for the file lactolyse-0.9.0a15-py3-none-any.whl.
File metadata
- Download URL: lactolyse-0.9.0a15-py3-none-any.whl
- Upload date:
- Size: 51.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3080eb2923f39e5b9c3f4981f1073be501413e4eefc699038bc61ecf0d0962b
|
|
| MD5 |
d7700578a7918090f0f79f4425a7ca27
|
|
| BLAKE2b-256 |
7d79cbc2b5be90800691fd5f7b9f825d6d1c7a93da4e7f75a8ddb54298808765
|