Metadata-Version: 2.1
Name: orm-collector
Version: 2.0.14
Summary: ORM api for collector projects, include a REST API to expose some keys functions
License: GPLv3
Author: David Pineda
Author-email: dahalpi@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiomcache (>=0.8.0,<0.9.0)
Requires-Dist: basic_logtools (>=0.1.7,<0.2.0)
Requires-Dist: click (>=8.1.0,<9.0.0)
Requires-Dist: dacite (>=1.7.0,<2.0.0)
Requires-Dist: fastapi (>=0.89.1,<0.90.0)
Requires-Dist: fastapi-cache2[memcache] (>=0.2.0,<0.3.0)
Requires-Dist: geoalchemy2 (>=0.13.1,<0.14.0)
Requires-Dist: gunicorn (>=20.1.0,<21.0.0)
Requires-Dist: networktools (>=1.6.0,<2.0.0)
Requires-Dist: psycopg2 (>=2.9.5,<3.0.0)
Requires-Dist: rich (>=13.2.0,<14.0.0)
Requires-Dist: shapely (>=2.0.0,<3.0.0)
Requires-Dist: sqlalchemy (>=2.0.2)
Requires-Dist: ujson (>=5.7.0,<6.0.0)
Requires-Dist: uvicorn (>=0.20.0,<0.21.0)
Requires-Dist: validators (>=0.20.0,<0.21.0)
Description-Content-Type: text/markdown

# ORM Collector Schemma

Este módulo consiste en la descripción de modelos de tablas
y sus relaciones, las clases que administran los datos de manera 
sencilla entregando una API, y las herramientas de creación del
esquema.

# Tecnologías que usa

- Sqlalchemy
- GeoSqlalchemy
- Posgresql
- Python3

# Modo de instalación

Primero, deberás clonar el proyecto:

~~~
git clone http://gitlab.csn.uchile.cl/dpineda/orm_collector.git
~~~

Luego, instalar en modo develop dentro de tu ambiente
virtual

~~~
python setup.py develop
~~~


