Skip to content

securisec/mixto-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages