parsita
The easiest way to parse text in Python
File Explorer
Download Latest Version (.zip)- ci.yml
- release.yml
- alternative_parsers.md
- CNAME
- contributing.md
- conversion_parsers.md
- getting_started.md
- index.md
- miscellaneous_parsers.md
- repeated_parsers.md
- sequential_parsers.md
- terminal_parsers.md
- utility_functions.md
- expressions.py
- json.py
- positioned.py
- url.py
- __init__.py
- _alternative.py
- _any.py
- _base.py
- _conversion.py
- _debug.py
- _end_of_source.py
- _literal.py
- _optional.py
- _predicate.py
- _regex.py
- _repeated.py
- _repeated_seperated.py
- _sequential.py
- _success.py
- _until.py
- __init__.py
- _exceptions.py
- _reader.py
- _result.py
- _state.py
- __init__.py
- metaclasses.py
- options.py
- py.typed
- util.py
- __init__.py
- test_basic.py
- test_examples.py
- test_metaclass_scopes.py
- test_regex.py
- test_state.py
- test_util.py
- .gitattributes
- .gitignore
- .python-version
- LICENSE
- mkdocs.yml
- noxfile.py
- pyproject.toml
- README.md
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/drhagen/parsita
Downloads the entire project code from GitHub to your computer.
cd parsita
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install parsita
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install parsita
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
