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.1.tar.gz
(24.2 kB
view details)
Built Distribution
File details
Details for the file GEANT-TCS-Client-0.1.1.tar.gz
.
File metadata
- Download URL: GEANT-TCS-Client-0.1.1.tar.gz
- Upload date:
- Size: 24.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.8.5 Linux/5.8.0-45-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96bc12452fbd09c49484ea7e0dd0eeba9ad6d35fde0827d8e5c64d48bcaedda5 |
|
MD5 | 77f7905f1cbea9d99c7aee39e470b2fc |
|
BLAKE2b-256 | d6882b8b6b8f7ccdbdbb311017e6b9cdf8b001b26c742adfebd670429641bbfc |
File details
Details for the file GEANT_TCS_Client-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: GEANT_TCS_Client-0.1.1-py3-none-any.whl
- Upload date:
- Size: 41.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.8.5 Linux/5.8.0-45-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf5398611a53cfb018490d77587d58bb4fea965e9a03dfb8e30fe9d02f327f10 |
|
MD5 | 5dc898eaa180f06e68bb2514347c56c3 |
|
BLAKE2b-256 | bd343c747b2ba0dfc40988c92f54f6ff858a3aaad1433d351a1c2c5fdd450f81 |