Skip to content

πŸͺ cookie-dohΒΆ

main Checked with pyright Ruff License: MIT

Cookie-doh is a repository template for creating single Python package projects that include pre-configured development tools.

πŸ€·β€β™€οΈ Why should I care?ΒΆ

  • 🌱 Improve your development workflow, validity and readability of code for individual & collaborative projects!

  • πŸ“œ Uses poetry for dependency management, virtual environments and packaging, i.e., code is readily importable!

  • 🍹 Takes less than a minute to create a fully pre-configured project!

πŸ”— Short-link: https://aka.ms/cookie-doh

⭐ Star this repo to show your support!


This template uses copier to create new repositories. If you don't have copier, follow the installation instructions.

Then, simply type

copier copy gh:microsoft/cookie-doh <new-repo-folder>
and answer the questions to create your new project.

Minimum required system dependencies are python >= 3.10 and poetry.

πŸ“” DocumentationΒΆ

Visit the documentation:

https://microsoft.github.io/cookie-doh/

πŸ‘‰ Go to new project to get started!

πŸ‘Ύ CodespacesΒΆ

We provide a configured devcontainer for you to use in your new project and/or cookie-doh itself. You can create a container image with all the necessary dependencies, and use it for remote development in a remote node with GitHub Codespaces or DevPod.

πŸ‘‰ Click below to clone or fork this repository automatically and start developing:

Open in GitHub Codespaces

Open in DevPod!

βš™ DevcontainerΒΆ

Alternatively, you can build a local container directly and use it in VSCode and/or PyCharm without developing in a remote node or setting up a local environment.

Learn about Devcontainers. Requires Docker installed on your local machine.

πŸ‘‰ Follow instructions for VSCode and/or PyCharm.

πŸ’» Local developmentΒΆ

The only required system dependencies are python >= 3.10 and poetry. However, we recommend installing some extra dependencies to improve the development experience.

πŸ‘‰ Follow instructions to set up your local environment.

πŸ›  Development tools:ΒΆ

Cookie-doh uses and generates projects with the following tools to help the development experience:

  • Poetry for dependency management, virtual environments and packaging, i.e., makes your code readily importable!
  • ruff for formatting and linting: helps you write clean and uniform code for better consistency (and it's fast!).
  • pytest for testing: ensures your code is working as expected!
  • pyright for static annotations: helps identify simple errors, but more importantly, makes your code more readable!
  • codespell for spell checking: pinpoints spelling errors across code and documents.
  • CI workflows: automates validation when you submit a PR or merge to main branch.

Optional tools (when you create a new project):

β›° ContributingΒΆ

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

βš– TrademarksΒΆ

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.