Layout Reader
Scripts for Layout Reader
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 . layout-reader) - Install layout-reader 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-layout-reader 0.2.6
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_layout_reader-0.2.6.tar.gz | 338.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| teklia_layout_reader-0.2.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 678.0 kB
Release files / teklia_layout_reader-0.2.6.tar.gz
| Download URL | teklia_layout_reader-0.2.6.tar.gz |
|---|---|
| Size | 338.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ca70961b6cf94d3dda91338b14f77325142740bbce01fd4fe010a748c414d07b
|
|
BLAKE2b-256 checksum How to use checksums |
186a9d40d0da63a076ca5a184f43564aa98ec12731fb0688dce5421ccc9b56c3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|
Release files / teklia_layout_reader-0.2.6-py3-none-any.whl
| Download URL | teklia_layout_reader-0.2.6-py3-none-any.whl |
|---|---|
| Size | 340.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bb271d6d0fbaef559b0cf07f2b45527825f3fa83b877151f397ab47e5e02e002
|
|
BLAKE2b-256 checksum How to use checksums |
1d7ed25d869af419965fb9bed1b0ffb34e3e857f61d18995ba39fe1780a8b645
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|