mapdata 2.18.0__tar.gz → 2.18.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.
- {mapdata-2.18.0/mapdata.egg-info → mapdata-2.18.2}/PKG-INFO +12 -12
- {mapdata-2.18.0 → mapdata-2.18.2/mapdata.egg-info}/PKG-INFO +12 -12
- {mapdata-2.18.0 → mapdata-2.18.2}/mapdata.egg-info/SOURCES.txt +1 -0
- mapdata-2.18.2/mapdata.egg-info/requires.txt +11 -0
- {mapdata-2.18.0 → mapdata-2.18.2}/setup.py +2 -2
- {mapdata-2.18.0 → mapdata-2.18.2}/LICENSE.txt +0 -0
- {mapdata-2.18.0 → mapdata-2.18.2}/MANIFEST.in +0 -0
- {mapdata-2.18.0 → mapdata-2.18.2}/README.md +0 -0
- {mapdata-2.18.0 → mapdata-2.18.2}/mapdata/mapdata.py +0 -0
- {mapdata-2.18.0 → mapdata-2.18.2}/mapdata/mapdata_2.py +0 -0
- {mapdata-2.18.0 → mapdata-2.18.2}/mapdata/mapdata_cli.py +0 -0
- {mapdata-2.18.0 → mapdata-2.18.2}/mapdata.egg-info/dependency_links.txt +0 -0
- {mapdata-2.18.0 → mapdata-2.18.2}/mapdata.egg-info/top_level.txt +0 -0
- {mapdata-2.18.0 → mapdata-2.18.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mapdata
|
|
3
|
-
Version: 2.18.
|
|
3
|
+
Version: 2.18.2
|
|
4
4
|
Summary: An interactive map and table explorer for geographic coordinates in a spreadsheet, CSV file, or database
|
|
5
5
|
Home-page: https://osdn.net/project/mapdata/
|
|
6
6
|
Author: Dreas Nielsen
|
|
@@ -21,20 +21,20 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3
|
|
22
22
|
Classifier: Topic :: Office/Business
|
|
23
23
|
Classifier: Topic :: Scientific/Engineering
|
|
24
|
-
Requires: tkintermapview
|
|
25
|
-
Requires: pyproj
|
|
26
|
-
Requires: jenkspy
|
|
27
|
-
Requires: odfpy
|
|
28
|
-
Requires: openpyxl
|
|
29
|
-
Requires: xlrd
|
|
30
|
-
Requires: matplotlib
|
|
31
|
-
Requires: seaborn
|
|
32
|
-
Requires: loess
|
|
33
|
-
Requires: statsmodels
|
|
34
|
-
Requires: scipy.stats
|
|
35
24
|
Requires-Python: >=3.8
|
|
36
25
|
Description-Content-Type: text/markdown
|
|
37
26
|
License-File: LICENSE.txt
|
|
27
|
+
Requires-Dist: tkintermapview
|
|
28
|
+
Requires-Dist: pyproj
|
|
29
|
+
Requires-Dist: jenkspy
|
|
30
|
+
Requires-Dist: odfpy
|
|
31
|
+
Requires-Dist: openpyxl
|
|
32
|
+
Requires-Dist: xlrd
|
|
33
|
+
Requires-Dist: matplotlib
|
|
34
|
+
Requires-Dist: seaborn
|
|
35
|
+
Requires-Dist: loess
|
|
36
|
+
Requires-Dist: statsmodels
|
|
37
|
+
Requires-Dist: scipy
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
*mapdata.py* is a viewer for geographic coordinate data read from a CSV file, spreadsheet,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mapdata
|
|
3
|
-
Version: 2.18.
|
|
3
|
+
Version: 2.18.2
|
|
4
4
|
Summary: An interactive map and table explorer for geographic coordinates in a spreadsheet, CSV file, or database
|
|
5
5
|
Home-page: https://osdn.net/project/mapdata/
|
|
6
6
|
Author: Dreas Nielsen
|
|
@@ -21,20 +21,20 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3
|
|
22
22
|
Classifier: Topic :: Office/Business
|
|
23
23
|
Classifier: Topic :: Scientific/Engineering
|
|
24
|
-
Requires: tkintermapview
|
|
25
|
-
Requires: pyproj
|
|
26
|
-
Requires: jenkspy
|
|
27
|
-
Requires: odfpy
|
|
28
|
-
Requires: openpyxl
|
|
29
|
-
Requires: xlrd
|
|
30
|
-
Requires: matplotlib
|
|
31
|
-
Requires: seaborn
|
|
32
|
-
Requires: loess
|
|
33
|
-
Requires: statsmodels
|
|
34
|
-
Requires: scipy.stats
|
|
35
24
|
Requires-Python: >=3.8
|
|
36
25
|
Description-Content-Type: text/markdown
|
|
37
26
|
License-File: LICENSE.txt
|
|
27
|
+
Requires-Dist: tkintermapview
|
|
28
|
+
Requires-Dist: pyproj
|
|
29
|
+
Requires-Dist: jenkspy
|
|
30
|
+
Requires-Dist: odfpy
|
|
31
|
+
Requires-Dist: openpyxl
|
|
32
|
+
Requires-Dist: xlrd
|
|
33
|
+
Requires-Dist: matplotlib
|
|
34
|
+
Requires-Dist: seaborn
|
|
35
|
+
Requires-Dist: loess
|
|
36
|
+
Requires-Dist: statsmodels
|
|
37
|
+
Requires-Dist: scipy
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
*mapdata.py* is a viewer for geographic coordinate data read from a CSV file, spreadsheet,
|
|
@@ -5,7 +5,7 @@ with io.open('README.md', encoding='utf-8') as f:
|
|
|
5
5
|
long_description = f.read()
|
|
6
6
|
|
|
7
7
|
setuptools.setup(name='mapdata',
|
|
8
|
-
version='2.18.
|
|
8
|
+
version='2.18.2',
|
|
9
9
|
description="An interactive map and table explorer for geographic coordinates in a spreadsheet, CSV file, or database",
|
|
10
10
|
author='Dreas Nielsen',
|
|
11
11
|
author_email='dreas.nielsen@gmail.com',
|
|
@@ -13,7 +13,7 @@ setuptools.setup(name='mapdata',
|
|
|
13
13
|
packages=['mapdata'],
|
|
14
14
|
scripts=['mapdata/mapdata.py'],
|
|
15
15
|
license='GPL',
|
|
16
|
-
|
|
16
|
+
install_requires=['tkintermapview', 'pyproj', 'jenkspy', 'odfpy', 'openpyxl', 'xlrd', 'matplotlib', 'seaborn', 'loess', 'statsmodels', 'scipy'],
|
|
17
17
|
python_requires = '>=3.8',
|
|
18
18
|
classifiers=[
|
|
19
19
|
'Development Status :: 5 - Production/Stable',
|
|
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
|