staticjinja


Namestaticjinja JSON
Version 5.0.0 PyPI version JSON
download
home_pagehttps://github.com/staticjinja/staticjinja
Summaryjinja based static site generator
upload_time2023-08-16 22:44:32
maintainerNick Crews
docs_urlNone
authorCeasar Bautista
requires_python>=3.7,<4.0
licenseMIT
keywords jinja static website
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            staticjinja
===========

.. image:: https://badge.fury.io/py/staticjinja.png
    :target: https://badge.fury.io/py/staticjinja
    :alt: PyPi Badge

.. image:: https://github.com/staticjinja/staticjinja/workflows/build/badge.svg?branch=main&event=schedule
    :target: https://github.com/staticjinja/staticjinja/actions?query=branch%3Amain
    :alt: Build and Testing Status

.. image:: https://readthedocs.org/projects/staticjinja/badge/?version=stable
    :target: https://staticjinja.readthedocs.io/en/stable/?badge=stable&style=plastic
    :alt: Documentation Status

.. image:: https://codecov.io/gh/staticjinja/staticjinja/branch/main/graph/badge.svg?token=En337ZXsPK
    :target: https://codecov.io/gh/staticjinja/staticjinja
    :alt: Test coverage status

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
    :alt: Code style: Black

.. image:: https://static.pepy.tech/personalized-badge/staticjinja?period=total&units=international_system&left_color=black&right_color=blue&left_text=downloads
    :target: https://pepy.tech/project/staticjinja
    :alt: PyPi downloads total

.. image:: https://static.pepy.tech/personalized-badge/staticjinja?period=month&units=international_system&left_color=black&right_color=blue&left_text=downloads/month
    :target: https://pepy.tech/project/staticjinja
    :alt: PyPi downloads per month

**staticjinja** is a library that makes it easy to build static sites using
Jinja2_.

Many static site generators are complex, with long manuals and unnecessary
features. But using template engines to build static websites is really useful.

staticjinja is designed to be lightweight (under 500 lines of source code),
and to be easy to use, learn, and extend, enabling you to focus on making your
site.

.. code-block:: bash

    $ mkdir templates
    $ vim templates/index.html
    $ staticjinja watch
    Building index.html...
    Templates built.
    Watching 'templates' for changes...
    Press Ctrl+C to stop.


Installation
------------

To install staticjinja, simply:

.. code-block:: bash

    $ pip install staticjinja

Documentation
-------------

Documentation is available at
https://staticjinja.readthedocs.io.

Contribute
----------

Please see CONTRIBUTING_.

.. _CONTRIBUTING: CONTRIBUTING.rst
.. _Jinja2: https://jinja.palletsprojects.com


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/staticjinja/staticjinja",
    "name": "staticjinja",
    "maintainer": "Nick Crews",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "nicholas.b.crews@gmail.com",
    "keywords": "jinja,static,website",
    "author": "Ceasar Bautista",
    "author_email": "cbautista2010@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4b/49/d63c41ede3758556564218be5817a826c35f8be04821f374711190edb5d3/staticjinja-5.0.0.tar.gz",
    "platform": null,
    "description": "staticjinja\n===========\n\n.. image:: https://badge.fury.io/py/staticjinja.png\n    :target: https://badge.fury.io/py/staticjinja\n    :alt: PyPi Badge\n\n.. image:: https://github.com/staticjinja/staticjinja/workflows/build/badge.svg?branch=main&event=schedule\n    :target: https://github.com/staticjinja/staticjinja/actions?query=branch%3Amain\n    :alt: Build and Testing Status\n\n.. image:: https://readthedocs.org/projects/staticjinja/badge/?version=stable\n    :target: https://staticjinja.readthedocs.io/en/stable/?badge=stable&style=plastic\n    :alt: Documentation Status\n\n.. image:: https://codecov.io/gh/staticjinja/staticjinja/branch/main/graph/badge.svg?token=En337ZXsPK\n    :target: https://codecov.io/gh/staticjinja/staticjinja\n    :alt: Test coverage status\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n    :alt: Code style: Black\n\n.. image:: https://static.pepy.tech/personalized-badge/staticjinja?period=total&units=international_system&left_color=black&right_color=blue&left_text=downloads\n    :target: https://pepy.tech/project/staticjinja\n    :alt: PyPi downloads total\n\n.. image:: https://static.pepy.tech/personalized-badge/staticjinja?period=month&units=international_system&left_color=black&right_color=blue&left_text=downloads/month\n    :target: https://pepy.tech/project/staticjinja\n    :alt: PyPi downloads per month\n\n**staticjinja** is a library that makes it easy to build static sites using\nJinja2_.\n\nMany static site generators are complex, with long manuals and unnecessary\nfeatures. But using template engines to build static websites is really useful.\n\nstaticjinja is designed to be lightweight (under 500 lines of source code),\nand to be easy to use, learn, and extend, enabling you to focus on making your\nsite.\n\n.. code-block:: bash\n\n    $ mkdir templates\n    $ vim templates/index.html\n    $ staticjinja watch\n    Building index.html...\n    Templates built.\n    Watching 'templates' for changes...\n    Press Ctrl+C to stop.\n\n\nInstallation\n------------\n\nTo install staticjinja, simply:\n\n.. code-block:: bash\n\n    $ pip install staticjinja\n\nDocumentation\n-------------\n\nDocumentation is available at\nhttps://staticjinja.readthedocs.io.\n\nContribute\n----------\n\nPlease see CONTRIBUTING_.\n\n.. _CONTRIBUTING: CONTRIBUTING.rst\n.. _Jinja2: https://jinja.palletsprojects.com\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "jinja based static site generator",
    "version": "5.0.0",
    "project_urls": {
        "Documentation": "https://staticjinja.readthedocs.io",
        "Homepage": "https://github.com/staticjinja/staticjinja",
        "Repository": "https://github.com/staticjinja/staticjinja"
    },
    "split_keywords": [
        "jinja",
        "static",
        "website"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8429f7b19b9ba3a3468810f2ba11185c747f1582e5480abc52f09d935f02e8a",
                "md5": "fad97b93becd48b0e3c63c50c2848c4c",
                "sha256": "fee04fc31cc07b159823741fcfb64bb52f66e690797a3d8463a4150bf0088244"
            },
            "downloads": -1,
            "filename": "staticjinja-5.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fad97b93becd48b0e3c63c50c2848c4c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 12281,
            "upload_time": "2023-08-16T22:44:31",
            "upload_time_iso_8601": "2023-08-16T22:44:31.391473Z",
            "url": "https://files.pythonhosted.org/packages/b8/42/9f7b19b9ba3a3468810f2ba11185c747f1582e5480abc52f09d935f02e8a/staticjinja-5.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b49d63c41ede3758556564218be5817a826c35f8be04821f374711190edb5d3",
                "md5": "4dcaec4697f0469db22e3d27088ae160",
                "sha256": "1c27f314c6b582e0eb22231211a3c4d3defe8b3c19853695bbb4983029c0afc4"
            },
            "downloads": -1,
            "filename": "staticjinja-5.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4dcaec4697f0469db22e3d27088ae160",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 10607,
            "upload_time": "2023-08-16T22:44:32",
            "upload_time_iso_8601": "2023-08-16T22:44:32.970466Z",
            "url": "https://files.pythonhosted.org/packages/4b/49/d63c41ede3758556564218be5817a826c35f8be04821f374711190edb5d3/staticjinja-5.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-16 22:44:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "staticjinja",
    "github_project": "staticjinja",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "staticjinja"
}
        
Elapsed time: 0.10297s