securisec / mixto-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mixto-py

The python library for Mixto.

Install

pip install mixto-py

For dev instances, clone this repo and run from inside of the directory:

pip install -e .

Usage

from mixto import Mixto

The main class can be instantiated in two ways:

m = Mixto()
# or
m = Mixto(host="https://mixto_host", api_key="youapikey")

Example

from mixto import Mixto

m = Mixto()

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%