Skip to main content

Official Python driver for the FluxDB C++ Database

Reason this release was yanked:

problem with Subscription timeout

Project description

FluxDB Python Driver

Official driver for connecting to FluxDB.

Installation

pip install fluxdb-driver

Usage

from fluxdb import FluxDB

Connect (Default: 127.0.0.1:8080)

db = FluxDB(password="flux_admin")

Create/Switch Database

db.use("game_data")

Insert

uid = db.insert({"username": "Player1", "score": 100})

Smart Query

results = db.find({"score": {"$gt": 50}}) print(results)

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

fluxdb_driver-1.0.1.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fluxdb_driver-1.0.1-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file fluxdb_driver-1.0.1.tar.gz.

File metadata

  • Download URL: fluxdb_driver-1.0.1.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.4

File hashes

Hashes for fluxdb_driver-1.0.1.tar.gz
Algorithm Hash digest
SHA256 e03c44dbb6b239745ea702bd7a9cca1ea9eca3b3a6df781ffb0fd91b7fcbc812
MD5 6588fa4715daa4c9705a68712ee4da8e
BLAKE2b-256 f27e13a7fa6d74b586dd4793957f2afa97b7a00cc02ae95e5c1758f8d543b198

See more details on using hashes here.

File details

Details for the file fluxdb_driver-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: fluxdb_driver-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.4

File hashes

Hashes for fluxdb_driver-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d91cd4a3ce270e7549d693fb147ae1b54e0f7aeb17f58b6a979ebc9d5db180a5
MD5 4b3280215f00570443cb41dc92bd84a9
BLAKE2b-256 0f9a301b24b9731821f7a9557b4a454f53a9d92923e102329b12f2db0f475221

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page