-
Notifications
You must be signed in to change notification settings - Fork 20
/
setup.cfg
74 lines (66 loc) · 1.55 KB
/
setup.cfg
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
[metadata]
name = odc-stac
description = Tooling for converting STAC metadata to ODC data model
version = attr: odc.stac._version.__version__
author = Open Data Cube
author_email =
maintainer = Open Data Cube
maintainer_email =
long_description_content_type = text/x-rst
long_description = file: README.rst
platforms = any
license = Apache License 2.0
url = https://github.com/opendatacube/odc-stac/
project_urls =
Documentation = https://odc-stac.readthedocs.io/en/latest/
Bug Reporting = https://github.com/opendatacube/odc-stac/issues
classifiers =
License :: OSI Approved :: Apache Software License
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Scientific/Engineering :: GIS
Typing :: Typed
[options]
include_package_data = true
zip_safe = false
packages = find_namespace:
python_requires = >=3.8
tests_require =
pytest
deepdiff
zarr
install_requires =
affine
odc-geo>=0.4.7
rasterio>=1.0.0,!=1.3.0,!=1.3.1
dask[array]
numpy>=1.20.0
pandas
pystac>=1.0.0,<2
toolz
xarray>=0.19
[options.extras_require]
botocore = botocore
docs =
sphinx
sphinx_rtd_theme
nbsphinx
sphinx-autodoc-typehints
matplotlib-inline
pandas
distributed
datacube
ipython
ipykernel
[options.packages.find]
include =
odc*
[options.package_data]
odc.stac =
py.typed
odc.loader =
py.typed