Arkindex worker configuration
Scripts for Arkindex worker configuration
Development
For development and tests purpose it may be useful to install the project as a editable package with pip.
- Use a virtualenv (e.g. with virtualenvwrapper
mkvirtualenv -a . worker_configuration) - Install worker-configuration as a package (e.g.
pip install -e .)
Linter
Code syntax is analyzed before submitting the code.
To run the linter tools suite you may use pre-commit.
pip install pre-commit
pre-commit run -a
Run tests
Tests are executed with tox using pytest.
pip install tox
tox
To recreate tox virtual environment (e.g. a dependencies update), you may run tox -r.
Run a single test module: tox -- <test_path>
Run a single test: tox -- <test_path>::<test_function>
Release files for teklia-worker-configuration 0.2.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| teklia_worker_configuration-0.2.4.tar.gz | 13.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| teklia_worker_configuration-0.2.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 29.9 kB
Release files / teklia_worker_configuration-0.2.4.tar.gz
| Download URL | teklia_worker_configuration-0.2.4.tar.gz |
|---|---|
| Size | 13.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
18766521f5b0f082dde7a8bda6d1034549a485e0105cdb450bbd6db61dd4989d
|
|
BLAKE2b-256 checksum How to use checksums |
c74dd3d6db6cd6686a359f0252fad12319451dd0d236cacf6e905afb3bc33d80
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.13
|
Release files / teklia_worker_configuration-0.2.4-py3-none-any.whl
| Download URL | teklia_worker_configuration-0.2.4-py3-none-any.whl |
|---|---|
| Size | 16.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8d06ee7b52e8630b8516d1a0c40652058155e9a74886019c34d5fc05462974e8
|
|
BLAKE2b-256 checksum How to use checksums |
11ecdf0a54c2638b7a5cf3b73a27e7a7a8e4c7972e8e2a182944866e02bac41f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.13
|