Socket
Socket
Sign inDemoInstall

aircraft-list

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aircraft-list

This package contains a list of the Aircraft models and manufacturer as per DOC 8643 ICAO


Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc