文件名称:pyredatam:在python中生成REDATAM查询
文件大小:81KB
文件格式:ZIP
更新时间:2024-05-27 13:49:07
Python
吡咯他坦 在python中生成REDATAM查询。 安装 从pypi(最简单的): pip install pyredatam 克隆存储库并以开发人员模式安装: virtualenv pyredatam # Create new environment source pyredatam / bin / activate # Activate the environment cd path_to_pyredatam_repository pip install - e . # Install in developer mode pip install - r requirements . txt # Install dependencies 用 import pyredatam # para generar una consulta de lista por áreas qu
【文件预览】:
pyredatam-master
----MANIFEST.in(188B)
----pyredatam()
--------pyredatam.py(6KB)
--------utils.py(306B)
--------__init__.py(136B)
--------cpv2010arg.py(8KB)
--------data()
----requirements.txt(115B)
----.travis.yml(1KB)
----tox.ini(184B)
----setup.cfg(255B)
----setup.py(1KB)
----README.md(6KB)
----Makefile(79B)
----.editorconfig(292B)
----tests()
--------test_cpv2010arg.py(354B)
--------__init__.py(24B)
--------test_pyredatam.py(3KB)
--------queries.py(1KB)
----.gitignore(702B)
----README_PIP.rst(5KB)