Metadata-Version: 2.3
Name: fr24
Version: 0.1.4
Summary: Parse gRPC and JSON data from flightradar24
Project-URL: Repository, https://github.com/cathaypacific8747/fr24.git
Project-URL: Documentation, https://cathaypacific8747.github.io/fr24/
Project-URL: Issues, https://github.com/cathaypacific8747/fr24/issues
Author-email: Abraham Cheung <abraham@ylcheung.com>, Xavier Olive <git@xoolive.org>
License: MIT License
        
        Copyright (c) 2023 Abraham Cheung
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: appdirs>=1.4.4
Requires-Dist: httpx[brotli,http2]>=0.27.2
Requires-Dist: loguru>=0.7.2
Requires-Dist: pandas>=2.2.3
Requires-Dist: protobuf==5.28.*
Requires-Dist: pyarrow>=18.0.0
Requires-Dist: textual>=0.85.2
Requires-Dist: typer>=0.12.5
Description-Content-Type: text/markdown

# fr24

fr24 is a library for downloading data from [Flightradar24](https://flightradar24.com) using [gRPC](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md) and JSON.

It supports querying live feed snapshots/playback, trajectory history and other miscellaneous metadata.

Please see the [documentation](https://cathaypacific8747.github.io/fr24/) for detailed usage guides. 

## Installation

For the latest stable version:

```sh
pip install fr24
```

For a development version, clone the repository and run in the directory:

```sh
uv sync
```

## License

> [!IMPORTANT]  
> Code has been developed for educational purposes ONLY. Do not abuse it.

```json
{
  "copyright": "Copyright (c) 2014-2023 Flightradar24 AB. All rights reserved.",
  "legalNotice": "The contents of this file and all derived data are the property of Flightradar24 AB for use exclusively by its products and applications. Using, modifying or redistributing the data without the prior written permission of Flightradar24 AB is not allowed and may result in prosecutions."
}
```