Skip to content

lucasrcezimbra/senior-hcm

Repository files navigation

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