The devel/py-autocommand,python3 port
py3-autocommand-2.2.2p1 – autogenerate argparse parsers from function signatures (cvsweb github mirror)
Description
Autocommand turns a function into a command-line program. It converts the function's parameter signature into command-line arguments, and automatically runs the function if the module was called as __main__. In effect, it lets you create a smart main function.WWW: https://github.com/Lucretiel/autocommand
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Files
- /usr/local/lib/python3.11/site-packages/autocommand-2.2.2.dist-info/
- /usr/local/lib/python3.11/site-packages/autocommand-2.2.2.dist-info/LICENSE
- /usr/local/lib/python3.11/site-packages/autocommand-2.2.2.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/autocommand-2.2.2.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/autocommand-2.2.2.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/autocommand-2.2.2.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/autocommand/
- /usr/local/lib/python3.11/site-packages/autocommand/__init__.py
- /usr/local/lib/python3.11/site-packages/autocommand/__pycache__/
- /usr/local/lib/python3.11/site-packages/autocommand/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/autocommand/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/autocommand/__pycache__/autoasync.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/autocommand/__pycache__/autoasync.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/autocommand/__pycache__/autocommand.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/autocommand/__pycache__/autocommand.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/autocommand/__pycache__/automain.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/autocommand/__pycache__/automain.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/autocommand/__pycache__/autoparse.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/autocommand/__pycache__/autoparse.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/autocommand/__pycache__/errors.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/autocommand/__pycache__/errors.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/autocommand/autoasync.py
- /usr/local/lib/python3.11/site-packages/autocommand/autocommand.py
- /usr/local/lib/python3.11/site-packages/autocommand/automain.py
- /usr/local/lib/python3.11/site-packages/autocommand/autoparse.py
- /usr/local/lib/python3.11/site-packages/autocommand/errors.py