Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

aircraft_list-2.5-py3-none-any.whl (86.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page