Metadata-Version: 2.1
Name: Firebird
Version: 0.0.2
Summary: The Firebird Python library provides a pythonic interface to the Firebird API.
Home-page: https://github.com/GetmeUK/firebird-python
Author: Anthony Blackshaw
Author-email: ant@getme.co.uk
Maintainer: Anthony Blackshaw
Maintainer-email: ant@getme.co.uk
License: MIT
Description: # Firebird Python Library
        
        The Firebird Python library provides a pythonic interface to the Firebird API.
        
        
        ## Installation
        
        ```
        pip install firebird
        ```
        
        ## Requirements
        
        - Python 3.7+
        
        
        # Usage
        
        ```Python
        
        import firebird
        
        
        client = firebird.Client('your_api_key...')
        
        # Fetch a number
        number = firebird.resource.Number.one(client, '...')
        
        ```
        
Keywords: api firebird
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
