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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6e31158 · Apr 20, 2025
Apr 20, 2025
Apr 20, 2025
May 1, 2024
Jan 29, 2023
Nov 13, 2021
Mar 25, 2019
Apr 26, 2024
Jan 29, 2023
Apr 26, 2024
Nov 24, 2023
Apr 26, 2024
Nov 2, 2024
Mar 7, 2024
Mar 7, 2024
Mar 7, 2024
Apr 2, 2025
Nov 2, 2024
Jan 29, 2023
Nov 2, 2024

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