No project description provided
Project description
Arizona API Client
This is a Python client for the Arizona API, which provides information about various game servers.
Installation
To use this client, you'll need to have Python 3 installed on your system. You can install the required dependencies using pip:
pip install arizona-rp-api
pip install requests
Usage
Here's an example of how to use the ArizonaAPI class:
from main import ArizonaAPI
api = ArizonaAPI()
all_servers = api.get_all_servers()
print(all_servers)
arizona_servers = api.get_arizona_servers()
print(arizona_servers)
rodina_servers = api.get_rodina_servers()
print(rodina_servers)
arizonav_servers = api.get_arizonav_servers()
print(arizonav_servers)
village_servers = api.get_village_servers()
print(village_servers)
arizona_staging_servers = api.get_arizona_staging_servers()
print(arizona_staging_servers)
API
The ArizonaAPI class provides the following methods:
get_all_servers(): Returns a list of all servers.get_arizona_servers(): Returns a list of Arizona servers.get_rodina_servers(): Returns a list of Rodina servers.get_arizonav_servers(): Returns a list of ArizonaV servers.get_village_servers(): Returns a list of Village servers.get_arizona_staging_servers(): Returns a list of Arizona Staging servers.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arizona_api-0.0.1.tar.gz.
File metadata
- Download URL: arizona_api-0.0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f11701dba24bdad86c4fdac6a1bac9d1c8bc5f083c092a08c193b490c46b453
|
|
| MD5 |
dad051434e24bac55a30cae6be8c7b19
|
|
| BLAKE2b-256 |
c37e5db2260189f05728b2ee1eba93c9fbba3c4265d921c21cad91001adb3e75
|
File details
Details for the file arizona_api-0.0.1-py3-none-any.whl.
File metadata
- Download URL: arizona_api-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5788e45dafdeb72dfa7da047565951f20de7858f4d61b682812e3724867b7d10
|
|
| MD5 |
40bb62e311c2ed93a5041a12e12a3187
|
|
| BLAKE2b-256 |
fd9795d17409d03712b653864b11f0c951167bf23ac6eb463a790800c76b4555
|