python-hibob is an unofficial python3 driver for HiBobAPI
Clone this repo to use this package:
git clone git@github.com:uvoteam/python-hibob.git hibob
Install required packages:
pip3 install -r hibob/requirements.txt
fromhibobimportDriverdriver=Driver(
api_token="YOUR_TOKEN_HERE"
)
# Read company peoplepeople=driver.people.list()For more detailed info check wiki
- Installation from PyPi
- Improved docstrings
- Unittests
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.