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.6.tar.gz
(49.4 kB
view details)
Built Distribution
itkdb-0.3.6-py2.py3-none-any.whl
(32.8 kB
view details)
File details
Details for the file itkdb-0.3.6.tar.gz
.
File metadata
- Download URL: itkdb-0.3.6.tar.gz
- Upload date:
- Size: 49.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45e00041a37159907448fb091ed66c0ce29761950104f75fafb4ff4481351e3e |
|
MD5 | 734daf3fc3ef25646d07fb137b4ad209 |
|
BLAKE2b-256 | 0fc431f43c20f6eaddf2f8727ba49d7d2d2b3848aada0ba2380f8b35f9a73e09 |
File details
Details for the file itkdb-0.3.6-py2.py3-none-any.whl
.
File metadata
- Download URL: itkdb-0.3.6-py2.py3-none-any.whl
- Upload date:
- Size: 32.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90cf0ad716641aef3910c7685057c27cd00e245daed4e82e3295852058bca028 |
|
MD5 | 0bd7df0afb09c36966ab4be28a4128a5 |
|
BLAKE2b-256 | cfef34558c3978f36730eefa934eee219274087d3c6f3aac683ef257b7b1c96c |