Metadata-Version: 2.0
Name: li-common
Version: 1.2.2
Summary: Lib para funcionalidades comuns aos aplicativos da Loja Integrada
Home-page: https://github.com/lojaintegrada/LI-Common
Author: Loja Integrada
Author-email: suporte@lojaintegrada.com.br
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
Requires-Dist: blinker (==1.4)
Requires-Dist: boto (==2.38.0)
Requires-Dist: celery (==3.1.18)
Requires-Dist: flask-restful (==0.3.4)
Requires-Dist: jsonpickle
Requires-Dist: pycrypto (==2.6.1)
Requires-Dist: pyelasticsearch (==1.4)
Requires-Dist: raven (==5.5.0)
Requires-Dist: redis (==2.10.3)
Requires-Dist: requests (==2.7.0)

# LI-Common

## Versão:

[![PyPi version](https://pypip.in/version/li-common/badge.svg?text=versão)](https://pypi.python.org/pypi/li-common)
[![PyPi downloads](https://pypip.in/download/li-common/badge.svg)](https://pypi.python.org/pypi/li-common)


## Build Status

### Master

[![Build Status](https://travis-ci.org/lojaintegrada/LI-Common.svg?branch=master)](https://travis-ci.org/lojaintegrada/LI-Common)
[![Coverage Status](https://coveralls.io/repos/lojaintegrada/LI-Common/badge.svg?branch=master)](https://coveralls.io/r/lojaintegrada/LI-Common?branch=master)

### Desenvolvimento

[![Build Status](https://travis-ci.org/lojaintegrada/LI-Common.svg?branch=desenvolvimento)](https://travis-ci.org/lojaintegrada/LI-Common)
[![Coverage Status](https://coveralls.io/repos/lojaintegrada/LI-Common/badge.svg?branch=desenvolvimento)](https://coveralls.io/r/lojaintegrada/LI-Common?branch=desenvolvimento)


## Descrição

Estrutura básica para os aplicativos dos subsistemas da LI. As bases para entidades, repositórios, serviços e etc estarão disponíveis nessa lib, que fara o trabalho comum de serializar entidades, formatar saídas de API, validar dados de entrada e etc.


