Metadata-Version: 2.1
Name: driver-pcap-parser
Version: 0.1.0
Summary: Python PCAP file parser for FC drivers
Home-page: https://github.com/andrke/driver_pcap_parser
Author: Andres Kepler
Author-email: andres.kepler@fleetcomplete.com
License: MIT license
Keywords: driver_pcap_parser
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: scapy

==================
Driver PCAP parser
==================


.. image:: https://img.shields.io/pypi/v/driver_pcap_parser.svg
        :target: https://pypi.python.org/pypi/driver_pcap_parser

.. image:: https://img.shields.io/travis/andrke/driver_pcap_parser.svg
        :target: https://travis-ci.com/andrke/driver_pcap_parser

.. image:: https://readthedocs.org/projects/driver-pcap-parser/badge/?version=latest
        :target: https://driver-pcap-parser.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Python PCAP file parser for FC drivers


* Free software: MIT license
* Documentation: https://driver-pcap-parser.readthedocs.io.


Features
--------

* Parses PCAP file and detects TELTONIKA serial number

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2021-03-18)
------------------

* First release on PyPI.


