Inxs

Latest version: v0.2b1

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

Scan your dependencies

0.2b1

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

* refactored to base on delb_ instead of lxml
* *removed* from the available symbols for handler functions:
- ``tree``
- ``xpath_evaluator`` (use ``root.xpath`` instead)
* *renamed* available symbols for handler functions:
- ``element`` -> ``node``
* *renamed* in core:
- ``SkipToNextElement`` -> ``SkipToNextNode``
* *removed* from the lib:
- ``drop_siblings``
- ``extract_text``
- ``has_tail``
- ``init_elementmaker``
- ``merge``
- ``replace_text``
- ``sub``
* *renamed* in the lib:
- ``make_element`` -> ``make_node``
- ``remove_element`` -> ``remove_node``
- ``remove_elements`` -> ``remove_nodes``
- ``sorter`` -> ``sort``
- ``strip_attributes`` -> ``remove_attributes``
- ``strip_namespace`` -> ``remove_namespace``

Various arguments to functions and methods have been renamed accordingly.

.. _delb: https://pypi.org/project/delb/

0.1b1

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

* *new*: Allows the definition that any rule must match per transformation as
``common_rule_conditions``.
* Minor improvements and fixes.

0.1b0

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

* First beta release.

0.1a0

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

* First release on PyPI.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.