Skip to content

Commit 53227a6

Browse files
committed
release
1 parent 555fd76 commit 53227a6

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Async utilities for backend python services developed by [Quantmind](https://qua
44

55
[![PyPI version](https://badge.fury.io/py/aio-fluid.svg)](https://badge.fury.io/py/aio-fluid)
66
[![Python versions](https://img.shields.io/pypi/pyversions/aio-fluid.svg)](https://pypi.org/project/aio-fluid)
7-
[![Python downloads](https://img.shields.io/pypi/dd/aio-fluid.svg)](https://pypi.org/project/aio-fluid)
7+
[![Python downloads](https://img.shields.io/pypi/dm/aio-fluid.svg)](https://pypi.org/project/aio-fluid)
88
[![build](https://github.com/quantmind/fluid/workflows/build/badge.svg)](https://github.com/quantmind/aio-fluid/actions?query=workflow%3Abuild)
99
[![codecov](https://codecov.io/gh/quantmind/aio-fluid/graph/badge.svg?token=81oWUoyEVp)](https://codecov.io/gh/quantmind/aio-fluid)
1010

pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ authors = [ { name = "Luca Sbardella", email = "luca@quantmind.com" } ]
66
license = "BSD-3-Clause"
77
readme = "readme.md"
88
requires-python = ">=3.11,<4.0"
9+
keywords = [
10+
"async",
11+
"asyncio",
12+
"task-scheduler",
13+
"task-queue",
14+
"workers",
15+
]
16+
classifiers = [
17+
"Development Status :: 5 - Production/Stable",
18+
"Framework :: AsyncIO",
19+
"Intended Audience :: Developers",
20+
"Operating System :: OS Independent",
21+
"Programming Language :: Python :: 3",
22+
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
26+
]
927
dependencies = [
1028
"inflection >= 0.5.1",
1129
"redis[hiredis] >= 7.4.0",
@@ -17,6 +35,7 @@ dependencies = [
1735
]
1836

1937
[project.urls]
38+
"Documentation" = "https://fluid.quantmind.com/"
2039
"Repository" = "https://github.com/quantmind/aio-fluid"
2140
"Issues" = "https://github.com/quantmind/aio-fluid/issues"
2241

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Async utilities for backend python services developed by [Quantmind](https://qua
44

55
[![PyPI version](https://badge.fury.io/py/aio-fluid.svg)](https://badge.fury.io/py/aio-fluid)
66
[![Python versions](https://img.shields.io/pypi/pyversions/aio-fluid.svg)](https://pypi.org/project/aio-fluid)
7-
[![Python downloads](https://img.shields.io/pypi/dd/aio-fluid.svg)](https://pypi.org/project/aio-fluid)
7+
[![Python downloads](https://img.shields.io/pypi/dm/aio-fluid.svg)](https://pypi.org/project/aio-fluid)
88
[![build](https://github.com/quantmind/fluid/workflows/build/badge.svg)](https://github.com/quantmind/aio-fluid/actions?query=workflow%3Abuild)
99
[![codecov](https://codecov.io/gh/quantmind/aio-fluid/graph/badge.svg?token=81oWUoyEVp)](https://codecov.io/gh/quantmind/aio-fluid)
1010

0 commit comments

Comments
 (0)