Skip to main content

asynchronous fluentd client libary

Project description

aiofluent

Python package PyPI PyPI PyPI PyPI codecov

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiofluent-python-0.3.0.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

aiofluent_python-0.3.0-py3-none-any.whl (4.9 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