{"id":16284519,"url":"https://github.com/derthorsten/py_cookiecutter","last_synced_at":"2025-09-06T22:32:20.127Z","repository":{"id":146947273,"uuid":"198082169","full_name":"DerThorsten/py_cookiecutter","owner":"DerThorsten","description":"A cookiecutter to create conda friendly python packages","archived":false,"fork":false,"pushed_at":"2019-08-16T12:39:27.000Z","size":85,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T00:05:40.396Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DerThorsten.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","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":"2019-07-21T16:51:44.000Z","updated_at":"2020-02-21T12:28:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"afe0675a-ece7-4fbb-9e13-82d2bb35d143","html_url":"https://github.com/DerThorsten/py_cookiecutter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DerThorsten/py_cookiecutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerThorsten%2Fpy_cookiecutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerThorsten%2Fpy_cookiecutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerThorsten%2Fpy_cookiecutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerThorsten%2Fpy_cookiecutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DerThorsten","download_url":"https://codeload.github.com/DerThorsten/py_cookiecutter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerThorsten%2Fpy_cookiecutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273973535,"owners_count":25200575,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10T19:19:47.242Z","updated_at":"2025-09-06T22:32:20.089Z","avatar_url":"https://github.com/DerThorsten.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=================================================\nPython Cookiecutter\n=================================================\n\n\n.. image:: https://readthedocs.org/projects/py-cookiecutter/badge/?version=latest\n    :target: https://py-cookiecutter.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n      \n\n.. image:: https://travis-ci.org/DerThorsten/py_cookiecutter.svg?branch=master\n    :target: https://travis-ci.org/DerThorsten/py_cookiecutter\n\n.. image:: https://circleci.com/gh/DerThorsten/py_cookiecutter/tree/master.svg?style=svg\n    :target: https://circleci.com/gh/DerThorsten/py_cookiecutter/tree/master\n\n.. image:: https://dev.azure.com/derthorstenbeier/py_cookiecutter/_apis/build/status/DerThorsten.py_cookiecutter?branchName=master\n    :target: https://dev.azure.com/derthorstenbeier/py_cookiecutter/_build/latest?definitionId=1\u0026branchName=master\n\n\n\n\nDemo Project\n------------------------\nHave a look at `github.com/DerThorsten/pytools \u003chttps://github.com/DerThorsten/py_tools\u003e`_, an\nunmodified example project created with this py_cookiecutter.\n\n\n\nUsage\n-------------------------\n\n\n\nInstall cookiecutter\n**********************\nInstall _cookiecutter via conda (recommended)\n\n.. code-block:: shell\n\n    $ conda install cookiecutter -c conda-forge\n\nor\n\n.. code-block:: shell\n\n    $ pip install cookiecutter\n\nCreate Project With Cookiecutter\n********************************************\n\nAfter installing cookiecutter, use the cpp-cookiecutter:\n\n.. code-block:: shell\n\n    $ cookiecutter https://github.com/DerThorsten/py_cookiecutter\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nFirs Steps after Project is Generated\n********************************************\n\nEnable Continuous Integration\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nTo enable the continuous integration :\n    * add your project repository to your Travis-CI_ account\n    * add your project repository to your Circle-CI_ account\n    * add your project repository to your Azure-Pipelines_ account\n\nThe next change to your repository should trigger builds on the CI servers.\n\nEnable Continuous PyPi Deployment with Travis\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nTo make the package available on PyPI, the .travis.yml\nfile needs to be modified.\nOn the following block at the end of the file, :code:`PLEASE_REPLACE_ME`\nneeds to be replaced with your encrypted PyPI password.\nTo properly encrypt your password use the Travis-cmd-tools_.\nAfter that, each new git-tag_ will trigger the deployment of a new version on PyPI.\n\n\n.. code-block:: yaml\n    \n    deploy:\n      provider: pypi\n      distributions: sdist bdist_wheel\n      user: {{ cookiecutter.pypi_username }}\n      password:\n        secure: PLEASE_REPLACE_ME\n      on:\n        tags: true\n        repo: {{ cookiecutter.github_username }}/{{ cookiecutter.github_project_name }}\n        python: 3.6\n\n\n\nEnable Continuous Documentation on Readthedocs.org\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n\n.. _Circle-CI: https://circleci.com/\n.. _Azure-Pipelines: https://azure.microsoft.com/de-de/services/devops/pipelines/\n.. _Travis-CI: http://travis-ci.org/\n.. _Tox: http://testrun.org/tox/\n.. _Sphinx: http://sphinx-doc.org/\n.. _ReadTheDocs: https://readthedocs.io/\n.. _`pyup.io`: https://pyup.io/\n.. _Bumpversion: https://github.com/peritus/bumpversion\n.. _Punch: https://github.com/lgiordani/punch\n.. _PyPi: https://pypi.python.org/pypi\n.. _Travis-cmd-tools: https://docs.travis-ci.com/user/encryption-keys/\n.. _git-tag: https://git-scm.com/book/en/v2/Git-Basics-Tagging","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderthorsten%2Fpy_cookiecutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderthorsten%2Fpy_cookiecutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderthorsten%2Fpy_cookiecutter/lists"}