Metadata-Version: 2.0
Name: adsb
Version: 0.0.1
Summary: ADS-B tools for Python
Home-page: https://github.com/claws/adsb
Author: Chris Laws
Author-email: clawsicus@gmail.com
License: MIT license
Keywords: adsb
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: quart

adsb
####

ADS-B tools for Python

The adsb package currently provides tools for working with ADSB messages
produced by software that provides BaseStation-like output, such as
`dump1090 <https://github.com/mutability/dump1090>`_.

This project is very early in development.

Quickstart
==========

adsb is available on PyPI and can be installed with `pip <https://pip.pypa.io>`_.

.. code-block:: console

    $ pip install adsb

After installing adsb you can use it like any other Python module.

Here is a simple example:

.. code-block:: python

    import adsb
    # Fill this section in with the common use-case.

The `API Reference <http://adsb.readthedocs.io>`_ provides API-level documentation.


.. _change-log-label:

Change Log
==========

Version History
---------------

0.0.1
    * Project created.


