Source: python-shapely Maintainer: Debian GIS Project Uploaders: Pietro Battiston , Bas Couwenberg Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, libgeos-dev (>= 3.3.0), python-all, python-all-dev, python-descartes, python-matplotlib, python-numpy, python-pytest, python-setuptools, python-sphinx, python3-all, python3-all-dev, python3-descartes, python3-matplotlib, python3-numpy, python3-pytest, python3-setuptools, python3-sphinx, cython, cython3, libjs-mathjax Standards-Version: 4.1.5 Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-shapely Vcs-Git: https://salsa.debian.org/debian-gis-team/python-shapely.git Homepage: http://toblerity.org/shapely Package: python-shapely Architecture: any Depends: python (>= 2.6) | python-ctypes, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Suggests: python-numpy, python-matplotlib, python-shapely-doc Enhances: python-numpy Description: geometric objects, predicates, and operations (Python 2) Shapely is a package for manipulation and analysis of 2D features. Its capabilities include: * calculating the point set unions, intersections, or differences of features * predicate tests on features: intersects, touches, contains, and more. . Supported geometric types are points, line strings, linear rings, polygons, and homogeneous or heterogeneous collections thereof. . This is the Python 2 version of the package. Package: python3-shapely Architecture: any Depends: python3, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Suggests: python3-numpy, python3-matplotlib, python-shapely-doc Enhances: python3-numpy Description: geometric objects, predicates, and operations (Python 3) Shapely is a package for manipulation and analysis of 2D features. Its capabilities include: * calculating the point set unions, intersections, or differences of features * predicate tests on features: intersects, touches, contains, and more. . Supported geometric types are points, line strings, linear rings, polygons, and homogeneous or heterogeneous collections thereof. . This is the Python 3 version of the package. Package: python-shapely-doc Architecture: all Section: doc Depends: ${sphinxdoc:Depends}, ${misc:Depends} Recommends: python-shapely | python3-shapely, libjs-mathjax Description: geometric objects, predicates, and operations (documentation) Shapely is a package for manipulation and analysis of 2D features. Its capabilities include: * calculating the point set unions, intersections, or differences of features * predicate tests on features: intersects, touches, contains, and more. . Supported geometric types are points, line strings, linear rings, polygons, and homogeneous or heterogeneous collections thereof. . This package provides the documentation for Shapely.