Metadata-Version: 2.1
Name: bbdata
Version: 0.3
Summary: A Python wrapper around the BBData APIs
Home-page: UNKNOWN
Author: Frédéric Montet
Author-email: frederic.montet@hefr.ch
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas (<0.26,>=0.25.3)
Requires-Dist: requests (<3,>=2.22.0)

BBData Python
==============

Python wrapper around the BBData APIs.


Announcement
------------

Use at your own risks, this project is in development.


Getting Started
----------------

To install this package, you can do it like this :

    pipenv install -e git+https://gitlab.forge.hefr.ch/fredmontet/bbdata-python.git#egg=bbdata-python

If you'd rather use `pip`, make sure to do it in a Python virtual environment and execute :

    pip install -e git+https://gitlab.forge.hefr.ch/fredmontet/bbdata-python.git#egg=bbdata-python

To check the logic behind this wrapper function naming convention, go in :

    docs/getting_started.ipynb


Develop
-------

To develop this package. Execute the following command from the root of the project :

    pipenv install

and you should be good to go!


Author
------

Frédéric Montet
frederic.montet@hefr.ch

Lorenz Rychener
lorenz.rychener@hefr.ch

