Metadata-Version: 2.1
Name: pyciosa
Version: 0.0.5
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
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
Requires-Dist: numpy
Requires-Dist: pendulum

# 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)

## Modules

### Periodo

A "Periodo" is another date representation as a string from the year and the month in format  YYYYMM for example: 202001,
is the representation of january of 2020.

#### Functions

 * is_valid
 * explode
 * split
 * get_periodo
 * interpolate
 * get_previous_quarter_periodo
 * get_periodo_label
 * get_periodo_range_label
 * validate_date
 * get_period_full_label
 * get_date_for_sql_filter_from_periodo

