pytan icon indicating copy to clipboard operation
pytan copied to clipboard

Packaging

Open kathychurch opened this issue 8 years ago • 0 comments
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

kathychurch avatar Nov 03 '17 18:11 kathychurch