Coder Social home page Coder Social logo

jbagleyjr / pytan Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tanium/pytan

0.0 2.0 0.0 97.62 MB

Python Wrapper for Tanium's SOAP API

License: MIT License

Batchfile 0.32% Python 60.40% Shell 0.08% Makefile 0.10% HTML 29.39% JavaScript 8.94% CSS 0.77%

pytan's Introduction

PyTan

What is it?

This is a set of packages and scripts that provide a simple way for interfacing with the Tanium SOAP API using python or the command line.

Versions

Documentation Links

Documentation is only generated for major releases!

Quick Install Instructions

Mac OSX

  • Create a new directory for storing PyTan:
mkdir ~/tanium
  • Extract the PyTan ZIP file you downloaded to ~/tanium:
cd ~/tanium
unzip pytan-2.2.2.zip
  • Verify that your OSX install has Python 2.7.x installed and that your PYTHONPATH points to 2.7.x:
python -V
python -c “import sys; print sys.path”

Linux

  • Create a new directory for storing PyTan:
mkdir ~/tanium
  • Extract the PyTan ZIP file you downloaded to ~/tanium:
cd ~/tanium
unzip pytan-2.2.2.zip
  • Verify that your linux distribution has Python 2.7.x installed and that your PYTHONPATH points to 2.7.x:
python -V
python -c “import sys; print sys.path”

Windows

  • Create a new directory for storing PyTan:
mkdir c:\tanium
  • Extract the PyTan ZIP file you downloaded to C:\tanium
  • Install Python 2.7.10:
    • Using your browser, download Python 2.7.10 from: https://www.python.org/downloads/release/python-2710/
    • Run the Python 2.7.10 installer
    • On the Customize Python section of the installer select, 'Add Python.exe to Path' to allow you to run Python from cmd shell without absolute path
    • Accept all other defaults for the installer

Release strategy

  • The current stable version will always be maintained in the master branch.
  • Unstable and development versions can be accessed via the develop branch.
  • Full regression tests will be performed every major (x.0.0) or minor (0.x.0) release of PyTan
  • All documentation and API examples will be rebuilt every major (x.0.0) or minor (0.x.0) release of PyTan
  • Revision releases (0.0.x) will only be tested against the latest stable release of Tanium for each minor build (6.2.314.xxxx, 6.5.314.xxxx, etc.)

Package Info

  • Author and Maintainer: Jim Olsen ([email protected])
  • License: MIT
  • Copyright: Tanium Inc. 2017

pytan's People

Contributors

lifehackjim avatar lotekdan avatar zakwolff avatar rp-tanium avatar jbagleyjr avatar ironchef avatar kevin-chu avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.