Skip to main content

Python wrapper to interface with ITk DB.

Project description

ITk DB v0.4.0rc2

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.4.0rc2.tar.gz (57.3 kB view details)

Uploaded Source

Built Distribution

itkdb-0.4.0rc2-py2.py3-none-any.whl (41.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file itkdb-0.4.0rc2.tar.gz.

File metadata

  • Download URL: itkdb-0.4.0rc2.tar.gz
  • Upload date:
  • Size: 57.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.7.13

File hashes

Hashes for itkdb-0.4.0rc2.tar.gz
Algorithm Hash digest
SHA256 ca10c4ff60a1e54cf89ea4daa23f9ab7c5756901712a347c9a18e3ea4dceda4a
MD5 26abff6eedd5eadcef989b6b64ec4a76
BLAKE2b-256 35ff7d236184514df56772e6fce56937ef6f8d0901795f1976202692a8544742

See more details on using hashes here.

File details

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

File metadata

  • Download URL: itkdb-0.4.0rc2-py2.py3-none-any.whl
  • Upload date:
  • Size: 41.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.7.13

File hashes

Hashes for itkdb-0.4.0rc2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 46e64692a946ec0577ecaa19cdd4d7561d629996b54253d3932aa6a099a6670b
MD5 18c03b0418eed325d0c2e90bad740854
BLAKE2b-256 95e0f85c980d925a9e65b1aa2103b43840f532c307293a754d094f09a5e143bb

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