Metadata-Version: 2.4
Name: streamlit-wakeup
Version: 0.2.0
Summary: Wake sleeping Streamlit Community Cloud applications.
Author: Dev Bhuyan
License: MIT
Keywords: streamlit,streamlit-community-cloud,resume,wake,automation
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: license-file

# streamlit-resume

Wake sleeping Streamlit Community Cloud deployments.

```python
from streamlit_resume import wake_up

wake_up("https://your-app.streamlit.app")
```
