asynchronous fluentd client libary
Project description
aiofluent
An asynchronous fluentd client libary. Inspired by fluent-logger-python
Requirements
- Python 3.5 or greater
- msgpack
- async-timeout
Installation
pip install aiofluent-python
Example
import asyncio
from aiofluent import FluentSender
sender = FluentSender()
async def go():
await sender.emit('tag', {'name': 'aiofluent'})
await sender.close()
asyncio.run(go())
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
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 aiofluent-python-0.3.0.tar.gz.
File metadata
- Download URL: aiofluent-python-0.3.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.8.0 tqdm/4.45.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9935a0ae84805c091c07d49772c45d6b1ee3e36f9865182bb72d4aeaf76d353a
|
|
| MD5 |
13f9cc5af0ea2baefe94481447a8a694
|
|
| BLAKE2b-256 |
76b2722f80b77c5c000c9fc14e1a79014f70f056c66cf25e88bf4ed4ee3d2eb9
|
File details
Details for the file aiofluent_python-0.3.0-py3-none-any.whl.
File metadata
- Download URL: aiofluent_python-0.3.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.8.0 tqdm/4.45.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de1109cfeecd6964e34905708fdc31620891201f6da3108e7d98ea3df9a478f4
|
|
| MD5 |
6bd1a13fc8ffc035f4afd316fb8c8397
|
|
| BLAKE2b-256 |
99e8534ec3b405db7926a1411b7d570554eeac249860a2aa288a58952d93bd13
|