MrDraw/src/octoprint
Gina Häußge b32f9bddd2 New util class for performing pip calls
Will lookup the correct pip command to use if not provided as constructor parameter and determine the version. Implements __lt__, __le__, __gt__ and __ge__ for "less/greater than" checks against the pip version, for dynamicalle changing call parameters provided to the execute method based on availability.

 Will allow adjusting software update and plugin manager plugins to only use --process-dependency-links for pip versions >= 1.5
2015-06-23 11:35:23 +02:00
..
filemanager More verbose logging for analyzer 2015-06-20 00:01:59 +02:00
plugin Plugins can now have a folder for plugin related data 2015-06-22 12:59:39 +02:00
plugins Software Update fix: Use pip command line instead of module 2015-06-22 13:07:22 +02:00
printer Log cancelled prints only once 2015-05-13 14:00:12 +02:00
server Allow asynchronous system commands & commands w/ ignored result 2015-06-22 14:28:05 +02:00
slicing super(...).method(...) => BaseClass.method(self, ...) 2015-06-19 15:25:37 +02:00
static System commands with ignore set to true also ignore http errors 2015-06-22 16:55:32 +02:00
templates Show overlay when a new server version is detected 2015-06-21 18:02:16 +02:00
translations/de/LC_MESSAGES Show overlay when a new server version is detected 2015-06-21 18:02:16 +02:00
util New util class for performing pip calls 2015-06-23 11:35:23 +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 Plugins can now have a folder for plugin related data 2015-06-22 12:59:39 +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