geovizpy 0.1.2__tar.gz → 0.1.3__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.
- {geovizpy-0.1.2 → geovizpy-0.1.3}/PKG-INFO +3 -3
- {geovizpy-0.1.2 → geovizpy-0.1.3}/README.md +1 -1
- {geovizpy-0.1.2 → geovizpy-0.1.3}/geovizpy.egg-info/PKG-INFO +3 -3
- {geovizpy-0.1.2 → geovizpy-0.1.3}/setup.py +2 -2
- {geovizpy-0.1.2 → geovizpy-0.1.3}/geovizpy/__init__.py +0 -0
- {geovizpy-0.1.2 → geovizpy-0.1.3}/geovizpy.egg-info/SOURCES.txt +0 -0
- {geovizpy-0.1.2 → geovizpy-0.1.3}/geovizpy.egg-info/dependency_links.txt +0 -0
- {geovizpy-0.1.2 → geovizpy-0.1.3}/geovizpy.egg-info/top_level.txt +0 -0
- {geovizpy-0.1.2 → geovizpy-0.1.3}/setup.cfg +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: geovizpy
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: A Python wrapper for the geoviz JavaScript library
|
|
5
5
|
Author: Florian
|
|
6
|
-
Project-URL: Source, https://codeberg.org/florian/
|
|
6
|
+
Project-URL: Source, https://codeberg.org/florian/geovizpy
|
|
7
7
|
Classifier: Programming Language :: Python :: 3
|
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
@@ -25,7 +25,7 @@ It allows you to create thematic maps using a simple Python API and render them
|
|
|
25
25
|
## Installation
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
|
-
pip install git+https://github.com/
|
|
28
|
+
pip install git+https://github.com/fbxyz/geovizpy.git
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
## Usage
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: geovizpy
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: A Python wrapper for the geoviz JavaScript library
|
|
5
5
|
Author: Florian
|
|
6
|
-
Project-URL: Source, https://codeberg.org/florian/
|
|
6
|
+
Project-URL: Source, https://codeberg.org/florian/geovizpy
|
|
7
7
|
Classifier: Programming Language :: Python :: 3
|
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
@@ -25,7 +25,7 @@ It allows you to create thematic maps using a simple Python API and render them
|
|
|
25
25
|
## Installation
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
|
-
pip install git+https://github.com/
|
|
28
|
+
pip install git+https://github.com/fbxyz/geovizpy.git
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
## Usage
|
|
@@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text()
|
|
|
7
7
|
|
|
8
8
|
setup(
|
|
9
9
|
name="geovizpy",
|
|
10
|
-
version="0.1.
|
|
10
|
+
version="0.1.3",
|
|
11
11
|
description="A Python wrapper for the geoviz JavaScript library",
|
|
12
12
|
long_description=long_description,
|
|
13
13
|
long_description_content_type='text/markdown',
|
|
@@ -15,7 +15,7 @@ setup(
|
|
|
15
15
|
packages=find_packages(),
|
|
16
16
|
install_requires=[],
|
|
17
17
|
project_urls={
|
|
18
|
-
'Source': 'https://codeberg.org/florian/
|
|
18
|
+
'Source': 'https://codeberg.org/florian/geovizpy',
|
|
19
19
|
},
|
|
20
20
|
classifiers=[
|
|
21
21
|
"Programming Language :: Python :: 3",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|