Skip to content

calebyhan/AirLabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Portfolio: https://github.com/calebyhan/CalebHan

PyPI version Documentation Status

airlabs

Python wrapper for AirLabs.

Installation


Use the package manager pip to install airlabs.

pip install airlabs

Usage


import airlabs

# Gets airline information about American Airlines
airlabs.airlines(iata_code="AA")

# Gets information about real-time flights
airlabs.flights()

Documentation


Documentation found in https://airlabs.readthedocs.io/en/latest/.

Contributing


Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License


MIT