Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.33 KB

README.rst

File metadata and controls

47 lines (35 loc) · 1.33 KB

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