Metadata-Version: 2.1
Name: vsng-colab
Version: 1.1.2
Summary: Python Package made by Mhadhbi Issam . 
Home-page: https://gitlab.com/isampypi/vsng-colab
Author: Mhadhbi Issam
Author-email: mhadhbixissam@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pyngrok
Requires-Dist: bashi

# vsng-colab


## Installation

```bash
pip install vsng-colab
```

## Example

```python
from vsngcolabi import configure

conf = configure()
conf.server.join()
# configure(install = True, port  = 5000 ,folder = "/content" ,kill = True ) : 
#   install : True to install vscode 
#   port    : 5000 , prot to forward vs code server
#   folder  : /content ,folder to open vs code in 
#   kill    : True , call ngrok kill .
```

Steps  : 
*   create secret in colab secrets called NGROK_TOKEN and set its value .
*   create secret in colab secrets called NGROK_TOKEN_EMAIL and set its value of email allowed to use the tunnel .

