Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Packaging #37

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Packaging #37

wants to merge 13 commits into from

Conversation

kathychurch
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant