Skip to content

uvoteam/python-hibob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Unofficial python driver for HiBob API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages