{"id":21045065,"url":"https://github.com/quansight/cookiecutter-basic-conda","last_synced_at":"2025-06-20T20:36:33.079Z","repository":{"id":98605259,"uuid":"362854720","full_name":"Quansight/cookiecutter-basic-conda","owner":"Quansight","description":"Cookiecutter for creating a basic conda package","archived":false,"fork":false,"pushed_at":"2021-04-29T15:11:54.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":39,"default_branch":"main","last_synced_at":"2025-06-19T00:40:51.011Z","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-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quansight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-04-29T14:59:11.000Z","updated_at":"2021-05-03T06:21:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6132d0b-0f11-4bcb-9dff-b7eecee31f98","html_url":"https://github.com/Quansight/cookiecutter-basic-conda","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Quansight/cookiecutter-basic-conda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quansight%2Fcookiecutter-basic-conda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quansight%2Fcookiecutter-basic-conda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quansight%2Fcookiecutter-basic-conda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quansight%2Fcookiecutter-basic-conda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quansight","download_url":"https://codeload.github.com/Quansight/cookiecutter-basic-conda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quansight%2Fcookiecutter-basic-conda/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261013200,"owners_count":23097000,"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-19T14:19:47.816Z","updated_at":"2025-06-20T20:36:28.061Z","avatar_url":"https://github.com/Quansight.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic Conda Package Cookiecutter\nA cookiecutter to generate a very basic conda package including framework for cli, a conda recipe, and auto-release using rever. \n\n## Quickstart\nInstall the latest Cookiecutter if you haven't installed it yet (this requires Cookiecutter 1.4.0 or higher):\n\n```\npip install -U cookiecutter\n```\n\nGenerate a Python package project:\n\n```\ncookiecutter https://github.com/Quansight/cookiecutter-basic-conda.git\n```\n\n## Features\n* Testing setup\n* Release automation with [rever](https://regro.github.io/rever-docs/)\n* Conda recipe structure setup\n* Command line interface using Click (optional)\n\n## Directory structure\nThis cookiecutter package generates the following directory structure:  \n\n```\n├── .gitignore          \u003c- file types for git to ignore\n├── CHANGELOG.rst       \u003c- changelog for release, auto-filled by rever\n├── LICENSE             \u003c- license file\n├── README.md           \u003c- top-level README for developers using this project.\n├── rever.xsh           \u003c- rever config\n├── setup.cfg           \u003c- setup config\n├── setup.py            \u003c- makes this project pip installable with `pip install -e`\n│\n├── conda.recipe\n│   └── meta.yaml       \u003c- environment requirements for the conda recipe\n│\n├── news\n│   └── TEMPLATE.rst    \u003c- template for the changelog to be autofilled by rever\n│\n├── package_name\n│   ├── __init__.py     \u003c- makes package_name a Python module\n│   ├── __main__.py     \u003c- framework for cli\n│   └── cli.py          \u003c- framework for cli\n│\n└── tests\n    ├── __init__.py     \u003c- makes tests a Python module\n    └── test_cli.py     \u003c- basic cli test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquansight%2Fcookiecutter-basic-conda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquansight%2Fcookiecutter-basic-conda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquansight%2Fcookiecutter-basic-conda/lists"}