0 purchases
pytan3 3.0.0
PyTan: Python API for the Tanium Platform
PyTan is an all-in-one API wrapper for Tanium and is comprised of multiple modular layers that make it easy to extend or add new functionality.
Since the inception of PyTan in October of 2014 it has grown in scope, complexity, and adoption. This version marks the fourth redesign, and it has vast improvements over the previous versions.
PyTan is actively maintained on GitHub, where the code is always available.
The documentation for PyTan is available online thanks to Read the Docs.
Installing
Installing PyTan via pip or pipenv will automatically install all of the necessary dependencies.
Install into the system site-packages using pip
$ pip install pytan3
Install into a virtual environment using pipenv
$ pipenv install pytan3
Clone the pytan3 repository using git
$ git clone git://github.com/tanium/pytan3.git
Directly from GitHub
Get the master branch which will always be the most recent stable release, or download a specific version from the releases page.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.