Skip to content

timedata-org/startuppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

startuppy

Run Python code at startup.

Usage

startuppy [list] - prints the list of registered startup tasks. startuppy add <filename or python path> [<virtualenv>] - add a task. startuppy remove <taskname> - remove a task by name. startuppy run - runs the stored tasks

Optional command line flag --config=<filename> to use a different configuration file.

If --config is missing, the default configuration file is used, which is probably determined by the user and the operating system.

About

Run Python code at startup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages