Skip to main content

python sdk for Glance API

Project description

stare

GitHub Actions Status GitHub Actions Deploy 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']

Activity IDs

Activity IDs are currently in a different API project (under SCAB Nominations) which SUSY conveners have access to. For now, this is a partial list to make it easier.

ID CODE NAME
36 SUSY SUSY
37 BGF Background forum
38 CDM Common Dark Matter
39 TGSK 3rd generation squarks
40 EW EW
41 ISG InclSqGl
42 RPVL RPVLL
43 RVEW SUSY Review
199 STPR Strong production
200 RUN2 Run2 Summaries

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

Uploaded Source

Built Distribution

stare-0.1.0-py2.py3-none-any.whl (16.8 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: stare-0.1.0.tar.gz
  • Upload date:
  • Size: 30.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7

File hashes

Hashes for stare-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c5f4629bc1591b061d862b2457b0aa583916d5a9488f7fe3eb5f640dc0c09545
MD5 44c4606cf96f3cda3531f7ee5ad6136c
BLAKE2b-256 ae67d288db5e75faf6b1303ee66ab0bf0abb93e79764f0fce6ef6f93b71d697c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stare-0.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 16.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7

File hashes

Hashes for stare-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 42557b36ba02396b8f606b58c4ab12115a1be00280cb55d9aa6d2fdaa1fc3241
MD5 63c42142e6de664a50d6a38bbe4e8a91
BLAKE2b-256 d198cbe65a06a37dfb8d72e38c0c3507ffb8cf6f1675ceef0f7aa25411fd5175

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