compose/fig/cli
Cameron Maske ae7573b9b8 Fix for #48.
Rework of how services are sorted based on dependencies using a topological sort.
Includes error handling to detect circular/self imports (should raise a DependecyError).
Added in logging to the CLI to log out any DependencyErrors.
Removed the compact module as it is no longer used.
2014-01-29 18:38:25 +00:00
..
__init__.py plum -> fig 2013-12-20 20:28:24 +00:00
colors.py First version with python3 support. 2014-01-06 17:58:49 +00:00
command.py Add missing return value for filename check 2014-01-28 09:51:33 +00:00
docopt_command.py First version with python3 support. 2014-01-06 17:58:49 +00:00
errors.py Implement UserError __unicode__ method 2014-01-16 12:32:04 +00:00
formatter.py Remove compat texttable module - breaks on Python 2.7 2014-01-09 15:32:59 +00:00
log_printer.py Fig bug in split_buffer where input was being discarded 2014-01-22 17:44:04 +00:00
main.py Fix for #48. 2014-01-29 18:38:25 +00:00
multiplexer.py First version with python3 support. 2014-01-06 17:58:49 +00:00
socketclient.py Remove unused import 2014-01-20 19:25:28 +00:00
utils.py Fig bug in split_buffer where input was being discarded 2014-01-22 17:44:04 +00:00