From 2e245848438f60c6d7ca753fa67cf7626556b061 Mon Sep 17 00:00:00 2001 From: DataHearth Date: Wed, 7 Dec 2022 22:40:07 +0000 Subject: [PATCH] chore: add badges --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4ac4f3..f78aec4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # pynit -`pynit` speed up the process of creating a new python project. It can initialise the project with `git`, +[![License](https://img.shields.io/crates/l/pynit)](https://gitea.antoine-langlois.net/DataHearth/pynit/src/branch/main/LICENSE) +[![Build Status](https://drone.antoine-langlois.net/api/badges/DataHearth/pynit/status.svg?ref=refs/heads/main)](https://drone.antoine-langlois.net/DataHearth/pynit) +[![Build Status](https://img.shields.io/crates/v/pynit)](https://crates.io/crates/pynit) + +--- + +`pynit` speeds up the process of creating a new python project. It can initialise the project with `git`, a virtual environment (using the `venv` module) and creating a [basic folder structure](https://setuptools.pypa.io/en/latest/userguide/package_discovery.html) if wanted. ## Usage