Port details |
- py-mando Create Python CLI apps with little to no effort at all
- 0.8.2 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2025-10-03 09:57:07
- Last Update: 2025-10-03 09:56:07
- Commit Hash: 523f14c
- Also Listed In: python
- License: MIT
- WWW:
- https://mando.readthedocs.org/
- https://github.com/rubik/mando
- Description:
- mando is a wrapper around argparse, and allows you to write complete CLI
applications in seconds while maintaining all the flexibility.
While argparse is great for simple command line applications with only
one, default command, when you have to add multiple commands and manage them
things get really messy and long. But don't worry, mando comes to help!
Features:
* Create complete CLI applications with decorators
* Supports multiple commands and subcommands
* Automatic help generation from docstrings
* Type annotations support for Python 3
* Sphinx, Google, and NumPy docstring styles
* Shell autocompletion via argcomplete package
* Custom format classes support
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}mando>0:devel/py-mando@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-mando/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-mando
- pkg install py311-mando
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-mando listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-mando
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1759484079
SHA256 (mando-0.8.2.tar.gz) = 539659d9a2fdc6c9a188211c58f381e0dafe9597085174c5472eb1ed0224b6b5
SIZE (mando-0.8.2.tar.gz) = 37732
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-mando
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|