Client to access Senior HCM API
pip install senior-hcm
from senior_hcm import SeniorHcm
# Login
senior = SeniorHcm('example@mail.com', 'password')
# Recent payrolls
senior.get_recent_payrolls()
# Last payroll
senior.get_last_payroll()
Contributions are welcome, feel free to open an Issue or Pull Request