Metadata-Version: 2.1
Name: airport-manager
Version: 0.2.1
Summary: Airport Manager: One-stop shop for all airport management needs.
Home-page: https://github.com/itsjustshubh/airport_manager
Author: Shubh Thorat
Author-email: reapers-arras.0y@icloud.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: click
Requires-Dist: python-dotenv

# Airport Manager

Airport Manager is a comprehensive terminal-based client designed to meet all your airport management needs. It provides various functionalities such as retrieving API tokens, fetching airport coordinates, finding areas by coordinates, and more.

## Features

- **Get API Token**: Retrieve the API token for a given airport code.
- **Get Airport Coordinates**: Fetch the coordinates for a specified airport.
- **Find Area by Coordinates**: Identify the area within the airport for given coordinates.
- **Find Areas for Coordinates**: Find multiple areas based on a list of coordinates.

## Installation

You can install Airport Manager using pip:

```sh
pip install airport-manager
```
