Metadata-Version: 2.1
Name: mantle-client
Version: 0.1.2
Summary: Private insights from network trace data -- Client
License: Private License
        
        Copyright (c) 2024 SecretBit Ventures LLC
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas==2.2.2
Requires-Dist: requests==2.32.2
Requires-Dist: jupyterlab==4.2.4

# Mantle
Generate insights from private network trace data on-prem.

## Getting started
* Create a virtual env using Anaconda, Miniconda and create an environment `python=3.12`
* Install mantle and it's dependencies using `pip install mantle-client`
* Launch Jupyter notebook and 
  * import mantle as `from mantle_client.client import Client`
  * connect to servers `client = Client(<url>, <username>, <password>)`
