File: control

package info (click to toggle)
fivem-api 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: python: 112; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,349 bytes parent folder | download
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
Source: fivem-api
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.1
Homepage: https://github.com/Sander0542/fivem-api
Vcs-Browser: https://salsa.debian.org/python-team/packages/fivem-api
Vcs-Git: https://salsa.debian.org/python-team/packages/fivem-api.git

Package: python3-fivem-api
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library for querying server info from FiveM, a multiplayer platform for GTA V
 This library enables interaction with FiveM servers—platforms that extend
 Grand Theft Auto V by Rockstar Games with the ability to play online with
 custom modifications. The library allows for efficient querying of server
 details, including the current list of active players, maximum player
 capacities, and resources loaded on the server. Utilizing asynchronous HTTP
 requests through aiohttp, it provides a robust toolset for integrating
 real-time FiveM server data into applications or for monitoring server status.
 Ideal for community tools, game server dashboards, or enhancing gaming
 experiences with external data access.