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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mapdata
3
- Version: 2.18.0
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.0
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,
@@ -8,4 +8,5 @@ mapdata/mapdata_cli.py
8
8
  mapdata.egg-info/PKG-INFO
9
9
  mapdata.egg-info/SOURCES.txt
10
10
  mapdata.egg-info/dependency_links.txt
11
+ mapdata.egg-info/requires.txt
11
12
  mapdata.egg-info/top_level.txt
@@ -0,0 +1,11 @@
1
+ tkintermapview
2
+ pyproj
3
+ jenkspy
4
+ odfpy
5
+ openpyxl
6
+ xlrd
7
+ matplotlib
8
+ seaborn
9
+ loess
10
+ statsmodels
11
+ scipy
@@ -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.0',
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
- requires=['tkintermapview', 'pyproj', 'jenkspy', 'odfpy', 'openpyxl', 'xlrd', 'matplotlib', 'seaborn', 'loess', 'statsmodels', 'scipy.stats'],
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