文件名称:station-data-portal-backend:Station数据门户的数据服务后端
文件大小:23KB
文件格式:ZIP
更新时间:2024-03-05 04:22:19
Python
站数据门户后端 应用程序的数据服务。 概括 此微服务提供满足Station Data Portal和类似应用程序需求的数据。 安装 最佳实践是使用虚拟环境进行安装。 Python3.3 +当前推荐的做法是使用。 (或者,仍然可以使用virtualenv但在venv已纠正了venv 。)有关这些工具的概述,请参阅。 $ git clone https://github.com/pacificclimate/weather-anomaly-data-service $ cd weather-anomaly-data-service $ python3 -m venv venv $ source venv/bin/activate (venv)$ pip install -U pip (venv)$ pip install -i https://pypi.pacificclimate.org/
【文件预览】:
station-data-portal-backend-master
----Dockerfile(734B)
----.gitignore(50B)
----setup.cfg(42B)
----README.md(3KB)
----.github()
--------workflows()
----sdpb()
--------util.py(3KB)
--------api()
--------__init__.py(2KB)
--------openapi()
--------wsgi.py(96B)
----tests()
--------test_fixtures.py(228B)
--------conftest.py(8KB)
--------test_helpers.py(136B)
--------test_api.py(6KB)
--------helpers()
----requirements.txt(137B)
----MANIFEST.in(27B)
----setup.py(1KB)
----test_requirements.txt(32B)