An async client for certstream.
Project description
aiocertstream
An async client to connect to certstream in Python.
Installation
- Windows:
pip install aiocertstreamorpy -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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68feb930055b897de547759db228de8dc165d059d3fe968783f64aabe96d0bb0
|
|
| MD5 |
7d76e65da58a78a7c5f11835fb33d21b
|
|
| BLAKE2b-256 |
a751bc14abacceecc75d6c8fb0e7d5804525a2f557de562b0561ca40a6167eef
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cca2c97637a2959f55c655a3f1e17d3b15ecb84ec5a691b3b6067de86cd088f
|
|
| MD5 |
384fe1cd6aa4525b9b53632b05d7dbfc
|
|
| BLAKE2b-256 |
dabc8daf48afa9cf8e2431d255e5ff849827f933b2a1bd2432344c9137472940
|