GitXplorerGitXplorer
n

cog

public
353 stars
27 forks
16 issues

Commits

List of commits on branch main.
Unverified
9c547bd11847a5cbdf5ece8eee0ccb5d62b2aaee

build: allow a file upload I explicitly requested

nnedbat committed 3 months ago
Unverified
3d524873655dd8048b27eecdbfa41d6a8eaf8459

build: drop 3.7/3.8, and add 3.13

nnedbat committed 3 months ago
Unverified
0d280fe300101c03bb6196e2dea64a2e581331dd

more secure actions, due to zizmor

nnedbat committed 3 months ago
Verified
1ef2543fe49f4b322736f37bb9959579e440d56d

refactor: convert camelCase to snake_case (#37)

vvergenzt committed 9 months ago
Verified
5a6f8c1bec2518b4b0b6434dc46fe93f3c449d55

refactor: eliminate ^{s,b,f} hungarian notation (#36)

vvergenzt committed 9 months ago
Unverified
b3f39c47e367da41089a9db21f9efeb3bb49a25f

refactor: add ruff linting & fix initial violations

vvergenzt committed 9 months ago

README

The README file for this repository.

=== 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