Metadata-Version: 2.1
Name: colab-everything
Version: 0.0.2
Summary: Python library to run streamlit, flask, fastapi, etc on google colab.
Home-page: https://github.com/Ankur-singh/colab_everything/tree/master/
Author: Ankur Singh
Author-email: as.ankursingh3.1@gmail.com
License: Apache Software License 2.0
Keywords: python
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyngrok
Requires-Dist: urllib3 (==1.25.10)

# colab_everything
> Python library to run streamlit, flask, fastapi, etc on google colab.


## Install

`pip install colab_everything`

## How to use

```python
from colab_everything import ColabStreamlit
ColabStreamlit('hello') # streamlit app path
```

    Streamlit app can be accessed on: https://27b3dd7d3f04.ngrok.io



