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
Release files for aircraft-list 2.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aircraft_list-2.5.tar.gz | 83.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aircraft_list-2.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 170.2 kB
Release files / aircraft_list-2.5.tar.gz
| Download URL | aircraft_list-2.5.tar.gz |
|---|---|
| Size | 83.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c90fa5541076e040fba2d0f95c4c7349ba39eb1fc33e371d59e470308fc8325a
|
|
BLAKE2b-256 checksum How to use checksums |
525c21df40116e90d3b48fc88e037c30941919e2a00725916efee8a72d41cf5c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.5
|
Release files / aircraft_list-2.5-py3-none-any.whl
| Download URL | aircraft_list-2.5-py3-none-any.whl |
|---|---|
| Size | 86.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0bb6cd27f6ef7b9ebe038a3381844509ce799e6915c22622532fcdd5a2fb7d8d
|
|
BLAKE2b-256 checksum How to use checksums |
f87576cbf9ebd90d889a72ddc05aa1cdd29c3953810b7ea9d75b241a07531629
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.5
|