Mawk

Latest version: v0.1.4

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

Scan your dependencies

0.1.4

This is a tiny Python implementation of a line processor with Awk-like semantics. You write a set of regex-based rules. The program loops through the lines of some input file, running the matching functions on lines that match.

This release adds a rule that will be run at the start of the program `on_begin`.

0.1.3

This is a tiny Python implementation of a line processor with Awk-like semantics. You write a set of regex-based rules. The program loops through the lines of some input file, running the matching functions on lines that match.

In this release, I moved the single file module into a folder, so that I can also fit a `py.typed` file in there for the type checker.

0.1.2

new feature: `on_eof` method that gets executed at the end.

0.1.1

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.