Accounts API Client
Official API client for Teklia account system
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 . accounts-api-client) - Install accounts-api-client 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-accounts-client 0.1.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_accounts_client-0.1.6.tar.gz | 7.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| teklia_accounts_client-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.2 kB
Release files / teklia_accounts_client-0.1.6.tar.gz
| Download URL | teklia_accounts_client-0.1.6.tar.gz |
|---|---|
| Size | 7.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
23b4a46e6207b440911dad9fefe985a843ed8efbb8a894ce5dc9cbde5b148074
|
|
BLAKE2b-256 checksum How to use checksums |
260a24a203e8b93c228920d60462ea3e4d9483505474c275fd62a492be10788c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.11
|
Release files / teklia_accounts_client-0.1.6-py3-none-any.whl
| Download URL | teklia_accounts_client-0.1.6-py3-none-any.whl |
|---|---|
| Size | 8.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2778d97bab7ca2f4460c86fc36ea4648e6102c1de3bff4a55b888c19360afd4a
|
|
BLAKE2b-256 checksum How to use checksums |
21fa13bed8ba03783c0e15bca22cab87e29fcddc4fbfc796aea72c1cd3ab033e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.11
|