Metadata-Version: 2.4
Name: tangram_airports
Version: 0.3.0
Summary: Airport search widget plugin for tangram
Author-email: Xavier Olive <git@xoolive.org>
License-Expression: AGPL-3.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.10
Requires-Dist: tangram-core>=0.2.1
Description-Content-Type: text/markdown

# tangram_airports

The `tangram_airports` plugin adds a searchable airport database widget to the tangram frontend.

It allows users to quickly locate and center the map on airports using their name, IATA, or ICAO codes.

## About Tangram

`tangram_airports` is a plugin for `tangram`, an open framework for modular, real-time air traffic management research.

- Documentation: <https://mode-s.org/tangram/>
- Repository: <https://github.com/open-aviation/tangram>

Installation:

```sh
# cli via uv
uv tool install --with tangram-airports tangram-core
# with pip
pip install tangram-core tangram-airports
```
