Skip to content

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

License

Notifications You must be signed in to change notification settings

GetmeUK/firebird-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, '...')

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages