Metadata-Version: 2.1
Name: vmodes
Version: 0.4.0
Summary: VModeS - vectorized decoding of Mode S and ADS-B data
Home-page: https://gitlab.com/sq1090/vmodes
Author: Artur Wroblewski
Author-email: wrobell@riseup.net
License: AGPLv3+
Project-URL: Source Code, https://gitlab.com/sq1090/vmodes
Project-URL: Bug tracker, https://gitlab.com/sq1090/vmodes/issues
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
License-File: COPYING
Requires-Dist: numpy>=2.0.0
Provides-Extra: tests
Requires-Dist: mypy==1.10.0; extra == "tests"
Requires-Dist: ruff; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-timeout; extra == "tests"
Requires-Dist: pytest-asyncio; extra == "tests"
Requires-Dist: types-pkg-resources; extra == "tests"
Requires-Dist: types-setuptools; extra == "tests"

VModeS is a library for vectorized decoding of Mode S and ADS-B data.

Install library with::

    pip install vmodes

Read API documentation::

    pydoc vmodes

This library is inspired by pyModeS project by Junzi Sun. Learn more about
Mode S and ADS-B with his book at

    https://mode-s.org/decode/

VModeS library is licensed under terms of AGPL license, version 3, see
COPYING file for details. As stated in the license, there is no warranty,
so any usage is on your own risk.
