pytan
pytan copied to clipboard
Packaging
trafficstars
A packaged version of pytan that installs dependencies rather than directly including them.
Build and Install
python setup.py sdist pip install dist/pytan-2.1.9.tar.gz
Usage Example
from pytan_pkgs.lib.pytan.handler import Handler
handler = Handler(...)
response = handler.ask(...)
CLI Tools Usage Example
pytan-ask-manual -f "Installed Applications containing Adobe" -s "Computer Name" -u "my_username" -p "MyPassword" --host MyTaniumServer
- This should hopefully work on Windows as well, with a pytan-ask-manual.exe installed
Notes:
- This has not yet been tested on windows
- The examples were not updated
- The files in the BUILD directory were not updated