{"id":20795264,"url":"https://github.com/theochem/cookiecutter-python","last_synced_at":"2025-07-01T14:10:27.952Z","repository":{"id":141457652,"uuid":"136409692","full_name":"theochem/cookiecutter-python","owner":"theochem","description":"A cookiecutter template to create a Python project with Travis/Anaconda running out of the box","archived":false,"fork":false,"pushed_at":"2019-02-05T18:46:29.000Z","size":91,"stargazers_count":0,"open_issues_count":3,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-18T11:22:36.591Z","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/theochem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2018-06-07T02:16:35.000Z","updated_at":"2019-02-05T18:46:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"efb2167a-6292-4937-a991-202d190b1c67","html_url":"https://github.com/theochem/cookiecutter-python","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/theochem%2Fcookiecutter-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theochem%2Fcookiecutter-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theochem%2Fcookiecutter-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theochem%2Fcookiecutter-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theochem","download_url":"https://codeload.github.com/theochem/cookiecutter-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243139167,"owners_count":20242507,"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-11-17T16:20:44.758Z","updated_at":"2025-03-12T01:30:11.375Z","avatar_url":"https://github.com/theochem.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-cookiecutter\ncookiecutter template for a minimal python project with conda and travis.\n\nTo get started, make sure that you have \u003ca href='https://cookiecutter.readthedocs.io/en/latest/'\u003e cookiecutter\u003c/a\u003e installed.\n\nTo generate a template for your **project\\_name** Python package, run\n```\n$ cookiecutter https://github.com/theochem/cookiecutter-python.git\n```\n\nYou will need to modify the `meta.yaml` file in the `tools/conda.recipe/` directory to include the build and runtime dependencies for your project. A sensible default has already been provided. You may find more details about the conda recipe format here: [https://conda.io/docs/user-guide/tasks/build-packages/recipe.html]\n\nYou will need to enable Travis-CI on your repo to have automated testing and builds. More instructions here: [https://docs.travis-ci.com/user/getting-started/]\n\nAfter your project has been templated and configured, you may perform a release by tagging commits in the format `x.x.x[ab]x`, where `x`s are replaced with digits.\nIf you wish to perform an alpha or beta release, append the optional `a` or `b` and the digit. It will be\ntagged as such in anaconda cloud.\n\nCommits tagged in this format will be built, tested, and deployed to github, anaconda, and pypi.\n\nTagging pushes the code to a public repository. If you do not wish this to happen, do not fill in the\ngithub, anaconda, and pypi keys. Travis will report failure on builds instead due to failed deployment.\n\n### Cookiecutter variables explained:\n\n- **project\\_org:** The github account hosting the repo and also the anaconda cloud account. For example, your github username or your organization name. We currently assume the same name for both.\n- **project\\_name:** The github repo name and also the name of the project as it will appear in conda/pip. Currently assuming the same name for both.\n- **project\\_slug:** The directory where the project is stored. By default a sanitized version of the project name.\n- **description:** A minimal description of the project that will appear in license preambles and also the conda/pip packages.\n- **pypy\\_login:** Your username for pypi, to upload the pip scripts.\n- **github\\_key:** Your github access token (for making a tarball release) encrypted with `travis encrypt`. We recommend using a dedicated github bot account for this. You can generate it from `settings/developer settings` and granting `repo/public_repo` access. _Note_: You must run `travis encrypt` in each repo, even if your access key is the same. Don't copy it from another repo. It won't work.\n- **anaconda\\_token:** Your travis encrypted anaconda cloud access token, generated in `settings/access`. You need to grant API read access and API write access. See note about copying keys above.\n- **pypi\\_pass:** Your travis encrypted pypi password. See note about copying keys above.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheochem%2Fcookiecutter-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheochem%2Fcookiecutter-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheochem%2Fcookiecutter-python/lists"}