How to Install and Uninstall python3-stetl Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-stetl" package

This guide covers the steps necessary to install python3-stetl on Kali Linux

$ sudo apt update $ sudo apt install python3-stetl

2. Uninstall "python3-stetl" package

Learn how to uninstall python3-stetl on Kali Linux:

$ sudo apt remove python3-stetl $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-stetl package on Kali Linux

Package: python3-stetl
Source: python-stetl
Version: 2.1-2
Installed-Size: 90613
Maintainer: Debian GIS Project
Architecture: all
Depends: python3-deprecated, python3-gdal, python3-jinja2, python3-lxml, python3-psycopg2, python3:any, libjs-sphinxdoc (>= 7.2.2)
Size: 4857828
SHA256: 8f8038490cc69ab0edbe2e2fb296df5e1298cf4799f2be30387eef5d90554345
SHA1: c56655f792858a93512b25e32e7230eba3ac6838
MD5sum: 374cb81f7428970c6293ee0a17657368
Description: 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.
Description-md5:
Homepage: http://stetl.org/
Section: python
Priority: optional
Filename: pool/main/p/python-stetl/python3-stetl_2.1-2_all.deb