Metadata-Version: 2.1
Name: mantle-client
Version: 0.1.3
Summary: Private insights from network trace data - Client
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
Requires-Dist: loguru>=0.7.2
Requires-Dist: typer>=0.13.1

# 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>)`
