Skip to content

Commit 0a80d71

Browse files
authored
Update README.md
1 parent d6ab9e5 commit 0a80d71

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
# Weather Data Analysis
1+
# Task Scheduling System
2+
23
![Python](https://img.shields.io/badge/python-3.13-blue)
34
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
45
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
56
[![Actions status](https://github.com/agredyaev/async-python-sprint-1/actions/workflows/app-testing.yml/badge.svg)](https://github.com/agredyaev/async-python-sprint-1/actions)
67
![Pydantic](https://img.shields.io/badge/Pydantic-red?logo=pydantic&logoColor=white)
78
[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://mit-license.org/)
89

9-
# Task Scheduling System
10-
1110
This project implements a flexible and efficient task scheduling system in Python. It's designed to handle various types of tasks, manage their execution, and provide a robust framework for complex task pipelines.
1211

1312
## Key Features

0 commit comments

Comments
 (0)