mirror of
https://github.com/remnawave/python-sdk.git
synced 2026-05-13 12:16:42 +00:00
feat: Update author name in pyproject.toml and enhance README with correct download badge
This commit is contained in:
parent
99c2031778
commit
db0ace586f
2 changed files with 21 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
[](https://github.com/sm1ky/remnawave-api/network/members)
|
||||
[](https://github.com/sm1ky/remnawave-api/issues)
|
||||
[](https://pypi.python.org/pypi/remnawave-api)
|
||||
[](https://pypi.python.org/pypi/marzban)
|
||||
[](https://pypi.python.org/pypi/remnawave-api)
|
||||
[](https://pypi.python.org/pypi/remnawave-api)
|
||||
[](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)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue