Metadata-Version: 1.2
Name: pyparrot
Version: 1.4.1
Summary: Python interface to control Parrot drones
Home-page: https://github.com/amymcgovern/pyparrot
Author: Amy McGovern
Author-email: dramymcgovern@gmail.com
License: UNKNOWN
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Description: # pyparrot
        Python interface for Parrot Drones
        
        pyparrot is designed to program Parrot Mambo and Parrot Bebop 2 drones using python.  This interface was developed to teach kids (K-12) STEM concepts (programming, math, and more) by having them program a drone to fly autonomously.  Anyone can use it who is interested in autonomous drone programming!   
        
        # Installation, Quick-start, Documenation, FAQs
        The GitHub [wiki page for pyparrot](https://github.com/amymcgovern/pyparrot/wiki) has extensive documentation on installing and using pyparrot.  
        
        # Planned updates/extensions
        
        This is a work in progress.  Planned extensions include:
        
        * **Mambo**
           * Caught up unless there are user requests for specific functions
           
        * **Bebop**
           * Navigation: The Bebop has a lot of additional navigation commands available.  These are on my agenda soon. For example, the relative move command seems quite useful.  
        
        # Major updates and releases:
        * 5/23/2018: Updated function (contributed) to download pictures from Mambo's downward facing camera. 
        * 3/25/2018: Added DroneVisionGUI which is a version of the vision that shows the video stream (for Bebop or Mambo) in real time.
        * 2/22/2018: Version 1.3.2.  Updated DroneVision to make the vision processing faster.  Interface changed to only have the user call open_vision and close_vision (and not start_video_buffering)
        * 2/10/2018: Version 1.3.1. Updated DroneVision to work on Windows.
        * 2/8/2018: Version 1.3. Vision is working for both the Mambo and Bebop in a general interface called DroneVision.  Major documenation updates as well.
        * 2/6/2018: Updated Mambo to add speed settings for tilt & vertical.  Needed for class.
        * 2/4/2018: Unofficial updates to add ffmpeg support to the vision (will make an official release with examples soon)
        * 12/09/2017: Version 1.2.  Mambo now gives estimated orientation using quaternions.  Bebop now streams vision, which is accessible via VLC or other video clients.  Coming soon: opencv hooks into the vision.  
        * 12/02/2017: Version 1.1.  Fixed sensors with multiple values for Mambo and Bebop.
        * 11/26/2017: Initial release, version 1.0.  Working wifi and BLE for Mambo, initial flight for Bebop.
        
        # Programming and using your drones responsibly
        
        It is your job to program and use your drones responsibly!  We are not responsible for any losses or damages of your drones or injuries.  Please fly safely and obey all laws.
        
        
Keywords: python parrot drone education programming
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers 
Classifier: Intended Audience :: Education
Classifier: Topic :: Education 
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3
