Report build activity in #postgis-activity (not #postgis)
[geos.git] / swig / python / README.txt
blobdc216b593912cf0ae26e5b74be2e3876ca534024
1 Since version 3.0, the Python bindings are unsupported. Recommended options:
3  1. Become or recruit a new maintainer.
4  2. Use Shapely (http://pypi.python.org/pypi/Shapely) with Python versions 2.4 or greater.
5  3. Simply call functions from libgeos_c via Python ctypes. Examples abound in the GeoDjango or Shapely code.
6  
7 See also http://trac.osgeo.org/geos/ticket/228