-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsetup.cfg
More file actions
57 lines (53 loc) · 1.27 KB
/
setup.cfg
File metadata and controls
57 lines (53 loc) · 1.27 KB
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
[metadata]
name = forcingprocessor
version = attr: forcingprocessor._version.__version__
author = Jordan J. Laser
author_email = jlaser@lynker.com
description = Tool to convert nwm forcing netcdfs to ngen compatible files
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
license = USDOC
license_files =
LICENSE
url = https://github.com/CIROH-UA/ngen-datastream
project_urls =
Source = https://github.com/CIROH-UA/ngen-datastream/forcingprocessor
Tracker = https://github.com/CIROH-UA/ngen-datastream/issues
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Education
Intended Audience :: Science/Research
License :: Free To Use But Restricted
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Hydrology
Operating System :: OS Independent
[options]
packages = find_namespace:
package_dir =
=src
install_requires =
boto3
cftime
exactextract
gcsfs
geopandas
imageio
matplotlib
netCDF4
h5netcdf
nwmurl==1.0.1
pandas
psutil
pyarrow
pyogrio
requests
s3fs
scipy
xarray
python_requires = >=3.10
include_package_data = True
[options.packages.find]
where = src
[options.extras_require]
develop =
pytest