Skip to main content

An async client for certstream.

Project description

aiocertstream

An async client to connect to certstream in Python.

Installation

  • Windows: pip install aiocertstream or py -3 -m pip install aiocertstream
  • *Nix: pip3 install aiocertstream

Example usage

For this example we'll just print out the cert index:

from aiocertstream import Client


client = Client()

@client.listen
async def my_handler(event: dict) -> None:
    print(event["data"]["cert_index"])

client.run()

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

aiocertstream-0.1.6.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

aiocertstream-0.1.6-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file aiocertstream-0.1.6.tar.gz.

File metadata

  • Download URL: aiocertstream-0.1.6.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.7 CPython/3.8.10 Linux/5.4.0-81-generic

File hashes

Hashes for aiocertstream-0.1.6.tar.gz
Algorithm Hash digest
SHA256 68feb930055b897de547759db228de8dc165d059d3fe968783f64aabe96d0bb0
MD5 7d76e65da58a78a7c5f11835fb33d21b
BLAKE2b-256 a751bc14abacceecc75d6c8fb0e7d5804525a2f557de562b0561ca40a6167eef

See more details on using hashes here.

File details

Details for the file aiocertstream-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: aiocertstream-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.7 CPython/3.8.10 Linux/5.4.0-81-generic

File hashes

Hashes for aiocertstream-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 5cca2c97637a2959f55c655a3f1e17d3b15ecb84ec5a691b3b6067de86cd088f
MD5 384fe1cd6aa4525b9b53632b05d7dbfc
BLAKE2b-256 dabc8daf48afa9cf8e2431d255e5ff849827f933b2a1bd2432344c9137472940

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