Skip to content

Commit 2e14eb5

Browse files
📝 Docs(README): Add python versions and coverage badges
1 parent 7009520 commit 2e14eb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## Overview
22
This project is an authentication Command Line Interface (CLI) application built using SQLAlchemy to abstract the database operations and PostgreSQL as the underlying database management system. It utilizes Alembic for database migration management and follows the Model-View-Controller (MVC) architectural pattern for structuring the codebase.
33

4+
[![Coverage Status](https://img.shields.io/badge/coverage-100%25-brightgreen)](COVERAGE_URL)
5+
[![Python 3.12](https://img.shields.io/badge/python-3.12-blue)](https://www.python.org/downloads/release/python-312/)
6+
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue)](https://www.python.org/downloads/release/python-311/)
7+
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue)](https://www.python.org/downloads/release/python-310/)
8+
49
## Installation Guide
510

611
### Prerequisites

0 commit comments

Comments
 (0)