python-stetl 1.1+ds-1 source package in Ubuntu

Changelog

python-stetl (1.1+ds-1) unstable; urgency=medium

  * New upstream release.
  * Update upstream metadata, repository moved to geopython organization.
  * Add python3-sphinx to build dependencies.
  * Bump Standards-Version to 4.1.1, no changes.
  * Add autopkgtest to test installability.
  * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
  * Update watch file to use HTTPS.
  * Update Files-Excluded to remove all .pyc files.
  * Add build dependencies for tests.
  * Copy tests directory to build directory.
  * Don't ignore test failures.
  * Add lintian override for python-foo-but-no-python3-foo.
  * Enable verbose output for tests.

 -- Bas Couwenberg <email address hidden>  Tue, 07 Nov 2017 19:37:58 +0100

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-stetl_1.1+ds-1.dsc 2.2 KiB 7c3a4990bc37fb1b5f526f67d563c0079dda264371b5c02c3332cda78011e050
python-stetl_1.1+ds.orig.tar.gz 6.4 MiB 6483c84b8fd56924282c6750b28ab1291942e1e7dd788eaabd6c0c84aaeb7e06
python-stetl_1.1+ds-1.debian.tar.xz 5.2 KiB 022c5adab940ec0f632257155c9372ca6d393493c8da3c7999822cc730439c61

Available diffs

No changes file available.

Binary packages built by this source

python-stetl: Streaming ETL - Geospatial ETL framework for Python 2

 Stetl, streaming ETL, pronounced "staedl", is a lightweight ETL-framework
 for the conversion of rich (as GML) geospatial data conversion.
 .
 It basically glues together existing parsing and transformation tools
 like GDAL/OGR (ogr2ogr) and XSLT. By using native tools like libxml and
 libxslt (via Python lxml) Stetl is speed-optimized.
 .
 Stetl has a similar design as Spring (Java) and other modern frameworks
 based on IoC (Inversion of Control). A configuration file (in Python
 config format) specifies your chain of ETL steps. This chain is formed
 by a series of Python modules/objects and their parameters. These are
 symbolically specified in the config file. You just invoke etl.py the
 main program with a config file. The config file specifies the input
 modules (e.g. PostGIS), transformers (e.g. XSLT) and outputs (e.g. a GML
 file or even WFS-T a geospatial protocol to publish GML to a server).
 .
 This package contains the module for Python 2.

stetl: Streaming ETL - Commandline utility

 Stetl, streaming ETL, pronounced "staedl", is a lightweight ETL-framework
 for the conversion of rich (as GML) geospatial data conversion.
 .
 It basically glues together existing parsing and transformation tools
 like GDAL/OGR (ogr2ogr) and XSLT. By using native tools like libxml and
 libxslt (via Python lxml) Stetl is speed-optimized.
 .
 Stetl has a similar design as Spring (Java) and other modern frameworks
 based on IoC (Inversion of Control). A configuration file (in Python
 config format) specifies your chain of ETL steps. This chain is formed
 by a series of Python modules/objects and their parameters. These are
 symbolically specified in the config file. You just invoke etl.py the
 main program with a config file. The config file specifies the input
 modules (e.g. PostGIS), transformers (e.g. XSLT) and outputs (e.g. a GML
 file or even WFS-T a geospatial protocol to publish GML to a server).
 .
 This package contains the stetl utility.