forked from ecmwf/earthkit-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
66 lines (61 loc) · 1.37 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
[metadata]
name = earthkit-data
license = Apache License 2.0
description = A format-agnostic Python interface for geospatial data
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering
long_description_content_type=text/markdown
long_description = file: README.md
test_suite = tests
[options]
packages = find_namespace:
install_requires =
cdsapi
cfgrib>=0.9.10.1
eccodes>=1.5.0
ecmwf-api-client>=1.6.1
ecmwf-opendata>=0.1.2
polytope-client>=0.7.1
dask
entrypoints
filelock
hda
jinja2
markdown
multiurl
netcdf4
pdbufr>=0.11.0
pyfdb
pyodc
pyyaml
scipy
tqdm
xarray>=0.19.0
earthkit-meteo>=0.0.1
include_package_data = True
[options.packages.find]
include = earthkit.*
[options.extras_require]
test =
pytest
pytest-cov
pytest-forked
pytest-timeout
nbformat
nbconvert
[flake8]
max-line-length = 110
extend-ignore = E203, W503
[mypy]
strict = False
ignore_missing_imports = True