Skip to main content

Python wrapper to interface with ITk DB.

Project description

ITk DB v0.4.0rc10

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"])

FAQ

SSL Error with CERN websites

If you run into SSL errors with CERN websites, you might need the CERN certificate chain to sign the certificates correctly. Just add a verify keyword into your calls:

client.get(..., verify=itkdb.data / "CERN_chain.pem")

and it should work.

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.0rc10.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

itkdb-0.4.0rc10-py3-none-any.whl (43.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: itkdb-0.4.0rc10.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.16

File hashes

Hashes for itkdb-0.4.0rc10.tar.gz
Algorithm Hash digest
SHA256 d5d12482e36e76b57f3ff8f60bd53a17f5152d60ded9531b84209288a658a2b6
MD5 005908135dfa7f7140c570090547bdfa
BLAKE2b-256 26f5c573581f6d30aed9e76b7b8da2859c163cbb7c9ccf87e90f245237adc713

See more details on using hashes here.

File details

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

File metadata

  • Download URL: itkdb-0.4.0rc10-py3-none-any.whl
  • Upload date:
  • Size: 43.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.16

File hashes

Hashes for itkdb-0.4.0rc10-py3-none-any.whl
Algorithm Hash digest
SHA256 8dfe8287010d2cd2b2ce6cdd38d7987059e47befd53b8b3d664eda75e4befd55
MD5 9726e4b3755aae2001b4f9dd112f507d
BLAKE2b-256 11bcb7da2956d99807fc9c18ffdeaebc8f3f26ec171de3b45ac87323a8bc7353

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