1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/misc/py-pyct/pkg-descr

9 lines
531 B
Plaintext

pyct is a utility package that includes:
* pyct.cmd: Makes various commands available to other packages. The same
commands are available from within python. Can either add new subcommands
to an existing argparse based command if the module has an existing command,
or create the entire command if the module has no existing command. Currently,
there are commands for copying examples and fetching data.
* pyct.build: Provides various commands to help package building, primarily as a
convenience for project maintainers.