├── .gitignore ├── LICENSE ├── Readme.md ├── basic_logging.py └── idle_do.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelthelion/idle_do/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelthelion/idle_do/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelthelion/idle_do/HEAD/Readme.md -------------------------------------------------------------------------------- /basic_logging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelthelion/idle_do/HEAD/basic_logging.py -------------------------------------------------------------------------------- /idle_do.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelthelion/idle_do/HEAD/idle_do.py --------------------------------------------------------------------------------