pygeoif 1.4.0-1 source package in Ubuntu

Changelog

pygeoif (1.4.0-1) unstable; urgency=medium

  * Add my ID to Uploaders
    Closes: #1065152
  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Testsuite: autopkgtest-pkg-python (routine-update)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Set upstream metadata fields: Repository-Browse.
  * watch file standard 4 (routine-update)
  * Build-Depends: pybuild-plugin-pyproject, python3-typing-extensions
  * Do not override dh_auto_install
  * docs/HISTORY.txt is not provided any more - do not install it as
    upstream changelog

 -- Andreas Tille <email address hidden>  Thu, 28 Mar 2024 09:41:56 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pygeoif_1.4.0-1.dsc 2.0 KiB 273503ff87124ac2d6bb9b20e0e72c2ee91ded3043236b938e124dacb4db86d6
pygeoif_1.4.0.orig.tar.gz 39.7 KiB e095c091e7a975ad967063f68fcb7131464deec86218e0d2fa6c870061f21349
pygeoif_1.4.0-1.debian.tar.xz 2.6 KiB 72081326f4f34c1a1f76c8402ac358a46c86da25d0376e48c33ed92d9bff4ee9

Available diffs

No changes file available.

Binary packages built by this source

python3-pygeoif: basic implementation of the __geo_interface__ (Python 3)

 PyGeoIf provides a GeoJSON-like protocol for geo-spatial (GIS) vector data.
 .
 So when you want to write your own geospatial library with support for this
 protocol you may use pygeoif as a starting point and build your functionality
 on top of it
 .
 You may think of pygeoif as a ‘shapely ultralight’ which lets you construct
 geometries and perform very basic operations like reading and writing
 geometries from/to WKT, constructing line strings out of points, polygons from
 linear rings, multi polygons from polygons, etc. It was inspired by shapely and
 implements the geometries in a way that when you are familiar with shapely you
 feel right at home with pygeoif.