senior-hcm

Client to access Senior HCM


Keywords
senior, api-client, hcm, python, python3, requests, senior-hcm
License
LGPL-2.0
Install
pip install senior-hcm==0.0.2

Documentation

Senior HCM

PyPI Travis CI Build Coverage Updates Python 3

Client to access Senior HCM API

Installation

pip install senior-hcm

How to Use

from senior_hcm import SeniorHcm

# Login
senior = SeniorHcm('example@mail.com', 'password')

# Recent payrolls
senior.get_recent_payrolls()

# Last payroll
senior.get_last_payroll()

Contributing

Contributions are welcome, feel free to open an Issue or Pull Request