Skip to content
/ cog Public

Small bits of Python computation for static files

License

Notifications You must be signed in to change notification settings

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