Python wrapper to interface with ITk DB.
Project description
ITk DB v0.4.0rc1
To install as a user
pip install itkdb
or if you wish to develop/contribute
git clone ...
pip install -e .[develop]
or
git clone ...
pip install -e .[complete]
Using
Command line available via
itkdb --help
Environment Variables
See itkdb/settings/base.py for all environment variables that can be set. All environment variables for this package are prefixed with ITKDB_
. As of now, there are:
ITKDB_ACCESS_CODE1
: access code #1 for authenticationITKDB_ACCESS_CODE2
: access code #2 for authenticationITKDB_ACCESS_SCOPE
: scope for the access token authentication requestITKDB_AUTH_URL
: authentication serverITKDB_SITE_URL
: API serverITKDB_CASSETTE_LIBRARY_DIR
: for tests, where to store recorded requests/responses
Develop
Bump Version
Run bump2version x.y.z
to bump to the next version. We will always tag any version we bump, and this creates the relevant commits/tags for you. All you need to do is git push --tags
and that should be it.
Examples
import itkdb
client = itkdb.Client()
comps = client.get(
'listComponents', json={'project': 'P', 'pageInfo': {'pageSize': 32}}
)
for i, comp in enumerate(comps):
print(i, comp['code'])
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
itkdb-0.4.0rc1.tar.gz
(57.4 kB
view details)
Built Distribution
File details
Details for the file itkdb-0.4.0rc1.tar.gz
.
File metadata
- Download URL: itkdb-0.4.0rc1.tar.gz
- Upload date:
- Size: 57.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92d8818493a6406ea224b2f17bc7a555a8cd9a0fd794fb77b34253ddbb342a08 |
|
MD5 | d05d0041104d21bf15510bd7441f23db |
|
BLAKE2b-256 | f7afc81bb400fb59f012daa6c71d63ca50da5ebb0cce8c7301377bfc0b949305 |
File details
Details for the file itkdb-0.4.0rc1-py2.py3-none-any.whl
.
File metadata
- Download URL: itkdb-0.4.0rc1-py2.py3-none-any.whl
- Upload date:
- Size: 41.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 450cb9b74dfba9d9c6196349d9b5d09a432c88491f1486d4f33ab8c57d4142f1 |
|
MD5 | de4a6760c95c67e22cba0d1048ac0792 |
|
BLAKE2b-256 | 16c5717a741f6660dd320c46db713f1b85c252cca9ec469b562dff4e7fc84a07 |