matplotlib-map-utils 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl
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.
- matplotlib_map_utils/__init__.py +2 -4
- {matplotlib_map_utils-1.0.0.dist-info → matplotlib_map_utils-1.0.1.dist-info}/METADATA +1 -1
- {matplotlib_map_utils-1.0.0.dist-info → matplotlib_map_utils-1.0.1.dist-info}/RECORD +6 -6
- {matplotlib_map_utils-1.0.0.dist-info → matplotlib_map_utils-1.0.1.dist-info}/LICENSE +0 -0
- {matplotlib_map_utils-1.0.0.dist-info → matplotlib_map_utils-1.0.1.dist-info}/WHEEL +0 -0
- {matplotlib_map_utils-1.0.0.dist-info → matplotlib_map_utils-1.0.1.dist-info}/top_level.txt +0 -0
matplotlib_map_utils/__init__.py
CHANGED
@@ -1,4 +1,2 @@
|
|
1
|
-
# This handles importing of all the functions and classes
|
2
|
-
|
3
|
-
from .map_utils import *
|
4
|
-
from .north_arrow import *
|
1
|
+
# This handles importing of all the functions and classes
|
2
|
+
import north_arrow
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: matplotlib-map-utils
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: A suite of tools for creating maps in matplotlib
|
5
5
|
Author-email: David Moss <davidmoss1221@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/moss-xyz/matplotlib-map-utils/
|
@@ -1,11 +1,11 @@
|
|
1
|
-
matplotlib_map_utils/__init__.py,sha256
|
1
|
+
matplotlib_map_utils/__init__.py,sha256=-6q8FX1rl7OI-neNNj0kY1B0tgoS0c_WfZXb2Xz8F5o,77
|
2
2
|
matplotlib_map_utils/defaults.py,sha256=fWtFiYnzaTAemnsTUuOHTm7oc-sC-gFdBlqciEdHI9U,8543
|
3
3
|
matplotlib_map_utils/north_arrow.py,sha256=9Ll4CMVQzNesZ0vVkNspTj34mIaW7XsKwPXPSy063j0,23042
|
4
4
|
matplotlib_map_utils/validation.py,sha256=U2D38FZS2hPGTJluaiN3uBUYoSuZ-UqVzYfOV1y2lsM,18565
|
5
5
|
matplotlib_map_utils/scratch/map_utils.py,sha256=j8dOX9uuotl9rRCAXapFLHycUwVE4nzIrqWYOGG2Lgg,19653
|
6
6
|
matplotlib_map_utils/scratch/north_arrow_old_classes.py,sha256=1xKQ6yUghX4BWzIv8GsGBHDDPJ8B0Na7ixdw2jgtTqw,50993
|
7
|
-
matplotlib_map_utils-1.0.
|
8
|
-
matplotlib_map_utils-1.0.
|
9
|
-
matplotlib_map_utils-1.0.
|
10
|
-
matplotlib_map_utils-1.0.
|
11
|
-
matplotlib_map_utils-1.0.
|
7
|
+
matplotlib_map_utils-1.0.1.dist-info/LICENSE,sha256=aFLFZg6LEJFpTlNQ8su3__jw4GfV-xWBmC1cePkKZVw,35802
|
8
|
+
matplotlib_map_utils-1.0.1.dist-info/METADATA,sha256=9PB4SVCQ04ZzSWOt1qKbnGVA2hCRRPlU7VS2ZeVrFD0,5297
|
9
|
+
matplotlib_map_utils-1.0.1.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
|
10
|
+
matplotlib_map_utils-1.0.1.dist-info/top_level.txt,sha256=6UyDpxsnMhSOd9a-abQe0lLJveybJyYtUHMdX7zXgKA,21
|
11
|
+
matplotlib_map_utils-1.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|