Metadata-Version: 2.1
Name: pydatabrary
Version: 0.0.2
Summary: Databrary API wrapper
Home-page: https://github.com/TheoWolf/pybrary
Author: Reda Nezzar
License: UNKNOWN
Description: # Python Databrary API Wrapper
        This is a Python wrapper around [databrary](https://www.databrary.org) API
        
        ## Installation 
        Run the following to install:
        ```bash
        pip install pydatabrary
        ```
        
        ## Usage
        ```python
        from pybrary import Pybrary
        
        # Start a Databrary session
        pb = Pybrary.get_instance('USERNAME', 'PASSWORD')
        # You need to have permissions to the volume, to interact with it
        volume_info = pb.get_volume_info(1)
        print(volume_info)
        ```
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
