postgis
Advanced tools
Sorry, the diff of this file is too big to display
+1
-1
| Metadata-Version: 1.1 | ||
| Name: postgis | ||
| Version: 1.0.3 | ||
| Version: 1.0.4 | ||
| Summary: Pyscopg and asyncpg helpers to work with PostGIS. | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/yohanboniface/python-postgis |
| Metadata-Version: 1.1 | ||
| Name: postgis | ||
| Version: 1.0.3 | ||
| Version: 1.0.4 | ||
| Summary: Pyscopg and asyncpg helpers to work with PostGIS. | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/yohanboniface/python-postgis |
@@ -6,2 +6,3 @@ MANIFEST.in | ||
| postgis/asyncpg.py | ||
| postgis/ewkb.c | ||
| postgis/ewkb.py | ||
@@ -8,0 +9,0 @@ postgis/geojson.py |
@@ -0,1 +1,3 @@ | ||
| import warnings | ||
| try: | ||
@@ -5,3 +7,3 @@ # Do not make psycopg2 a requirement. | ||
| except ImportError: | ||
| print('psycopg2 not installed') | ||
| warnings.warn('psycopg2 not installed', ImportWarning) | ||
@@ -8,0 +10,0 @@ |
+1
-1
@@ -49,3 +49,3 @@ """Pyscopg and asyncpg helpers to work with PostGIS.""" | ||
| VERSION = (1, 0, 3) | ||
| VERSION = (1, 0, 4) | ||
@@ -52,0 +52,0 @@ setup( |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
359476
915.53%43
2.38%680
0.15%