1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
===
Cog
===
Cog content generation tool. Small bits of computation for static files.
| |license| |versions| |status|
| |ci-status| |kit| |format|
See the `cog docs`_ for details.
.. _cog docs: https://cog.readthedocs.io/en/latest/
Code repository and issue tracker are at
`GitHub <https://github.com/nedbat/cog>`_.
To run the tests::
$ pip install -r requirements.pip
$ tox
.. |ci-status| image:: https://github.com/nedbat/cog/actions/workflows/ci.yml/badge.svg?branch=master&event=push
:target: https://github.com/nedbat/cog/actions/workflows/ci.yml
:alt: CI status
.. |kit| image:: https://img.shields.io/pypi/v/cogapp.svg
:target: https://pypi.org/project/cogapp/
:alt: PyPI status
.. |format| image:: https://img.shields.io/pypi/format/cogapp.svg
:target: https://pypi.org/project/cogapp/
:alt: Kit format
.. |license| image:: https://img.shields.io/pypi/l/cogapp.svg
:target: https://pypi.org/project/cogapp/
:alt: License
.. |versions| image:: https://img.shields.io/pypi/pyversions/cogapp.svg
:target: https://pypi.org/project/cogapp/
:alt: Python versions supported
.. |status| image:: https://img.shields.io/pypi/status/cogapp.svg
:target: https://pypi.org/project/cogapp/
:alt: Package stability
|