Metadata-Version: 2.4
Name: CerebrixOS-Route
Version: 0.6.0
Summary: CerebrixOS router exposes internal private services via zero-trust networking
Author-email: CerebrixOS <hello@ockhamlabs.ai>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: tqdm
Requires-Dist: psutil
Requires-Dist: packaging
Requires-Dist: PyJWT
Requires-Dist: colorama
Requires-Dist: jinja2
Requires-Dist: distro
Requires-Dist: pyyaml

## To make changes 

### change version in setup.py 

```sh
pip3 install -e . 
```

```sh
python3 -m build 
```

```sh
python3 -m twine upload dist/* 
```

### To use this package 

```sh
pip3 install route-cerebrixos
```

### Example command to register a router

```sh
route-cerebrixos --jwt enroll.txt 
```
