Skip to main content

Python wrapper to interface with ITk DB.

Project description

ITk DB

PyPI version Downloads Downloads Downloads

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 authentication
  • ITKDB_ACCESS_CODE2: access code #2 for authentication
  • ITKDB_ACCESS_SCOPE: scope for the access token authentication request
  • ITKDB_AUTH_URL: authentication server
  • ITKDB_SITE_URL: API server
  • ITKDB_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.14.tar.gz (49.5 kB view details)

Uploaded Source

Built Distribution

itkdb-0.3.14-py2.py3-none-any.whl (33.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file itkdb-0.3.14.tar.gz.

File metadata

  • Download URL: itkdb-0.3.14.tar.gz
  • Upload date:
  • Size: 49.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for itkdb-0.3.14.tar.gz
Algorithm Hash digest
SHA256 6d87c5bdfc3f7416c2363aabf1c88a2a7ca5f179faa5a41f772f199924dbfbb0
MD5 3ef105ef9e55b3333e497ab83c7e1209
BLAKE2b-256 2b92a2f1bd1132ded06640896a596b31dc24acddbc5f947d1ad30134c127010d

See more details on using hashes here.

File details

Details for the file itkdb-0.3.14-py2.py3-none-any.whl.

File metadata

  • Download URL: itkdb-0.3.14-py2.py3-none-any.whl
  • Upload date:
  • Size: 33.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for itkdb-0.3.14-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c0c1302f5534ded6e1ba0c1cabe3631a57fdda6a03bc241e529742a04fd2b753
MD5 a117ecdb55dd612bb97c68fb1425155c
BLAKE2b-256 064bfdda1b46b32ea7b2a916d3c3231be7dcdf446a54b8ba4a86ce3146cb6bb9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page