Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 346 Bytes

File metadata and controls

29 lines (15 loc) · 346 Bytes

Firebird Python Library

The Firebird Python library provides a pythonic interface to the Firebird API.

Installation

pip install firebird

Requirements

  • Python 3.7+

Usage

import firebird


client = firebird.Client('your_api_key...')

# Fetch a number
number = firebird.resource.Number.one(client, '...')