Command Line Interface (fixie.main)

Main function for fixie.

class fixie.main.NotGivenType[source]

Singleton for representing when no value is provided.

fixie.main.load_services(services)[source]

Loads the requested services, returns the set actually loaded.

fixie.main.main(args=None)[source]
fixie.main.make_parser()[source]

Makes and argument parser for fixie.

fixie.main.parse_services(args)[source]

Parses out the service names, and returns them as a set.

fixie.main.run_application(ns)[source]

Starts up an application with the loaded services.

fixie.main.set_envvars(ns)[source]

Sets the environment variables from a namespace.