Metadata-Version: 2.1
Name: tantrum
Version: 1.0.5
Summary: Tanium API workflow encapsulation
Home-page: https://github.com/lifehackjim/tantrum
Author: Jim Olsen
Author-email: jim@lifehack.com
License: MIT
Description: [![MIT
        license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
        [![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        
        <!-- MarkdownTOC -->
        
        - [Tantrum: Tanium Instrumental API wrapper](#tantrum-tanium-instrumental-api-wrapper)
          - [Installing](#installing)
          - [Examples](#examples)
        
        <!-- /MarkdownTOC -->
        
        # Tantrum: Tanium Instrumental API wrapper
        
        Tantrum is meant to be an API wrapper for [Tanium](https://www.tanium.com). It makes the Tanium API actually usable by providing native python objects for working with API objects, and also provides workflows for complex multi-step operations.
        
        ## Installing
        
        Installing tantrum via [pip](https://pypi.org/project/pip/) or [pipenv](https://pipenv.readthedocs.io/en/latest/) will automatically install all of the necessary dependencies.
        
        ## Examples
        
        These [examples](examples/) are fairly basic and not intended to be full show & tells. More detailed examples will be added over time.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
