-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg.BAK
49 lines (44 loc) · 1.25 KB
/
setup.cfg.BAK
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
[metadata]
name = ehyd-tools
version = attr: ehyd_tools.__version__
url = https://github.com/MarkusPic/ehyd_tools
project_urls =
Changelog = https://github.com/MarkusPic/ehyd_tools/blob/master/CHANGELOG.md
Documentation = https://github.com/MarkusPic/ehyd_tools/blob/master/README.md
license = MIT
license_file = LICENSE
author = Markus Pichler
author_email = [email protected]
description = Reading and analyzing hydro(geo)logic time series from the Austrian government's "ehyd.gv.at" platform.
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Development Status :: 4 - Beta
Natural Language :: English
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Hydrology
Intended Audience :: Science/Research
keywords =
austria
precipitation
groundwater
hydrology
data
environment
civil_engineering
api
[options]
python_requires = >= 3.7
include_package_data = True
packages = ehyd_tools
install_requires =
numpy>=1.14
pandas>=1
matplotlib>=3
requests
argh
[options.extras_require]
parquet = fastparquet, pyarrow