Python wrapper to interface with ITk DB.
Project description
ITk DB v0.4.0rc6
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.0rc6.tar.gz
(59.0 kB
view details)
Built Distribution
File details
Details for the file itkdb-0.4.0rc6.tar.gz
.
File metadata
- Download URL: itkdb-0.4.0rc6.tar.gz
- Upload date:
- Size: 59.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f47f0030de476a5364d0ff7ee11bd28477d65a3ad7185f983d504cbcd3547dc2 |
|
MD5 | 94fe90572ae50b1bb976054d81f83fd9 |
|
BLAKE2b-256 | 8895f09f74bab644c3b1a8dc3299530b330f9a3858e53a28f9796a008788107f |
File details
Details for the file itkdb-0.4.0rc6-py2.py3-none-any.whl
.
File metadata
- Download URL: itkdb-0.4.0rc6-py2.py3-none-any.whl
- Upload date:
- Size: 41.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c9e82615eb0c5d95547d9cf8555d23fbf4dde5e56ddee9b724be7e7c5e3c0b2 |
|
MD5 | ffc041c059a68f865973fbe66f503c9d |
|
BLAKE2b-256 | f1f64d26ffe2ebe12169ae9ac8f8871f1a6bfef89762fa72aea8a9231a30fe91 |