The devel/py-hypothesmith port
py3-hypothesmith-0.3.3 – hypothesis strategies for generating Python programs (cvsweb github mirror)
Description
This package provides two strategies for "Hypothesis" for generating Python source code. The generated code will always be syntatically valid, and is useful for testing parsers, linters, auto-formatters, and other tools that operate on source code. DO NOT EXECUTE CODE GENERATED BY THESE STRATEGIES. It could do literally anything that running Python code is able to do, including changing, deleting, or uploading important data. Arbitrary code can be useful, but "arbitrary code execution" can be very, very bad.WWW: https://github.com/Zac-HD/hypothesmith
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Reverse dependencies
Files
- /usr/local/lib/python3.12/site-packages/hypothesmith-0.3.3.dist-info/
- /usr/local/lib/python3.12/site-packages/hypothesmith-0.3.3.dist-info/LICENSE
- /usr/local/lib/python3.12/site-packages/hypothesmith-0.3.3.dist-info/METADATA
- /usr/local/lib/python3.12/site-packages/hypothesmith-0.3.3.dist-info/RECORD
- /usr/local/lib/python3.12/site-packages/hypothesmith-0.3.3.dist-info/WHEEL
- /usr/local/lib/python3.12/site-packages/hypothesmith-0.3.3.dist-info/top_level.txt
- /usr/local/lib/python3.12/site-packages/hypothesmith/
- /usr/local/lib/python3.12/site-packages/hypothesmith/__init__.py
- /usr/local/lib/python3.12/site-packages/hypothesmith/__pycache__/
- /usr/local/lib/python3.12/site-packages/hypothesmith/__pycache__/__init__.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/hypothesmith/__pycache__/__init__.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/hypothesmith/__pycache__/cst.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/hypothesmith/__pycache__/cst.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/hypothesmith/__pycache__/syntactic.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/hypothesmith/__pycache__/syntactic.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/hypothesmith/cst.py
- /usr/local/lib/python3.12/site-packages/hypothesmith/py.typed
- /usr/local/lib/python3.12/site-packages/hypothesmith/python.lark
- /usr/local/lib/python3.12/site-packages/hypothesmith/syntactic.py