[python-stetl] branch upstream updated (9e0db7e -> efe13d7)

Bas Couwenberg sebastic at debian.org
Sat Jun 18 15:45:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository python-stetl.

      from  9e0db7e   Imported Upstream version 1.0.8+ds
       new  fe12097   Imported Upstream version 1.0.9+ds
       new  efe13d7   Imported Upstream version 1.0.9+ds

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                        |  12 ++
 PKG-INFO                                           |  54 ++++--
 README.md                                          |  38 ++--
 VERSION.txt                                        |   2 +-
 docker/Dockerfile                                  |  44 +++++
 docker/README.md                                   |  38 ++++
 docker/build.sh                                    |   9 +
 {examples/basics => docker/test}/1_copystd/etl.cfg |   0
 docker/test/1_copystd/etl.sh                       |   9 +
 .../test/1_copystd}/input/cities.xml               |   0
 docs/Makefile                                      | 153 +++++++++++++++
 docs/cases.rst                                     |  88 +++++++++
 docs/conf.py                                       |   4 +-
 docs/index.rst                                     |   2 +
 docs/install.rst                                   |  14 ++
 docs/using.rst                                     |  51 ++++-
 examples/basics/6_cmdargs/etl.args                 |   4 +
 examples/basics/6_cmdargs/etl.sh                   |   9 +-
 examples/basics/readme.txt                         |   6 +-
 examples/top10nl/etl-top10nl.cmd                   |  17 +-
 examples/top10nl/etl-top10nl.props                 |  28 +++
 examples/top10nl/etl-top10nl.sh                    |  17 +-
 examples/top10nl/readme.txt                        |   2 +
 setup.py                                           |   5 +-
 stetl/etl.py                                       |   2 +-
 stetl/factory.py                                   |   1 +
 stetl/filters/formatconverter.py                   |   3 +
 stetl/filters/packetwriter.py                      |  61 ++++++
 stetl/filters/templatingfilter.py                  |  10 +-
 stetl/filters/xmlelementreader.py                  | 133 +++++++++++++
 stetl/filters/zipfileextractor.py                  |  70 +++++++
 stetl/inputs/fileinput.py                          | 109 +++++++++--
 stetl/main.py                                      |  12 +-
 stetl/outputs/dboutput.py                          |  91 ++++++++-
 stetl/outputs/execoutput.py                        | 209 +++++++++++++++++++++
 stetl/packet.py                                    |   1 +
 stetl/util.py                                      |  30 +++
 stetl/version.py                                   |   2 +-
 tests/__init__.pyc                                 | Bin 0 -> 134 bytes
 .../etl.cfg => tests/configs/copy_in_out.cfg       |   4 +-
 .../input => tests/data}/cities.xml                |   0
 tests/test_chain.pyc                               | Bin 0 -> 994 bytes
 42 files changed, 1239 insertions(+), 105 deletions(-)
 create mode 100644 docker/Dockerfile
 create mode 100644 docker/README.md
 create mode 100755 docker/build.sh
 copy {examples/basics => docker/test}/1_copystd/etl.cfg (100%)
 create mode 100755 docker/test/1_copystd/etl.sh
 copy {examples/basics/11_formatconvert => docker/test/1_copystd}/input/cities.xml (100%)
 create mode 100644 docs/Makefile
 create mode 100644 docs/cases.rst
 create mode 100644 examples/basics/6_cmdargs/etl.args
 create mode 100644 examples/top10nl/etl-top10nl.props
 create mode 100644 stetl/filters/packetwriter.py
 create mode 100644 stetl/filters/xmlelementreader.py
 create mode 100644 stetl/filters/zipfileextractor.py
 create mode 100644 stetl/outputs/execoutput.py
 create mode 100644 tests/__init__.pyc
 copy examples/basics/1_copystd/etl.cfg => tests/configs/copy_in_out.cfg (70%)
 copy {examples/basics/11_formatconvert/input => tests/data}/cities.xml (100%)
 create mode 100644 tests/test_chain.pyc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-stetl.git



More information about the Pkg-grass-devel mailing list