matplotlib-map-utils 1.0.1__py3-none-any.whl → 1.0.3__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.
@@ -1,2 +1,2 @@
1
1
  # This handles importing of all the functions and classes
2
- import north_arrow
2
+ from . import north_arrow
@@ -26,8 +26,8 @@ import matplotlib.rcsetup
26
26
  # The types we use in this script
27
27
  from typing import Literal
28
28
  # The information contained in our helper scripts (validation and defaults)
29
- import defaults
30
- import validation
29
+ from . import defaults
30
+ from . import validation
31
31
 
32
32
  ### INITIALIZATION ###
33
33
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: matplotlib-map-utils
3
- Version: 1.0.1
3
+ Version: 1.0.3
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/
@@ -0,0 +1,11 @@
1
+ matplotlib_map_utils/__init__.py,sha256=Uqd5ufHzdTZG0hY-nfEaQ5Jcqi3x1YQDSwejP-SFBvc,84
2
+ matplotlib_map_utils/defaults.py,sha256=fWtFiYnzaTAemnsTUuOHTm7oc-sC-gFdBlqciEdHI9U,8543
3
+ matplotlib_map_utils/north_arrow.py,sha256=LVKUQsgBI2rTqHIQ7iBd-NYMx1lIA17ktGwstdbbzVs,23056
4
+ matplotlib_map_utils/validation.py,sha256=U2D38FZS2hPGTJluaiN3uBUYoSuZ-UqVzYfOV1y2lsM,18565
5
+ matplotlib_map_utils/scratch/map_utils.py,sha256=j8dOX9uuotl9rRCAXapFLHycUwVE4nzIrqWYOGG2Lgg,19653
6
+ matplotlib_map_utils/scratch/north_arrow_old_classes.py,sha256=1xKQ6yUghX4BWzIv8GsGBHDDPJ8B0Na7ixdw2jgtTqw,50993
7
+ matplotlib_map_utils-1.0.3.dist-info/LICENSE,sha256=aFLFZg6LEJFpTlNQ8su3__jw4GfV-xWBmC1cePkKZVw,35802
8
+ matplotlib_map_utils-1.0.3.dist-info/METADATA,sha256=DyEWPpqLJyY5-F7FDaK3tlDG5rqtfoEHu5_08YlrMDM,5297
9
+ matplotlib_map_utils-1.0.3.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
10
+ matplotlib_map_utils-1.0.3.dist-info/top_level.txt,sha256=6UyDpxsnMhSOd9a-abQe0lLJveybJyYtUHMdX7zXgKA,21
11
+ matplotlib_map_utils-1.0.3.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- matplotlib_map_utils/__init__.py,sha256=-6q8FX1rl7OI-neNNj0kY1B0tgoS0c_WfZXb2Xz8F5o,77
2
- matplotlib_map_utils/defaults.py,sha256=fWtFiYnzaTAemnsTUuOHTm7oc-sC-gFdBlqciEdHI9U,8543
3
- matplotlib_map_utils/north_arrow.py,sha256=9Ll4CMVQzNesZ0vVkNspTj34mIaW7XsKwPXPSy063j0,23042
4
- matplotlib_map_utils/validation.py,sha256=U2D38FZS2hPGTJluaiN3uBUYoSuZ-UqVzYfOV1y2lsM,18565
5
- matplotlib_map_utils/scratch/map_utils.py,sha256=j8dOX9uuotl9rRCAXapFLHycUwVE4nzIrqWYOGG2Lgg,19653
6
- matplotlib_map_utils/scratch/north_arrow_old_classes.py,sha256=1xKQ6yUghX4BWzIv8GsGBHDDPJ8B0Na7ixdw2jgtTqw,50993
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,,