Runs server application for controlling multiple 3D printers with OctoPrint
Project description
This application serves as web server for controlling multiple printers running OctoPrint, this application uses Flask framework.
Instalation
Be sure to have virtualenv installed
virtualenv octoprint_dashboard
. octoprint_dashboard/bin/activate
Now you should be in virtual enviroment, you should see (octoprint-dashboard) at start of command line
pip install octoprint_dashboard
Set environment, flask runs application by FLASK_APP environment variable
export FLASK_APP=octoprint_dashboard
export FLASK_DB=absolute_path_to_db_files (file will be created)
If you choose ČVUT OAuth2, get OAuth client and secret key from here. Create new project and app of type Web application, with redirect uri of your host name or IP.
Run server
python -m flask run --host=0.0.0.0 [--port=]
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file octoprint_dashboard-0.3.3.tar.gz
.
File metadata
- Download URL: octoprint_dashboard-0.3.3.tar.gz
- Upload date:
- Size: 342.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23dad4c601e6522b79fac706687096f9af7b9efd6ac13aeb4bcca3f815879a01 |
|
MD5 | 3150729cef77f09c8b55007fca333cd8 |
|
BLAKE2b-256 | 853ce7a2325e97cc647064190bcd1000ef5de2b778304869124298dfecce815f |
File details
Details for the file octoprint_dashboard-0.3.3-py2.py3-none-any.whl
.
File metadata
- Download URL: octoprint_dashboard-0.3.3-py2.py3-none-any.whl
- Upload date:
- Size: 1.0 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3f8167c3abba9f38e3379e0e5ff681e3d77b7a999e26c087b78e710d53f3998 |
|
MD5 | c66aaeb8f4b532098cd66d9644060f1c |
|
BLAKE2b-256 | b83854d7d57190103fb7b25d5b3c47ec413be31f2a6ac8fef51ce23f92e94450 |