Processor

Latest version: v0.10.0

Safety actively analyzes 629639 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.4.0

------------------

* Function ``run_pipline`` was simplified and now accepts only one source and one ouput.
To implement more complex pipelines, use ``sources.mix`` and ``outputs.fanout`` helpers.

0.3.0

------------------

* Added a `web.hook`_ source.
* Now `source` could be not only a iterable object, but any function which returns values.

.. _web.hook: https://python-processor.readthedocs.org/en/latest/sources.htmlweb-hook

0.2.1

------------------

Fixed error in ``import-or-error`` macro, which prevented from using 3-party libraries.

0.2.0

------------------

Most 3-party libraries are optional now. If you want to use
some extension which requires external library, it will issue
an error and call ``sys.exit(1)`` until you satisfy this
requirement.

This should make life easier for thouse, who does not want
to use ``rss`` output which requires ``feedgen`` which requires
``lxml`` which is hard to build because it is C extension.

0.1.0

------------------

* First release on PyPI.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.