Metadata-Version: 2.1
Name: easydubins
Version: 1.2.0
Summary: To generate dubin curves projection points.
Home-page: UNKNOWN
Author: Rishav
Author-email: xyz@gmail.com
License: GPL3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: importlib-resources

# easydubins

## Installation

You can install the easydubins from [PyPI](https://pypi.org/project/easydubins/):

    pip install easydubins

The easydubins is supported on Python 2.7, as well as Python 3.4 and above.

## How to use

To call the easydubins in your own Python code, by importing from the `easydubins` package:

    >>> from easydubins import dubin_path


