Metadata-Version: 1.1
Name: dubins
Version: 1.0.1
Summary: Code to generate and manipulate dubins curves
Home-page: http://github.com/AndrewWalker/pydubins
Author: Andrew Walker
Author-email: walker.ab@gmail.com
License: MIT
Description: # dubins
        
        Forked repo from https://github.com/AndrewWalker/pydubins. See parent repo for full documentation. This repo provides a fix for working with newer python versions (tested with Python 3.9, 3.10 and 3.11).
        
        ## Installing
        
        To install run the command
        `````bash
        pip install git+https://github.com/rdesc/pydubins.git
        `````
        
        To build manually, follow these steps:
        1. Clone - `git clone https://github.com/rdesc/pydubins`
        2. Build - `python setup.py build_ext --inplace`
        3. Install with pip - `pip install .`
        
        The cython generated *dubins.c* file may need to be deleted and regenerated with cython. See https://github.com/AndrewWalker/pydubins/issues/16 for additional discussion.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering :: Mathematics
