-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
127 lines (122 loc) · 3.2 KB
/
setup.cfg
File metadata and controls
127 lines (122 loc) · 3.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
[metadata]
name = qBitrr2
version = 5.11.1
description = Intelligent automation for qBittorrent and *Arr apps (Radarr/Sonarr/Lidarr) - health monitoring, instant imports, quality upgrades, request integration
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Feramance/qBitrr
author = Feramance
author_email = fera@fera.wtf
license = MIT
license_files =
LICENSE
keywords =
qbittorrent
radarr
sonarr
lidarr
arr
automation
torrent
media
plex
jellyfin
overseerr
ombi
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Communications
Topic :: Internet
Topic :: Multimedia :: Video
Topic :: System :: Monitoring
Topic :: Terminals
Topic :: Utilities
Typing :: Typed
description_file = README.md
project_urls =
Homepage = https://github.com/Feramance/qBitrr
Documentation = https://feramance.github.io/qBitrr/
Issue Tracker = https://github.com/Feramance/qBitrr/issues
Source Code = https://github.com/Feramance/qBitrr
Changelog = https://github.com/Feramance/qBitrr/blob/master/CHANGELOG.md
Docker Hub = https://hub.docker.com/r/feramance/qbitrr
PyPI = https://pypi.org/project/qBitrr2/
Systemd Guide = https://feramance.github.io/qBitrr/getting-started/installation/systemd/
[options]
packages = find_namespace:
install_requires =
cachetools>=5.0
colorama>=0.4
coloredlogs>=15.0
flask>=3.1.3
environ-config>=23.1
ffmpeg-python>=0.2
jaraco.docker>=2.0
packaging>=23.0
pathos>=0.3
peewee>=3.17
ping3>=4.0
pyarr>=5.2,<7
qbittorrent-api>=2024.2
requests>=2.33.0
tomlkit>=0.12
waitress>=3.0
werkzeug>=3.1.6
croniter>=2.0
certifi>=2024.2
bcrypt>=4.0
authlib>=1.3
python_requires = >=3.11,<4
include_package_data = True
[options.packages.find]
include =
qBitrr
[options.package_data]
qBitrr =
static/*.*
static/*/*.*
openapi.json
[options.entry_points]
console_scripts =
qbitrr=qBitrr.main:run
[options.extras_require]
dev =
black==26.1.0
bump2version==1.0.1
isort==7.0.0
pip-tools==7.5.3
pre-commit==4.5.1
pyinstaller==6.19.0
pyupgrade==3.21.2
twine==6.2.0
ujson==5.12.0
upgrade-pip==0.1.4
fast =
ujson==5.12.0
docs =
mkdocs>=1.5.3
mkdocs-material>=9.5.0
mkdocs-material-extensions>=1.3.0
mkdocs-git-revision-date-localized-plugin>=1.2.0
mkdocs-minify-plugin>=0.7.0
mkdocs-redirects>=1.2.0
mkdocs-include-markdown-plugin>=6.0.0
pymdown-extensions>=10.0.0
markdown-include>=0.8.0
all =
%(dev)s
%(fast)s
%(docs)s