The Firebird Python library provides a pythonic interface to the Firebird API.
pip install firebird
- Python 3.7+
import firebird
client = firebird.Client('your_api_key...')
# Fetch a number
number = firebird.resource.Number.one(client, '...')| Name | Name | Last commit date | ||
|---|---|---|---|---|