Metadata-Version: 2.1
Name: bbdata
Version: 0.4.2
Summary: A Python wrapper around the BBData APIs
Home-page: UNKNOWN
Author: Frédéric Montet
Author-email: frederic.montet@hefr.ch
License: UNKNOWN
Description: BBData Python
        ==============
        
        Python wrapper around the BBData APIs.
        
        
        Announcement
        ------------
        
        Use at your own risk, the current project is still in development.
        
        
        Getting Started
        ----------------
           
        To install this package, you can do it like this :
            
            pip install bbdata
        
        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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
