Metadata-Version: 2.1
Name: flightplandb
Version: 0.7.0
Summary: Python wrapper for the Flight Plan Database API
Home-page: https://github.com/PH-KDX/flightplandb-py/
Author: PH-KDX
Project-URL: Documentation, https://flightplandb-py.readthedocs.io/
Project-URL: Issue tracker, https://github.com/PH-KDX/flightplandb-py/issues
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: 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.0
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

<p align="center">
    <img src="https://raw.githubusercontent.com/PH-KDX/flightplandb-py/feature/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://flightplandb-py.readthedocs.io/en/stable/user/changelog.html).
