Metadata-Version: 2.1
Name: sensor-library-justgo13
Version: 0.0.2
Summary: Library for radar parser code
Home-page: https://github.com/Justgo13/sensor_library
Author: Jason Gao
Author-email: jgao2299@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

Sensors project read me
=======================
Installation : 
1. Open command prompt
2. Enter  *pip install -U sensor_library*

Testing code:
Run *test_lib.py* to test parser files

Sphinx Documentation
--------------------
[Learn sphinx documentation syntax](https://pythonhosted.org/an_example_pypi_project/sphinx.html)

Initialize project: *sphinx-quickstart* in **cmd** 

Document editor:  [Download Vim](https://www.vim.org/download.php#pc)

Build html page: *make html* using **cmd**

