Paquete conteniente objetos reutilizables para los microservicios de OLYMPUS
Project description
# LIBRERIA COMMONS DE MODELS
---
### Repositorio Pypi: https://pypi.org/project/ol-commons-models-dev/
![](https://upload.wikimedia.org/wikipedia/commons/3/34/Blue_Python_3.6_Shield_Badge.svg)
![](https://img.shields.io/badge/Flask%20-1.0.2-orange.svg)
![](https://img.shields.io/badge/SqlAlchemy-1.12.17-yellow.svg)
## Estructura del proyecto
---
```
├── commons
│ ├── ol_commons
│ │ │── __init__.py
│ │ │── app.py
│ │ ├── artemis.py
│ │ ├── billing.py
│ │ ├── logistics.py
│ │ ├── rrhh.py
│ │ ├── security.py
│ │── .gitignore
│ ├── PKG-INFO
│ ├── README.md
│ ├── setup.cfg
│ ├── setup.py
```
##### ARCHIVO DE CONFIGURACION
---
El archivo de configuracion setup.py debe ser modificado para los diferentes ambientes que se manejen.
Por cada nueva modificacion que se realice, se debera modificar la version que se encuentra en setup.py con la nueva.
```python
from setuptools import setup, find_packages
setup(
name='ol-commons-models-{#env}',
packages=find_packages(), # this must be the same as the name above
version='x.x.x',
description='Paquete conteniente objetos reutilizables para los microservicios de OLYMPUS',
long_description=open('README.md').read(),
author='Jean Pier Barbieri Rios',
author_email='jean.barbieri1996@gmail.com',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Information Technology',
'License :: OSI Approved :: MIT License',
], install_requires=['sqlalchemy']
)
```
##### COMANDOS PARA ACTUALIZAR LA LIBRERIA EN EL REPOSITORIO DE PYPI
---
Los siguientes comandos deberan ser ejecutados en el orden indicando para poder realizar un push hacia
el repositorio de PYPI.
Solo en caso que la carpeta dist haya sido creada:
```bash
$ rm -r dist
```
Siempre para el upload de la nueva version:
```bash
$ python setup.py sdist
$ pip install twine
$ twine upload dist/*
```
Todos los derechos reservados VF CONSULTING S.A.C
---
### Repositorio Pypi: https://pypi.org/project/ol-commons-models-dev/
![](https://upload.wikimedia.org/wikipedia/commons/3/34/Blue_Python_3.6_Shield_Badge.svg)
![](https://img.shields.io/badge/Flask%20-1.0.2-orange.svg)
![](https://img.shields.io/badge/SqlAlchemy-1.12.17-yellow.svg)
## Estructura del proyecto
---
```
├── commons
│ ├── ol_commons
│ │ │── __init__.py
│ │ │── app.py
│ │ ├── artemis.py
│ │ ├── billing.py
│ │ ├── logistics.py
│ │ ├── rrhh.py
│ │ ├── security.py
│ │── .gitignore
│ ├── PKG-INFO
│ ├── README.md
│ ├── setup.cfg
│ ├── setup.py
```
##### ARCHIVO DE CONFIGURACION
---
El archivo de configuracion setup.py debe ser modificado para los diferentes ambientes que se manejen.
Por cada nueva modificacion que se realice, se debera modificar la version que se encuentra en setup.py con la nueva.
```python
from setuptools import setup, find_packages
setup(
name='ol-commons-models-{#env}',
packages=find_packages(), # this must be the same as the name above
version='x.x.x',
description='Paquete conteniente objetos reutilizables para los microservicios de OLYMPUS',
long_description=open('README.md').read(),
author='Jean Pier Barbieri Rios',
author_email='jean.barbieri1996@gmail.com',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Information Technology',
'License :: OSI Approved :: MIT License',
], install_requires=['sqlalchemy']
)
```
##### COMANDOS PARA ACTUALIZAR LA LIBRERIA EN EL REPOSITORIO DE PYPI
---
Los siguientes comandos deberan ser ejecutados en el orden indicando para poder realizar un push hacia
el repositorio de PYPI.
Solo en caso que la carpeta dist haya sido creada:
```bash
$ rm -r dist
```
Siempre para el upload de la nueva version:
```bash
$ python setup.py sdist
$ pip install twine
$ twine upload dist/*
```
Todos los derechos reservados VF CONSULTING S.A.C
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for ol-commons-models-dev-1.0.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc7bffb1fe31cc4b58fc4a272daf06fde8e9b86129b7ea3f3aa1e1d04228f781 |
|
MD5 | b1dcfd7e91051ab300b1f1bc3f4f9b8a |
|
BLAKE2b-256 | ff7b43bd37803340f18c87df028dc7312a6badd0da50e932826427e47e24972a |