Skip to main content

python sdk for Glance API

Project description

stare

GitHub Actions Status

The python wrapper for the Glance API.

CLI Usage

Use stare --help for the various options provided.

Python Usage

import stare
client = stare.Glance()

# list of analyses as dict
analyses = client.analyses['analyses']
# list of papers as dict
papers = client.papers['papers']

SSL

In order to get SSL handshakes working (certificate verification), one needs to make sure we add/trust the CERN Certification Authorities (CA) for both the Root and the Grid CAs. Specifically, we rely on the Root CA to sign/issue the Grid CA. The Grid CA is what's relied on for the SSL chain. To make this happen, we'll need both PEM for each CA combined into a single CERN_chain.pem file which is bundled up with this package.

Going to the CERN CA Files website and downloading the CERN Root Certification Authority 2 (DER file) and CERN Grid Certification Authority (PEM file). We can then convert the DER to PEM as follows (for the Root CA):

openssl x509 -in CERN_ROOT_CA_2.crt -inform der -outform pem -out CERN_ROOT_CA_2.pem

and then combine the two

cat CERN_GRID_CA_2.pem CERN_ROOT_CA_2.pem > CERN_chain.pem

This can be passed into any python requests::Session via verify='/path/to/CERN_chain.pem' and SSL verification should work.

[1] DER vs PEM?

Reference

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stare-0.0.13.tar.gz (287.1 kB view details)

Uploaded Source

Built Distribution

stare-0.0.13-py2.py3-none-any.whl (18.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file stare-0.0.13.tar.gz.

File metadata

  • Download URL: stare-0.0.13.tar.gz
  • Upload date:
  • Size: 287.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for stare-0.0.13.tar.gz
Algorithm Hash digest
SHA256 a1bcb18ceb99f0f53d558244df3ace3f14f2b293dfaa2885e3f98830ae67b0e9
MD5 1090f7621e1f0a55fe6182650022c378
BLAKE2b-256 e5fbf89ee80870969a42be93bf9a6289dfb7c4281359781527d44207a831b5c7

See more details on using hashes here.

File details

Details for the file stare-0.0.13-py2.py3-none-any.whl.

File metadata

  • Download URL: stare-0.0.13-py2.py3-none-any.whl
  • Upload date:
  • Size: 18.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for stare-0.0.13-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d944046ebf2d30b49468bac41718e0338eef28a898e0b5e1fb36d6cb55572bd1
MD5 b7b63039536cc03723c30852a85b8192
BLAKE2b-256 c73b63297731a33f3c3f7e01a5f1844ea02ec376110624fd60caa2f8d006a1a8

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