Skip to content

Commit 0e8a647

Browse files
committed
Made README more pretty
1 parent d8cd088 commit 0e8a647

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/psqlpy?style=for-the-badge)](https://pypi.org/project/psqlpy/)
2+
[![PyPI](https://img.shields.io/pypi/v/psqlpy?style=for-the-badge)](https://pypi.org/project/psqlpy/)
3+
[![PyPI - Downloads](https://img.shields.io/pypi/dm/psqlpy?style=for-the-badge)](https://pypistats.org/packages/psqlpy)
4+
5+
16
# PSQLPy - Async PostgreSQL driver for Python written in Rust.
27

38
Driver for PostgreSQL written fully in Rust and exposed to Python.

pyproject.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,20 @@ classifiers = [
1818
"Topic :: Database",
1919
"Development Status :: 4 - Beta",
2020
"Programming Language :: Rust",
21+
"Programming Language :: Python",
2122
"Operating System :: MacOS",
2223
"Operating System :: Microsoft",
2324
"Operating System :: POSIX :: Linux",
2425
"Intended Audience :: Developers",
2526
"Topic :: Database :: Front-Ends",
27+
"Programming Language :: Python",
28+
"Programming Language :: Python :: 3",
29+
"Programming Language :: Python :: 3 :: Only",
30+
"Programming Language :: Python :: 3.8",
31+
"Programming Language :: Python :: 3.9",
32+
"Programming Language :: Python :: 3.10",
33+
"Programming Language :: Python :: 3.11",
34+
"Programming Language :: Python :: 3.12",
2635
]
2736
authors = [{ email = "[email protected]" }, { name = "Kiselev Aleksandr" }]
2837
maintainers = [{ name = "Kiselev Aleksandr", email = "[email protected]" }]
@@ -118,6 +127,3 @@ line-length = 79
118127
[tool.ruff.pydocstyle]
119128
convention = "pep257"
120129
ignore-decorators = ["typing.overload"]
121-
122-
# [tool.ruff.pylint]
123-
# allow-magic-value-types = ["int", "str", "float", "tuple"]

0 commit comments

Comments
 (0)