postgis
Advanced tools
+1
-1
| Metadata-Version: 1.1 | ||
| Name: postgis | ||
| Version: 1.0.2 | ||
| Version: 1.0.3 | ||
| 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.2 | ||
| Version: 1.0.3 | ||
| Summary: Pyscopg and asyncpg helpers to work with PostGIS. | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/yohanboniface/python-postgis |
@@ -10,3 +10,6 @@ "Postgis helpers for psycopg2 and asyncpg." | ||
| from .polygon import Polygon | ||
| from .psycopg import register # Retrocompat. | ||
| try: | ||
| from .psycopg import register # Retrocompat. | ||
| except ImportError: | ||
| pass | ||
@@ -13,0 +16,0 @@ __all__ = ['Geometry', 'register', 'Point', 'LineString', 'Polygon', |
+1
-1
@@ -49,3 +49,3 @@ """Pyscopg and asyncpg helpers to work with PostGIS.""" | ||
| VERSION = (1, 0, 2) | ||
| VERSION = (1, 0, 3) | ||
@@ -52,0 +52,0 @@ setup( |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
35398
0.11%679
0.44%