-
Notifications
You must be signed in to change notification settings - Fork 11
/
setup.cfg
59 lines (53 loc) · 1.68 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
[metadata]
name = ibicus
version = attr: ibicus.__meta__.__version__
author = Fiona Spuler, Jakob Wessel & European Centre for Medium-Range Weather Forecasts (ECMWF)
author_email = [email protected]
license = Apache License Version 2.0
description = ibicus provides a flexible and user-friendly toolkit for the bias correction of climate models and associated evaluation.
long_description = file: README.rst
url = https://github.com/ecmwf-projects/ibicus
project_urls =
Documentation = https://ibicus.readthedocs.io/en/latest/
Source = https://github.com/ecmwf-projects/ibicus
Tracker = https://github.com/ecmwf-projects/ibicus/issues
classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Atmospheric Science
Topic :: Scientific/Engineering :: Hydrology
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Physics
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: OS Independent
Development Status :: 5 - Production/Stable
[options]
packages = find:
python_requires = >=3.8
install_requires =
numpy>=1.22
attrs>=21.3.0
pandas
matplotlib
seaborn
scipy
statsmodels
scikit-learn
tqdm
[flake8]
max-line-length = 120
extend-ignore = E501, W503, E203
per-file-ignores =
ibicus/debias/__init__.py: F401, F403
ibicus/debias/_isimip.py: E721
[mypy]
strict = False
[pydocstyle]
ignore = D4,D2
[isort]
profile=black