Metadata-Version: 2.4
Name: cogapp
Version: 3.6.0
Summary: Cog: A content generator for executing Python snippets in source files.
Author-email: Ned Batchelder <ned@nedbatchelder.com>
License: MIT License
        
        Copyright (c) 2004-2024 Ned Batchelder
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Documentation, https://cog.readthedocs.io/
Project-URL: Code, http://github.com/nedbat/cog
Project-URL: Issues, https://github.com/nedbat/cog/issues
Project-URL: Funding, https://github.com/users/nedbat/sponsorship
Project-URL: Mastodon, https://hachyderm.io/@nedbat
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
License-File: AUTHORS.txt
Dynamic: license-file

|  |license| |versions| |status|
|  |ci-status| |kit| |format|
|  |sponsor| |bluesky-nedbat| |mastodon-nedbat|

===
Cog
===

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

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
.. |mastodon-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&label=@nedbat&query=followers_count&url=https%3A%2F%2Fhachyderm.io%2Fapi%2Fv1%2Faccounts%2Flookup%3Facct=nedbat
    :target: https://hachyderm.io/@nedbat
    :alt: nedbat on Mastodon
.. |bluesky-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&color=96a3b0&labelColor=3686f7&logo=icloud&logoColor=white&label=@nedbat&url=https%3A%2F%2Fpublic.api.bsky.app%2Fxrpc%2Fapp.bsky.actor.getProfile%3Factor=nedbat.com&query=followersCount
    :target: https://bsky.app/profile/nedbat.com
    :alt: nedbat on Bluesky
.. |sponsor| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub
    :target: https://github.com/sponsors/nedbat
    :alt: Sponsor me on GitHub
