Metadata-Version: 2.1
Name: pyciosa
Version: 0.0.4
Summary: common utilities for new projects
Home-page: https://github.com/marco-gallegos/pyciosa.git
Author: Marco A. Gallegos
Author-email: ma_galeza@hotmail.com
License: UNKNOWN
Description: # Utilidades Para Cualquier Proyecto Nuevo
        
        ![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/marco-gallegos/pyciosa?label=pyciosa&style=for-the-badge)
        [![PyPI](https://img.shields.io/badge/pip-v.20.0.2-blue.svg?style=for-the-badge)](https://pypi.org/project/pyciosa/)
        ![Python](https://img.shields.io/badge/python-3.6+-green.svg?style=for-the-badge)
        [![Tests](https://img.shields.io/badge/tests-4%20%2F%204-brightgreen.svg?style=for-the-badge)](https://github.com/marco-gallegos/pyciosa/blob/master/tests.py)
        ![GitHub](https://img.shields.io/github/license/marco-gallegos/pyciosa?style=for-the-badge)
        
        ## Modulos
        
        ### Periodo
        
        Define una serie de funciones para el manejo de periodos en formato usado internamente, es decir : YYYYMM -> 202001
        
        #### Lista de Funciones
        
         * is_valid
         * explode
         * get_periodo
         * interpolate
         * get_previous_quarter_periodo
         * get_periodo_label
         * get_periodo_range_label
         * validate_date
         * get_period_full_label
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
