-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md.jinja
More file actions
52 lines (31 loc) · 1.81 KB
/
README.md.jinja
File metadata and controls
52 lines (31 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# README {{project_name}}
## Table of Contents
1. [Introduction](#introduction)
2. [Features](#features)
3. [Installation](#installation)
4. [Usage](#usage)
5. [Contributing](#contributing)
6. [License](#license)
7. [Contact](#contact)
## Introduction
This template is designed to streamline the creation of Python projects by leveraging the [Copier](https://copier.readthedocs.io/) project. Copier is a powerful tool for generating project scaffolding, allowing you to create consistent and customizable project structures with ease. By using this template, you can quickly set up a new Python project with predefined configurations and best practices, saving time and ensuring a solid foundation for your development work.
[](https://github.com/copier-org/copier)
## Features
TODO: List your key features and functionalities of the project.
## Installation
> [!Important]
> It is better to use `python -m pip {command} {parameters}` than `pip`.
> It is also good praxis to use a virtual environment for your project.
TODO: Explain how to install and set up the project locally.
## Usage
> [!Note] Template
> If you want to use this template for your project see [])(README_template.md)
TODO: Provide examples or instructions on how to use the project.
## Contributing
- `poetry run mkdocs serve`
- `poetry run mkdocs build`
TODO: Outline how others can contribute to the project.
## License
TODO: Specify the license under which the project is distributed.
## Contact
For any questions or feedback, please use the issues section on [GitHub](https://github.com/) or [GitLab](https://gitlab.com/) to contact the development team. We will respond as soon as possible.