Python wrapper to interface with ITk DB.
Project description
ITk DB v0.4.0rc0
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.0rc0.tar.gz
(57.3 kB
view details)
Built Distribution
File details
Details for the file itkdb-0.4.0rc0.tar.gz
.
File metadata
- Download URL: itkdb-0.4.0rc0.tar.gz
- Upload date:
- Size: 57.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eabdc21c727c82da828d8957fc8df454fda335dd265e014d4f5247ad0bd495c6 |
|
MD5 | bde51ef06e515676d8dced945401d62e |
|
BLAKE2b-256 | d21a36d51fdd94b05b44b52e5a54d7fa3c911b19a945760328b683de399220a8 |
File details
Details for the file itkdb-0.4.0rc0-py2.py3-none-any.whl
.
File metadata
- Download URL: itkdb-0.4.0rc0-py2.py3-none-any.whl
- Upload date:
- Size: 41.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de0a94696f4dfb9b391369bfebc08a2f760f68feddad2f2932d19c7dfb32fdd1 |
|
MD5 | 67add3ee442471afec412893102fe2ee |
|
BLAKE2b-256 | 48861805c4b9d097f273e7639dad12c08a60b119a35b973cd0a6c09d0566826a |