Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

GEANT_TCS_Client-0.1.2-py3-none-any.whl (48.2 kB view hashes)

Uploaded Python 3

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