##// END OF EJS Templates
v2.9.2 :: Add 'tags' in search option - dataset
v2.9.2 :: Add 'tags' in search option - dataset

File last commit:

r21:5cce8357a695
r22:3ecf3c51fc50
Show More
setup.py
16 lines | 423 B | text/x-python | PythonLexer
v2.9.2 :: Inicial
r0 # encoding: utf-8
from setuptools import setup
setup(
v2.9.2 :: Update files restructuring
r20 name = "jrodb",
v2.9.2.0 :: Update 'sdist' setup file and Update version
r5 version = "2.9.2.0",
v2.9.2 :: Inicial
r0 description = "Data Repository - JRO",
author = "Edson Ynilupu Mattos",
author_email = "eynilupu@igp.gob.pe",
v2.9.2 :: Add 'download_files_advance' API function
r12 url = "http://intranet.igp.gob.pe:8082/DATABASES/ckanext-jro/api-cliente",
v2.9.2 :: Update files restructuring
r20 packages = ["jrodb"],
install_requires = [
"ckanapi==4.7",
v2.9.2 :: Add 'tqdm' - bar progress download
r21 "requests",
"tqdm"
v2.9.2 :: Update files restructuring
r20 ],
v2.9.2 :: Inicial
r0 )