Metadata-Version: 2.4
Name: tangram_history
Version: 0.4.1
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: Programming Language :: Rust
Classifier: Topic :: Database
Requires-Dist: tangram-core>=0.2.1
Summary: Historical data persistence plugin for tangram
Home-Page: https://mode-s.org/tangram/
Author-email: Abraham Cheung <abraham@ylcheung.com>
License-Expression: AGPL-3.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# tangram_history

The `tangram_history` plugin provides a generic framework for persisting and querying historical surveillance data within the `tangram` ecosystem. It is designed to work alongside other data ingestion plugins, such as `tangram_jet1090` and `tangram_ship162`, to store time-ordered trajectories of various entities.

## About Tangram

`tangram_history` 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-history tangram-core
# with pip
pip install tangram-core tangram-history
```

