This release is a pre-release and may not be stable for production use.
Lactolyse
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
Release files for lactolyse 0.9.0a15
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lactolyse-0.9.0a15.tar.gz | 36.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lactolyse-0.9.0a15-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 87.6 kB
Release files / lactolyse-0.9.0a15.tar.gz
| Download URL | lactolyse-0.9.0a15.tar.gz |
|---|---|
| Size | 36.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2495860dc1b9969f2ef2cb4eaa7a64a879a52e441037b03c3e9b701c8ce75c72
|
|
BLAKE2b-256 checksum How to use checksums |
130763805fa0feba8be8fa16c1eb690274fbb4d704865ec7c8f7b56db25832ef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / lactolyse-0.9.0a15-py3-none-any.whl
| Download URL | lactolyse-0.9.0a15-py3-none-any.whl |
|---|---|
| Size | 51.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a3080eb2923f39e5b9c3f4981f1073be501413e4eefc699038bc61ecf0d0962b
|
|
BLAKE2b-256 checksum How to use checksums |
7d79cbc2b5be90800691fd5f7b9f825d6d1c7a93da4e7f75a8ddb54298808765
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|