LICENSE
MANIFEST.in
README
setup.py
demo/01-hello/Makefile
demo/01-hello/cogs.local.py
demo/02-hello-extension/Makefile
demo/02-hello-extension/setup.py
demo/02-hello-extension/src/cogs/__init__.py
demo/02-hello-extension/src/cogs/hello.py
demo/03-factorial-fibonacci/Makefile
demo/03-factorial-fibonacci/cogs.local.py
demo/04-write-hello/Makefile
demo/04-write-hello/cogs.local.py
demo/05-hello-with-configuration/Makefile
demo/05-hello-with-configuration/cogs.local.py
src/Cogs.egg-info/PKG-INFO
src/Cogs.egg-info/SOURCES.txt
src/Cogs.egg-info/dependency_links.txt
src/Cogs.egg-info/entry_points.txt
src/Cogs.egg-info/requires.txt
src/Cogs.egg-info/top_level.txt
src/cogs/__init__.py
src/cogs/core.py
src/cogs/fs.py
src/cogs/log.py
src/cogs/run.py
src/cogs/std.py