{"id":16334991,"url":"https://github.com/domenkozar/pyramid-cookiecutter-jinja2","last_synced_at":"2025-04-10T15:31:33.984Z","repository":{"id":137717824,"uuid":"75946648","full_name":"domenkozar/pyramid-cookiecutter-jinja2","owner":"domenkozar","description":"A cookiecutter (project template) for creating a Pyramid starter project using Jinja2 for templating.","archived":false,"fork":false,"pushed_at":"2017-02-09T17:34:29.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T20:12:49.725Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/domenkozar.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-08T14:49:56.000Z","updated_at":"2018-01-24T11:55:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"62be8fe3-460f-44fe-81df-2c5fffc1418b","html_url":"https://github.com/domenkozar/pyramid-cookiecutter-jinja2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domenkozar%2Fpyramid-cookiecutter-jinja2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domenkozar%2Fpyramid-cookiecutter-jinja2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domenkozar%2Fpyramid-cookiecutter-jinja2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domenkozar%2Fpyramid-cookiecutter-jinja2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domenkozar","download_url":"https://codeload.github.com/domenkozar/pyramid-cookiecutter-jinja2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248243452,"owners_count":21071054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T23:39:48.171Z","updated_at":"2025-04-10T15:31:33.976Z","avatar_url":"https://github.com/domenkozar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===========================\npyramid-cookiecutter-jinja2\n===========================\n\n.. image:: https://travis-ci.org/Pylons/pyramid-cookiecutter-jinja2.png?branch=master\n        :target: https://travis-ci.org/Pylons/pyramid-cookiecutter-jinja2\n        :alt: Master Travis CI Status\n\nA cookiecutter (project template) for creating a Pyramid starter project using\nJinja2 for templating.\n\nSee `pyramid_jinja2 \u003chttp://docs.pylonsproject.org/projects/pyramid_jinja2/en/latest/#creating-a-jinja2-pyramid-project\u003e`_ documentation for more details.\n\nRequirements\n------------\n\n* Python 2.7 or 3.4+\n* `cookiecutter \u003chttps://cookiecutter.readthedocs.io/en/latest/installation.html\u003e`_\n\nUsage\n-----\n\n1. Generate a Pyramid project, following the prompts from the command.\n\n.. code-block:: bash\n\n    $ cookiecutter https://github.com/Pylons/pyramid-cookiecutter-jinja2\n\n2. Finish configuring the project by creating a virtual environment and\n   installing your new project. These steps are output as part of the\n   cookiecutter command above and are slightly different for Windows.\n\n.. code-block:: bash\n\n    # Change directory into your newly created project.\n    $ cd myproj\n    # Create a virtual environment...\n    $ python3 -m venv env\n    # ...where we upgrade packaging tools...\n    $ env/bin/pip install --upgrade pip setuptools\n    # ...and into which we install our project and its testing requirements.\n    $ env/bin/pip install -e \".[testing]\"\n\n3. Run your project's tests.\n\n.. code-block:: bash\n\n    $ env/bin/pytest\n\n4. Run your project.\n\n.. code-block:: bash\n\n    $ env/bin/pserve development.ini\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomenkozar%2Fpyramid-cookiecutter-jinja2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomenkozar%2Fpyramid-cookiecutter-jinja2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomenkozar%2Fpyramid-cookiecutter-jinja2/lists"}