python-stetl 2.1~dev0~20211124-009e39f-1 source package in Ubuntu

Changelog

python-stetl (2.1~dev0~20211124-009e39f-1) unstable; urgency=medium

  * New upstream git snapshot.
  * Bump Standards-Version to 4.6.1, no changes.
  * Bump debhelper compat to 12, no changes.
  * Drop python3-nose from build dependencies.
    (closes: #1018585)
  * Drop python3-cov-core from build dependencies.
    (closes: #1021848)
  * Add Rules-Requires-Root to control file.
  * Update watch file to use GitHub tags instead of PyPI.
  * Add get-orig-source script for git snapshot.
  * Drop patches, applied upstream.
  * Remove VERSION.txt with dh_clean.

 -- Bas Couwenberg <email address hidden>  Thu, 01 Dec 2022 21:50:16 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-stetl_2.1~dev0~20211124-009e39f-1.dsc 2.3 KiB 9771f5add842297a9baedbb556f134faf24365356340a9cba6705f926d25ef58
python-stetl_2.1~dev0~20211124-009e39f.orig.tar.gz 6.2 MiB 5cd0c96b061726a9904be5de73d4efcc00f62d2887355a556d459540528c8721
python-stetl_2.1~dev0~20211124-009e39f-1.debian.tar.xz 6.0 KiB 16d84f154c8a29d93caf8f7fe0fb4f5c512675660996da9199585939854b8ed9

No changes file available.

Binary packages built by this source

python3-stetl: Streaming ETL - Geospatial ETL framework for Python 3

 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 3.

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.