You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

postgis

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postgis - pypi Package Compare versions

Comparing version
1.0.3
to
1.0.4
postgis/ewkb.c

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 @@

@@ -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(