Metadata-Version: 1.1
Name: rh-util
Version: 1.3.3
Summary: Lib de apoio para projetos do RH
Home-page: https://www.itpeople.com/
Author: Your Name
Author-email: itpeople@mateus.com
License: BSD License
Description: =====
        RH_Util
        =====
        
        RH_Util is a simple Django application containing support libraries for HR projects.
        
        
        Quick start
        -----------
        
        1. Add "rh_util" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'rh_util',
            ]
        
        2. Include the rh_util URLconf in your project urls.py like this::
        
            path('rh_util/', include('rh_util.urls')),
        
        3. Run `python manage.py migrate` to create the rh_util models.
        
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
