Metadata-Version: 2.1
Name: traffic-intersection
Version: 0.1.4
Summary: This is an example of the design-by-contract approach
Home-page: https://github.com/tungminhphan/traffic-intersection
Author: Tung M. Phan
Author-email: tung@caltech.com
License: BSD 3-Clause
Description: # traffic-intersection
        ## Authors and Contributors
        Tung M. Phan <br />
        California Institute of Technology <br />
        ## Description
        This project involves the design and implementation of an autonomous traffic intersection system that can be extended to other road sections.
        ## Requirements
        Python 3.x <br />
        Packages: see **requirements.txt** <br />
        ## Instructions
        1. Install all required packages
        2. Modify parameters if desired
        3. Run **main.py**
        ## Installation (optional)
        1. Install with `pip3 install traffic-intersection`
        2. Create a new **.py** file and enter
        ```python
        import traffic_intersection.main
        ```
        3. Run the **.py** file
        ## License
        
        This is free software released under the terms of `the BSD 3-Clause License
        (http://opensource.org/licenses/BSD-3-Clause).  There is no warranty; not even
        for merchantability or fitness for a particular purpose.  Consult LICENSE for
        copying conditions. <br />
        
        When code is modified or re-distributed, the LICENSE file should accompany the code or any subset of
        it, however small.
        As an alternative, the LICENSE text can be copied within files, if so desired. <br />
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
