Metadata-Version: 2.1
Name: flightplandb
Version: 0.7.2
Summary: Python wrapper for the Flight Plan Database API
Author-email: PH-KDX <smtp.python.email.sender@gmail.com>
License: GPL v3
Project-URL: Homepage, https://github.com/PH-KDX/flightplandb-py/
Project-URL: Documentation, https://flightplandb-py.readthedocs.io/
Project-URL: Issue tracker, https://github.com/PH-KDX/flightplandb-py/issues
Project-URL: Changelog, https://github.com/PH-KDX/flightplandb-py/blob/main/CHANGELOG.rst
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Topic :: Games/Entertainment :: Simulation
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dateutil (~=2.8.2)
Requires-Dist: aiohttp (>=3.5.2) ; python_version < "3.11"
Requires-Dist: aiohttp (>=3.8.4) ; python_version >= "3.11"
Provides-Extra: docs
Requires-Dist: Sphinx (==6.1.3) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (==1.2.0) ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest (~=7.2.1) ; extra == 'test'
Requires-Dist: pytest-socket (~=0.6.0) ; extra == 'test'
Requires-Dist: pytest-asyncio (~=0.20.3) ; extra == 'test'

<p align="center">
    <img src="https://raw.githubusercontent.com/PH-KDX/flightplandb-py/main/artwork/png/240x240.png" alt="FlightPlanDB-py logo">
</p>

# FlightplanDB-py

## Project status
![Unittests and lint](https://github.com/PH-KDX/flightplandb-py/actions/workflows/test_and_lint.yml/badge.svg)
[![PyPi](https://img.shields.io/pypi/v/flightplandb.svg)](https://pypi.org/project/flightplandb/)
![Python](https://img.shields.io/pypi/pyversions/flightplandb.svg)

## Introduction
This is a Python 3 wrapper for the [Flight Plan Database API](https://flightplandatabase.com/dev/api). Flight Plan Database is a website for creating and sharing flight plans for use in flight simulation.

For more information on Flight Plan Database, see their excellent [About page](https://flightplandatabase.com/about).

## Documentation
The documentation for this library can be found on readthedocs.io [here](https://flightplandb-py.readthedocs.io/).

## Installation
The library can be installed from PyPi using `pip install flightplandb`;
the PyPi installation page link is [here](https://pypi.org/project/flightplandb/). For more details, see the Installation section of the documentation.

## Changelog
Before upgrading to a newer version, please read the appropriate changelog for your upgrade [here](https://github.com/PH-KDX/flightplandb-py/blob/main/CHANGELOG.rst).
