Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
README.md 1.60 KiB

Cookiecutter for Python projects

Managing the initial setup and boilerplate code for Python Package projects can be a repetitive and time-consuming task. To streamline this process, we've created a Cookiecutter template that automates the creation of such projects. This template is designed to save you time and effort, allowing you to focus on building the core functionality of your project.

Getting Started

To get started with our Cookiecutter template, follow these simple steps:

1. Install Cookiecutter

Before you can use our template, ensure you have Cookiecutter installed. You can install it using the following command:

pip install cookiecutter

2. Use the Cookiecutter Template

Navigate to the directory where you intend to create your new project and run the following command:

cookiecutter https://lab.frogg.it/swepy/cookiecutter/python-package.git