5c84da1d21
Pepper contains a Python library and CLI scripts for accessing a remote salt-api instance. pepperlib abstracts the HTTP calls to salt-api so existing Python projects can easily integrate with a remote Salt installation just by instantiating a class. The pepper CLI script allows users to execute Salt commands from computers that are external to computers running the salt-master or salt-minion daemons as though they were running Salt locally. The long-term goal is to add additional CLI scripts maintain the same interface as Salt's own CLI scripts (salt, salt-run, salt-key, etc).
24 lines
829 B
Text
24 lines
829 B
Text
@comment $NetBSD: PLIST,v 1.1 2019/01/24 13:58:17 adam Exp $
|
|
bin/pepper-${PYVERSSUFFIX}
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/pepper/__init__.py
|
|
${PYSITELIB}/pepper/__init__.pyc
|
|
${PYSITELIB}/pepper/__init__.pyo
|
|
${PYSITELIB}/pepper/cli.py
|
|
${PYSITELIB}/pepper/cli.pyc
|
|
${PYSITELIB}/pepper/cli.pyo
|
|
${PYSITELIB}/pepper/exceptions.py
|
|
${PYSITELIB}/pepper/exceptions.pyc
|
|
${PYSITELIB}/pepper/exceptions.pyo
|
|
${PYSITELIB}/pepper/libpepper.py
|
|
${PYSITELIB}/pepper/libpepper.pyc
|
|
${PYSITELIB}/pepper/libpepper.pyo
|
|
${PYSITELIB}/pepper/retcode.py
|
|
${PYSITELIB}/pepper/retcode.pyc
|
|
${PYSITELIB}/pepper/retcode.pyo
|
|
${PYSITELIB}/pepper/script.py
|
|
${PYSITELIB}/pepper/script.pyc
|
|
${PYSITELIB}/pepper/script.pyo
|