Parsita

Latest version: v2.2.1

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

Scan your dependencies

Page 2 of 4

1.7.2

Not secure
Maintenance release with no change in behavior:

* Added Python 3.11 support

1.7.1

Not secure
One bugfix:

- The `TransformationParser` (aka `>=`) now propagates the farthest error correctly

1.7.0

Not secure
New features proposed and drafted by lostinplace:

* Added the `debug` parser to make it easy to print or callback from a particular parser for debugging purposes (28)
* Added the `until` parser to capture all input until a parser matches (29)
* Added `min` and `max` to `rep` and `repsep` to constrain the minimum and maximum number of times each will match

1.6.1

Not secure
Maintenance release with no change in behavior:
* Add support for Python 3.10

1.6.0

Not secure
One new feature and a refactoring of the tests:
* Added the `TransformationParser` which is exposed through the `>=` operator
* All tests were refactored from unittest style to pytest style

1.5.0

Not secure
One new feature and a deprecation:

* Added the `LongestAlternativeParser` parser and its alias `longest` (21)
* Added `first` as an alias for `AlternativeParser`, which is the parser behind the `|` operator
* **Deprecation warning:** In Parsita 2.0, the `|` operator will use `longest` instead of `first`, and `AlternativeParser` will be renamed to `FirstAlternativeParser`. This is intended to make alternatives more intuitive. `first` and `longest` behave the same in most cases, but users should explicitly switch from `|` to `first` if the current behavior is desired.

A handful of other changes:
* Dropped Python 3.6 support
* Improved documentation and type hints of `Result`

Overhaul of infrastructure and some refactorings to latest Python features (no changes to package behavior):
* Created a [documentation website](https://parsita.drhagen.com/)
* Moved continuous integration from TravisCI to GitHub Actions
* Migrated the build system from setuptools to poetry
* Switched from tox to nox-poetry
* Added black and isort as code quality tools
* Refactored all string type annotations to use `from __future__ import annotations` now that Python 3.6 is gone
* Refactored all `.format` calls to use f-strings now that Python 3.5 is gone

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.