8000 GitHub - nedbat/cog: Small bits of Python computation for static files
[go: up one dir, main page]

Skip to content

nedbat/cog

Repository files navigation

Cog

Cog content generation tool. Small bits of computation for static files.

See the cog docs for details.

Code repository and issue tracker are at GitHub.

To run the tests:

$ pip install -r requirements.pip
$ tox
0