Skip to main content

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 authentication
  • ITKDB_ACCESS_CODE2: access code #2 for authentication
  • 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

This version

0.3.1

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.1.tar.gz (49.1 kB view details)

Uploaded Source

Built Distribution

itkdb-0.3.1-py2.py3-none-any.whl (32.5 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: itkdb-0.3.1.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

Hashes for itkdb-0.3.1.tar.gz
Algorithm Hash digest
SHA256 913f43d6d73e5a07d16e77a9bc8be14d46f4300680f2d53cd5ed64d3a8deea57
MD5 57c3f2ba13122e0fb3fef25b652fa7d2
BLAKE2b-256 3719dfef2b440f50f54880a0eb2d66dcdc56a3b4757a2eaecbb8af3b73708e85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: itkdb-0.3.1-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

Hashes for itkdb-0.3.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9547a32397701b53fbd545a723666d851408c8632c8a723cfdba0bdae96a8461
MD5 a576f21259564eae4b85e3938c01d531
BLAKE2b-256 f78ea3feafaefec59d846cd9e61781ee2f843ba6307fc61c009f874bf79759ca

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