command line interface for setting up streamlit webapps on heroku
Project description
Heroku-Streamlit-Setup (hss)
This is a simple cli (command line interface) library to help you put your streamlit webapp in production.
I'll soon write a article on Medium explaining it (:
If you have any problem with it, please open an issue and I'll get back to you.
Install with pip
This lib is hosted on pypi.org
pip install hss
Why is this package important and what do I need to use it?
From what I've seen there's not lots of documentation about putting streamlit webapps into production, trust me I've suffered. And if this is your first experience with Heroku, this will be very very helpfull.
You just need a Free Heroku Account, a Github account and a Streamlit webapp you want to share with the world.
The simplest way to use it
- After the requirements.txt, Procfile and the setup.sh file are created, upload them into your project's repository
- Create a new app using Heroku and select connect to Github and select your desired repo and click Deploy
Documentation
$ hss --help
Usage:
hss [options] [<appname>] [<path>] [<email>]
Arguments:
<appname> The app filename (with or without .py).
<path> The path to the directory containing the application
files for which a requirements file should be
generated (defaults to the current working
directory).
<email> The email associated with your Heroku account.
Options:
--no-reqs Don't make a requirements file
--no-setup Don't make a setup.sh file
--no-proc Don't make a Procfile
--force Substitute the current requirements.txt.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hss-0.0.4.tar.gz.
File metadata
- Download URL: hss-0.0.4.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53eb27da30b49be3dab8aa5e29a16202ccaf39867172df4ac9986d3b1a4e3d38
|
|
| MD5 |
89d5ab23bb21bc0f23b45e4a2e5f762c
|
|
| BLAKE2b-256 |
89ebf03291a33af0b058384b516ea11b74bf10b1c91b724bdc2a4f4c8b06987c
|
File details
Details for the file hss-0.0.4-py3-none-any.whl.
File metadata
- Download URL: hss-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3d7f8b464ec5fa65825c72a0a84d2b477a3dfcdeff5d0bbe425ed56c25295e3
|
|
| MD5 |
b421e4a90f4d6f461334cdc0296af3cd
|
|
| BLAKE2b-256 |
85f62f8965e090cadec3610b6239f93497f7a79f9ad2dc540b2dc0d84e805d87
|