This package contains a list of the Aircraft models and manufacturer as per DOC 8643 ICAO
Project description
aircraft_models
Documentation
Installation
Installation is easy using pip
and will install all required
libraries.
$ pip install aircraft-list
How to use aircraft_list
from aircraft_list import aircraft_models
aircrafts = aircraft_models()
It returns a list of dictionaries which can be addressed as follows:
for ac in aircrafts:
ac['manufacturer'] #it returns the aircraft manufacturer
ac['model'] #it returns the aircraft model
ac['icao'] #it returns the icao_code designator
ac['type'] #it returns the aircraft type
ac['engine'] #it returns the aircraft engine type
ac['engine_number'] #it returns the aircraft engine number
ac['wake'] #it returns the aircraft wake turbulence category
The list of dictionary is updated as per ICAO DOC 8643 - Aircraft Type Designator
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
aircraft_list-2.5.tar.gz
(83.9 kB
view details)
Built Distribution
File details
Details for the file aircraft_list-2.5.tar.gz
.
File metadata
- Download URL: aircraft_list-2.5.tar.gz
- Upload date:
- Size: 83.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c90fa5541076e040fba2d0f95c4c7349ba39eb1fc33e371d59e470308fc8325a |
|
MD5 | 9ef3f9d0198bc11f007762603e1fe6af |
|
BLAKE2b-256 | 525c21df40116e90d3b48fc88e037c30941919e2a00725916efee8a72d41cf5c |
File details
Details for the file aircraft_list-2.5-py3-none-any.whl
.
File metadata
- Download URL: aircraft_list-2.5-py3-none-any.whl
- Upload date:
- Size: 86.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bb6cd27f6ef7b9ebe038a3381844509ce799e6915c22622532fcdd5a2fb7d8d |
|
MD5 | 1734b7bbd0f8a85f7f2fb679348c2a94 |
|
BLAKE2b-256 | f87576cbf9ebd90d889a72ddc05aa1cdd29c3953810b7ea9d75b241a07531629 |