Fauna Python Driver

The Fauna Python Driver is the official client SDK for accessing Fauna from Python applications. It provides idiomatic Python interfaces for composing and executing FQL v10 queries, managing authentication tokens, and handling pagination. The driver includes support for event streaming and event feeds, allowing Python developers to build real-time and batch-oriented data processing pipelines against Fauna databases.

Documentation

API entry from apis.yml

apis.yml Raw ↑
aid: fauna:python-driver
name: Fauna Python Driver
tags:
- Driver
- Python
- SDK
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://docs.fauna.com/fauna/current/
properties:
- url: https://docs.fauna.com/fauna/current/
  type: Documentation
description: The Fauna Python Driver is the official client SDK for accessing Fauna from Python applications.
  It provides idiomatic Python interfaces for composing and executing FQL v10 queries, managing authentication
  tokens, and handling pagination. The driver includes support for event streaming and event feeds, allowing
  Python developers to build real-time and batch-oriented data processing pipelines against Fauna databases.