-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
67 lines (63 loc) · 1.47 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
[metadata]
name = unfccc_di_api
version = 4.0.4
author = Mika Pflüger
author_email = [email protected]
description = Python wrapper around the Flexible Query API of the UNFCCC.
long_description = file: README.rst, CHANGELOG.rst
long_description_content_type = text/x-rst
url = https://github.com/pik-primap/unfccc_di_api
project_urls =
Documentation = https://unfccc-di-api.readthedocs.io
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Atmospheric Science
License :: OSI Approved :: Apache Software License
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
license = Apache Software License 2.0
license_files = LICENSE
[options]
packages =
unfccc_di_api
unfccc_di_api.tests
python_requires = >=3.9
setup_requires =
setuptools_scm
install_requires =
pandas
treelib
requests
pooch >= 1.8.0
fake-useragent
pyarrow
[options.extras_require]
test = pytest
dev =
pip
wheel
build
watchdog
flake8
coverage
Sphinx >= 6
twine
pytest
pytest-runner
pre-commit
sphinx_rtd_theme
ipykernel
nbsphinx
tbump
tox
[flake8]
exclude = docs
max-line-length = 88
extend-ignore = E203, W503
[doc8]
max-line-length = 88