feat: Update author name in pyproject.toml and enhance README with correct download badge

This commit is contained in:
Artem 2025-04-21 20:58:23 +02:00
parent 99c2031778
commit db0ace586f
No known key found for this signature in database
GPG key ID: 833485276B7902CE
2 changed files with 21 additions and 3 deletions

View file

@ -4,7 +4,7 @@
[![Forks](https://img.shields.io/github/forks/sm1ky/remnawave-api.svg?style=social)](https://github.com/sm1ky/remnawave-api/network/members)
[![Issues](https://img.shields.io/github/issues/sm1ky/remnawave-api.svg)](https://github.com/sm1ky/remnawave-api/issues)
[![Supported python versions](https://img.shields.io/pypi/pyversions/remnawave-api.svg)](https://pypi.python.org/pypi/remnawave-api)
[![Downloads](https://img.shields.io/pypi/dm/marzban.svg)](https://pypi.python.org/pypi/marzban)
[![Downloads](https://img.shields.io/pypi/dm/remnawave-api.svg)](https://pypi.python.org/pypi/remnawave-api)
[![PyPi Package Version](https://img.shields.io/pypi/v/remnawave-api)](https://pypi.python.org/pypi/remnawave-api)
[![Publish Python Package](https://github.com/sm1ky/remnawave-api/actions/workflows/upload.yml/badge.svg?branch=production)](https://github.com/sm1ky/remnawave-api/actions/workflows/upload.yml)
@ -27,7 +27,7 @@ pip install git+https://github.com/sm1ky/remnawave-api.git
```
## 🔎 View on pypi
[Open](https://pypi.python.org/pypi/remnawave-api)
---

View file

@ -3,7 +3,7 @@ name = "remnawave-api"
version = "1.0.1"
description = "A Python SDK for interacting with the Remnawave API."
authors = [
{name = "sm1ky",email = "sm1ky@forestsnet.com"}
{name = "Artem",email = "sm1ky@forestsnet.com"}
]
license = { text = "MIT" }
readme = "README.md"
@ -12,6 +12,24 @@ dependencies = [
"rapid-api-client (==0.6.0)",
"orjson (>=3.10.15,<4.0.0)",
]
keywords = ["remnawave", "api", "sdk", "proxy", "httpx", "async", "xray"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: AsyncIO",
]
[project.urls]
Homepage = "https://github.com/sm1ky/remnawave-api"
Documentation-EN = "https://github.com/sm1ky/remnawave-api/blob/production/README.md"
Developer = "https://t.me/forests_dev"
[tool.poetry.group.test.dependencies]
ruff = "^0.4.4"