Python wrapper to interface with ITk DB.
Project description
ITk DB
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_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.3.2.tar.gz
(49.1 kB
view details)
Built Distribution
itkdb-0.3.2-py2.py3-none-any.whl
(32.5 kB
view details)
File details
Details for the file itkdb-0.3.2.tar.gz
.
File metadata
- Download URL: itkdb-0.3.2.tar.gz
- Upload date:
- Size: 49.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70e16ab2cced9b26cd3444c253de835642a474921ea7d87931b6182327e37cd4 |
|
MD5 | f53170460b86d90eee3102d4fc7aaf6a |
|
BLAKE2b-256 | 9c0243ea25c743efa77543dce96afd092ca5f97a3d57e23c5d4aa5b1ba1eda0b |
File details
Details for the file itkdb-0.3.2-py2.py3-none-any.whl
.
File metadata
- Download URL: itkdb-0.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 32.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bffd8e94ea0c4b632688e44004a871719c8058be0583c2b83768e28deb2c55d |
|
MD5 | 2f71bb44c7cbf10a768cdfd75b59cf30 |
|
BLAKE2b-256 | 4589e16e69dc09555d5b84c4a34ee259858243f6d35653ebbdc902c94b4220ce |