Metadata-Version: 2.1
Name: MVC-Python
Version: 0.0.8.dev1
Summary: A python module for Skyhigh SSE API and administrative access
Project-URL: Homepage, https://github.com/zengelan/MVC-Python
Project-URL: Bug Tracker, https://github.com/zengelan/MVC-Python/issues
Project-URL: Source, https://github.com/zengelan/MVC-Python
Author-email: Andreas Zengel <andreas.zengel@skyhighsecurity.com>, Andreas Zengel <andreas.zengel@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: requests>=2.26
Description-Content-Type: text/markdown

# Skyhigh SSE 
 Python class for Skyhigh SSE

## Prepreq
You need to set the environment variable named `MVC_OAUTH_CLIENT_ID` to an OAuth ID that is accepted by Trellix IAM.
You can ask Skyhigh Security SE on how to get this ID. Set it as environment variable e.g. like this
* `set MVC_OAUTH_CLIENT_ID=1234567890`
* `export MVC_OAUTH_CLIENT_ID=1234567890`

## Installation
1. Download it from the release package here: https://github.com/zengelan/MVC-Python/releases/
1. Execute "python3 -m pip install skyhigh_sse_python-0.0.5-py3-none-any.whl " to install the module
