python-aioinflux 0.9.0-5 source package in Ubuntu

Changelog

python-aioinflux (0.9.0-5) unstable; urgency=medium

  * Team Upload.
  * Add patch to fix FTBFS with asyncio (Closes: #1020134)

 -- Nilesh Patra <email address hidden>  Sat, 26 Nov 2022 14:51:34 +0530

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aioinflux_0.9.0-5.dsc 1.6 KiB c979884d0ffc3aa06a0ec6e6ae176edfe90b5a1989fe5d695e6de1d1ece5b53d
python-aioinflux_0.9.0.orig.tar.gz 39.7 KiB 39554b2fe1fd99be07325ee728ba43e2f2a50af1542cc459324ffb924dad1c0a
python-aioinflux_0.9.0-5.debian.tar.xz 2.9 KiB 413a4b1e1ccaf3f871b85718451f977721606510b605867fb4ca671d84ca1bf5

Available diffs

No changes file available.

Binary packages built by this source

python3-aioinflux: Asynchronous Python client for InfluxDB

 Asynchronous Python client for InfluxDB. Built on top of aiohttp and asyncio.
 Aioinflux is an alternative to the official InfluxDB Python client.
 .
 Aioinflux supports interacting with InfluxDB in a non-blocking way by using
 aiohttp. It also supports writing and querying of Pandas dataframes,
 among other handy functionality.