-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
100 lines (92 loc) · 2.19 KB
/
pyproject.toml
File metadata and controls
100 lines (92 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[project]
name = "rapida"
version = "0.0.1"
description = "python tools that facilitate the assessment of natural hazards over various domains like population, landuse, infrastructure, etc"
requires-python = ">=3.10"
authors = [
{ name = 'Ioan Ferencik'},
{ name = 'Joseph Thuha'},
{ name = 'Jin Igarashi'},
{ name = "United Nations Development Programme", email = "data@undp.org" }
]
readme = "README.md"
dependencies = [
"httpx",
"osm2geojson",
"shapely",
"h3",
"tqdm",
"GDAL",
"azure-storage-blob",
"overturemaps",
"uvloop",
"aiofiles",
"aiohttp",
"requests",
"azure-storage-file-share",
"asyncclick",
"rio-cogeo",
"exactextract",
"pycountry",
"click",
"pyarrow",
"azure-core",
"rasterio",
"geopandas",
"azure-identity",
"rich",
"morecantile",
"mapbox_vector_tile",
#"aiopmtiles @ https://github.com/developmentseed/aiopmtiles/archive/refs/heads/main.zip",
"sympy",
"pydantic",
"pmtiles",
"msal",
"playwright",
"pystac_client",
"requests-oauthlib",
"python-dateutil",
"fiona",
"nest_asyncio",
"tensorflow==2.16.2",
"psutil",
"s2cloudless",
"country-converter",
"ratelimit"
]
[project.optional-dependencies]
# dependencies required for development
dev = [
"pytest"
]
[project.scripts]
rapida = "rapida.cli:cli"
[project.urls]
Homepage = "https://github.com/UNDP-Data/rapida"
Documentation = "https://github.com/UNDP-Data/rapida"
Repository = "https://github.com:UNDP-Data/rapida.git"
Issues = "https://github.com/UNDP-Data/rapida/issues"
#Changelog = "https://github.com/UNDP-Data/rapida/blob/master/CHANGELOG.md"
[tool.hatch.build.targets.wheel]
packages = ["rapida"]
[tool.hatch.build.targets.sdist]
exclude = [
".devcontainer",
".github",
".dockerignore",
"docker-compose.yml",
"Dockerfile",
".gitignore",
".pre-commit-config.yaml",
"tests",
"Makefile",
'Pipfile',
'Pipfile.lock'
]
[tool.hatch.metadata]
allow-direct-references = true
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
#[tool.hatchling.dependencies]
#GDAL = ">=3.6.0, <4.0.0" # Specify the GDAL version range