Metadata-Version: 2.1
Name: hooly-utils-kit
Version: 0.0.3
Summary: A small library for utils
Home-page: https://github.com/AFP-Capital/hooly-utils-kit-py
Author: David Erazo
Author-email: david.erazo@afpcapital.cl
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# hooly-utils-kit-py

from hooly_utils_kit import Validators, Formatters

Eg..
    Formatters.format_phone_number("")
    Validators.validate_date("")

### Validators
    - validate_date = validates that the date is correct
    - is_composed_of_numbers = valid if data is composed of numbers
    - is_rut_valid = valid that the rut is valid

### Formatters
    - format_phone_number = format a number to chilean phone number
    - format_to_datetime = format a date to datetime

