MrDraw/src/octoprint
Gina Häußge 27dcef3e23 New approach to matching up installed packages with plugins
Match against entry_point origins using both package name and package name plus version. If one of those matches (depends on pip version if output will include version or not), it's the plugin we are looking for.

This way we don't need to try to strip a version number from the package name as output by pip without knowing if a version number is included or not.
2015-06-03 10:46:58 +02:00
..
filemanager New hook octoprint.filemanager.preprocessor 2015-04-17 14:45:58 +02:00
plugin Use namedtuple for plugin.origin data structure and include package version 2015-06-03 10:44:27 +02:00
plugins New approach to matching up installed packages with plugins 2015-06-03 10:46:58 +02:00
printer Log cancelled prints only once 2015-05-13 14:00:12 +02:00
server Merge branch 'dev/translationsAsPackages' into devel 2015-06-02 13:58:40 +02:00
slicing First throw at working plugin lifecycle management 2015-04-02 23:02:42 +02:00
static Display a message when no additional language packs are installed 2015-06-02 14:41:56 +02:00
templates Display a message when no additional language packs are installed 2015-06-02 14:41:56 +02:00
translations/de/LC_MESSAGES Unbundled translations, added new tools to bundle and pack translations 2015-06-02 13:38:08 +02:00
util Fix: Re-open detected serial port with specified baudrate 2015-05-29 11:36:36 +02:00
__init__.py Versioning by versioneer: https://github.com/warner/python-versioneer/ 2014-06-22 01:12:06 +02:00
_version.py Fixed a couple of more missing branch fields and added Changelog entry 2014-11-04 10:07:46 +01:00
daemon.py Renamed delpid to term to better match its modified behavior. Moved the registration of the SIGTERM handler to avoid an extremely unlikely race condition. 2015-01-10 01:34:47 -08:00
events.py Exception.message => str(Exception) 2015-03-26 12:04:05 +01:00
settings.py Adjusted messages.js compilation, debugged new i18n handling and added logging 2015-06-02 13:31:41 +02:00
timelapse.py Merge branch 'rotate90' of https://github.com/markwal/OctoPrint into pr/markwal/rotate90 2015-05-28 19:14:02 +02:00
users.py WIP on introducing user settings (incl. interface language) 2015-03-18 11:30:08 +01:00