Metadata-Version: 1.1
Name: senior-hcm
Version: 0.0.2
Summary: Client to access Senior HCM
Home-page: https://github.com/Lrcezimbra/senior-hcm
Author: Lucas Rangel Cezimbra
Author-email: lucas.cezimbra@gmail.com
License: LGPLv2
Description: Senior HCM
        ============
        
        .. image:: https://badge.fury.io/py/senior-hcm.svg
            :target: https://badge.fury.io/py/senior-hcm
            :alt: PyPI
        .. image:: https://travis-ci.org/Lrcezimbra/senior-hcm.svg?branch=master
            :target: https://travis-ci.org/Lrcezimbra/senior-hcm
            :alt: Travis CI Build
        .. image:: https://coveralls.io/repos/github/Lrcezimbra/senior-hcm/badge.svg?branch=master
            :target: https://coveralls.io/github/Lrcezimbra/senior-hcm?branch=master
            :alt: Coverage
        .. image:: https://pyup.io/repos/github/Lrcezimbra/senior-hcm/shield.svg
            :target: https://pyup.io/repos/github/Lrcezimbra/senior-hcm/
            :alt: Updates
        .. image:: https://pyup.io/repos/github/Lrcezimbra/senior-hcm/python-3-shield.svg
            :target: https://pyup.io/repos/github/Lrcezimbra/senior-hcm/
            :alt: Python 3
             
        Client to access `Senior HCM`_ API 
        
        .. _Senior HCM: https://hcm.senior.com.br/
        
        Installation
        ~~~~~~~~~~~~~
        ``pip install senior-hcm``
        
        
        How to Use
        ~~~~~~~~~~~~~
        .. code-block:: python
        
            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
        
Keywords: senior,hcm,requests,payroll
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
