IVAO WhazzupAPI for Python
Project description
What is IVAO?
International Virtual Aviation Organisation (IVAO) is a non-profit association which operates a free-of-charge online flight-simulation network. Following free registration users can connect to the IVAO Network (IVAN) either as a virtual air traffic controller or as a virtual pilot and engage and interact with each other in a massively multiplayer environment utilising real-world aviation procedures, phraseology and techniques.
Library Syntax structre
ivao
├──raw
|
├──to_json
|
├──servers
|
├──voiceServers
|
├──clients
| ├──pilot
| | ├──raw
| | └──callsign
| ├──atc
| | ├──raw
| | ├──callsign
| | └──atis
| ├──observer
| | ├──raw
| | └──callsign
| └──followMe
|
└──connections
├──total
├──supervisor
├──atc
├──observer
├──pilot
└──worldTour
Usage/Examples
ATC Callsign Example
Return all callsign of ATC in IVAO
from ivao import ivao
print(ivao.clients.atc.callsign())
ATC ATIS
Return ATIS of ATC in IVAO
from ivao import ivao
print(ivao.clients.atc.atis(callsign="VTBD_TWR"))
Pilot Callsign Example
Return all callsign of Pilot in IVAO
from ivao import ivao
print(ivao.clients.pilot.callsign())
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
ivao-2.1.tar.gz
(3.2 kB
view details)
File details
Details for the file ivao-2.1.tar.gz
.
File metadata
- Download URL: ivao-2.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb11c9c58ad25f140175cc6cf40a439d3adc4a039109ef24b84341f4cd8fdbc5 |
|
MD5 | 50cb4e26489f22edf498e42e0a284f74 |
|
BLAKE2b-256 | 7e5bffd96178c170aa825d530c81c63796109d748394f89628697008dc075361 |