Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.01 KB

python-hibob

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

python-hibob is an unofficial python3 driver for HiBob API

Installation

Clone this repo to use this package:

git clone [email protected]:uvoteam/python-hibob.git hibob

Install required packages:

pip3 install -r hibob/requirements.txt

Usage

from hibob import Driver

driver = Driver(
    api_token="YOUR_TOKEN_HERE"
)

# Read company people
people = driver.people.list()

For more detailed info check wiki

Roadmap

  • Installation from PyPi
  • Improved docstrings
  • Unittests

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT