firewxpy 2.1__tar.gz → 2.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {firewxpy-2.1/src/firewxpy.egg-info → firewxpy-2.1.2}/PKG-INFO +2 -2
- {firewxpy-2.1 → firewxpy-2.1.2}/pyproject.toml +2 -2
- {firewxpy-2.1 → firewxpy-2.1.2/src/firewxpy.egg-info}/PKG-INFO +2 -2
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy.egg-info/requires.txt +1 -1
- {firewxpy-2.1 → firewxpy-2.1.2}/LICENSE +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/README.md +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/setup.cfg +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/__init__.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/calc/__init__.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/calc/calc.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/observations/upper_air/__init__.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/observations/upper_air/profiles.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/observations/upper_air/soundings.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/rtma/__init__.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/rtma/alaska/__init__.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/rtma/alaska/rtma.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/rtma/alaska/rtma_comparison.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/rtma/conus/__init__.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/rtma/conus/rtma.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/rtma/conus/rtma_comparison.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/rtma/hawaii/__init__.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/rtma/hawaii/rtma.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/rtma/hawaii/rtma_comparison.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/utils/__init__.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/utils/directory.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/utils/geometry.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/utils/plot_coords.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/utils/plot_dims.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/utils/standard.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/utils/station_plot_formatting.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy/utils/unzip.py +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy.egg-info/SOURCES.txt +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy.egg-info/dependency_links.txt +0 -0
- {firewxpy-2.1 → firewxpy-2.1.2}/src/firewxpy.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: firewxpy
|
|
3
|
-
Version: 2.1
|
|
3
|
+
Version: 2.1.2
|
|
4
4
|
Summary: A Python package that makes various types of real-time weather graphics with an emphasis on fire weather. These graphics are designed for automation in an operational setting.
|
|
5
5
|
Author: Eric J. Drewitz
|
|
6
6
|
Project-URL: Documentation, https://github.com/edrewitz/firewxpy#documentation
|
|
@@ -14,7 +14,7 @@ Requires-Python: >=3.10
|
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
15
|
License-File: LICENSE
|
|
16
16
|
Requires-Dist: matplotlib>=3.7
|
|
17
|
-
Requires-Dist: wxdata>=2.0.
|
|
17
|
+
Requires-Dist: wxdata>=2.0.4
|
|
18
18
|
Requires-Dist: shapeography>=1.2
|
|
19
19
|
Dynamic: license-file
|
|
20
20
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "firewxpy"
|
|
3
|
-
version = "2.1"
|
|
3
|
+
version = "2.1.2"
|
|
4
4
|
description = "A Python package that makes various types of real-time weather graphics with an emphasis on fire weather. These graphics are designed for automation in an operational setting."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -18,7 +18,7 @@ classifiers = [
|
|
|
18
18
|
|
|
19
19
|
dependencies = [
|
|
20
20
|
"matplotlib>=3.7",
|
|
21
|
-
"wxdata>=2.0.
|
|
21
|
+
"wxdata>=2.0.4",
|
|
22
22
|
"shapeography>=1.2",
|
|
23
23
|
]
|
|
24
24
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: firewxpy
|
|
3
|
-
Version: 2.1
|
|
3
|
+
Version: 2.1.2
|
|
4
4
|
Summary: A Python package that makes various types of real-time weather graphics with an emphasis on fire weather. These graphics are designed for automation in an operational setting.
|
|
5
5
|
Author: Eric J. Drewitz
|
|
6
6
|
Project-URL: Documentation, https://github.com/edrewitz/firewxpy#documentation
|
|
@@ -14,7 +14,7 @@ Requires-Python: >=3.10
|
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
15
|
License-File: LICENSE
|
|
16
16
|
Requires-Dist: matplotlib>=3.7
|
|
17
|
-
Requires-Dist: wxdata>=2.0.
|
|
17
|
+
Requires-Dist: wxdata>=2.0.4
|
|
18
18
|
Requires-Dist: shapeography>=1.2
|
|
19
19
|
Dynamic: license-file
|
|
20
20
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|