Metadata-Version: 1.1
Name: blackvue-gps
Version: 2018.7.15
Summary: Parse GPS records created by BlackVue Dashcams.
Home-page: https://github.com/bartbroere/blackvue-gps/
Author: Bart Broere
Author-email: maiil@bartbroere.eu
License: MIT License
Description: # blackvue_gps
        Get GPS records out of BlackVue video. Currently outputs CSV files, with 
        support for more formats added later.
        
        Get it:
        ``pip install blackvue_gps``
        
        ```
        Usage:
          blackvue_gps --to-csv <filename>
        ```
Keywords: blackvue gps dashcam nmea parse parser
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
