From 65504d7714a45404231dcade7e8a3d6fa74340fe Mon Sep 17 00:00:00 2001 From: "Edgar L. Carrillo" Date: Sat, 30 Nov 2024 22:58:29 -0800 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3397eac..2fbd298 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ StructPy is a Python-based command-line tool designed for academics and scientis --- +[![Python](https://img.shields.io/badge/python-3.8%2B-blue)](https://python.org) +[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE) +[![Last Commit](https://img.shields.io/github/last-commit/elcarrillo/StructPy)](https://github.com/elcarrillo/StructPy) +[![Open Issues](https://img.shields.io/github/issues/elcarrillo/StructPy)](https://github.com/elcarrillo/StructPy/issues) +[![Stars](https://img.shields.io/github/stars/elcarrillo/StructPy?style=social)](https://github.com/elcarrillo/StructPy/stargazers) +[![Code Quality](https://img.shields.io/codefactor/grade/github/elcarrillo/StructPy)](https://www.codefactor.io/repository/github/elcarrillo/StructPy) + + ## **Features** 1. **Create Project Directory Structures**: @@ -80,11 +88,12 @@ StructPy/ │ └── ... ├── .gitignore # Git ignore rules ├── LICENSE # License file +├── logo.png # package logo ├── README.md # Project documentation ├── requirements.txt # Project dependencies ├── pytest.ini # Pytest configuration ├── setup.py # Installation script -├── structpy_logo.png # Installation script +├── structpy_logo.png # Installation script ├── config.yaml # Main configuration file ├── CHANGELOG.md # changelog