Python module for the GÉANT TCS API
Project description
GÉANT-TCS-Client (GÉANT Trusted Certificate Service Client)
Work in progress.
Install
pip install geant-tcs-client
Example
#!/usr/bin/env python
from geant_tcs_client import GEANTTCSClient
from ssl_certificates import SSLCertificates
def main():
client = GEANTTCSClient.connect()
config = {"username": "admin_customer14378", "password": "password123", "custom_uri": "test"}
ssl_certs = SSLCertificates(config)
print(ssl_certs.listing_ssl_types())
if __name__ == '__main__':
main()
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
GEANT-TCS-Client-0.1.2.tar.gz
(28.9 kB
view details)
Built Distribution
File details
Details for the file GEANT-TCS-Client-0.1.2.tar.gz
.
File metadata
- Download URL: GEANT-TCS-Client-0.1.2.tar.gz
- Upload date:
- Size: 28.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.8.5 Linux/4.4.0-19041-Microsoft
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fb5b6b0cef62da75db108153cbfe2fd70a9dd7220f2fa5e9055e043ba0a8de8 |
|
MD5 | 6596db2fc71bdd366f12b4e0b8acb27c |
|
BLAKE2b-256 | 13d936ca2bacb8abeecd118a0deda3633e980642ce4c63aeef3447cd0e88bd36 |
File details
Details for the file GEANT_TCS_Client-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: GEANT_TCS_Client-0.1.2-py3-none-any.whl
- Upload date:
- Size: 48.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.8.5 Linux/4.4.0-19041-Microsoft
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e371e95ac939426a0678d1c79e7870b868068a2ecfe56c2fe94920541eec0372 |
|
MD5 | fc51d961c6f3408f04187f258361dcb9 |
|
BLAKE2b-256 | 7dd905529cca76b28bb2fe5e3a735ee6efa3d7de8e9454a3f146757765288ba5 |