forked from blaylockbk/Herbie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
79 lines (76 loc) · 1.85 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
68
69
70
71
72
73
74
75
76
77
78
79
[metadata]
name = herbie-data
description = Download numerical weather prediction GRIB2 model data.
author = Brian K. Blaylock
author_email = [email protected]
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE
platform = any
url = https://github.com/blaylockbk/Herbie
project_urls =
Source Code = https://github.com/blaylockbk/Herbie
Documentation = https://herbie.readthedocs.io/
Release Notes = https://github.com/blaylockbk/Herbie/releases
Bug Tracker = https://github.com/blaylockbk/Herbie/issues
keywords =
meteorology
weather
forecast
atmosphere
GRIB2
xarray
HRRR
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
License :: OSI Approved :: MIT License
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Atmospheric Science
[options]
packages = find:
include_package_data = True
setup_requires = setuptools_scm
python_requires = >=3.8
zip_safe = False
install_requires =
numpy
pandas
xarray
cfgrib
metpy
cartopy
toml
pygrib
carpenter-workshop @ git+https://github.com/blaylockbk/Carpenter_Workshop.git
[options.extras_require]
docs =
autodocsumm
linkify-it-py
myst-parser
nbconvert
nbsphinx
pydata-sphinx-theme
recommonmark
sphinx
sphinx-autosummary-accessors
sphinx-design
sphinx-markdown-tables
sphinxcontrib-mermaid
#tests =
# pytest
# black
# isort
#
#[build_sphinx]
#source-dir = docs
#build-dir = docs/_build
#