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

Uploaded Source

Built Distribution

aiocertstream-0.1.6-py3-none-any.whl (3.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