Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markwal/octoprint-pluginmanager
(Not function yet, WIP) Plugin Manager for OctoPrint which allows listing, installing and uninstalling plugins
https://github.com/markwal/octoprint-pluginmanager
Last synced: 10 days ago
JSON representation
(Not function yet, WIP) Plugin Manager for OctoPrint which allows listing, installing and uninstalling plugins
- Host: GitHub
- URL: https://github.com/markwal/octoprint-pluginmanager
- Owner: markwal
- License: agpl-3.0
- Created: 2015-04-29T00:18:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T16:43:47.000Z (over 9 years ago)
- Last Synced: 2024-11-14T18:50:08.637Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
----
**Note**: This plugin is a work in progress and as of yet unreleased. Please do not use it until it's officially released. No support will be given if you do anyways.
----
# Plugin Manager plugin for OctoPrint
## Setup
Install the plugin like you would install any regular Python package from source:
pip install https://github.com/OctoPrint/OctoPrint-PluginManager/archive/master.zip
Make sure you use the same Python environment that you installed OctoPrint under, otherwise the plugin
won't be able to satisfy its dependencies.Restart OctoPrint. `octoprint.log` should show you that the plugin was successfully found and loaded:
2015-01-26 14:13:28,286 - octoprint.plugin.core - INFO - Loading plugins from [...] and installed plugin packages...
2015-01-26 14:13:28,973 - octoprint.plugin.core - INFO - Found 3 plugin(s): Plugin Manager (0.1), Discovery (0.1)## Configuration
TODO