Metadata-Version: 1.2
Name: dronedirector
Version: 0.0.2
Summary: A simple Python package for simulating aerial drones
Home-page: https://github.com/avmarchenko/dronedirector
Author: Alex Marchenko
Author-email: alexvmarch@gmail.com
Maintainer-email: alexvmarch@gmail.com
License: Apache License Version 2.0
Download-URL: https://github.com/avmarchenko/dronedirector/archive/v0.0.2.tar.gz
Description: Drone Director
        ==============
        
        A simple Python package for simulating aerial drones. The package has an
        API for generating both static and dynamic objects that have altitude,
        latitude, and longitude attributes. Functions are available for
        calculating relative distances between objects. If the Confluent Kafka
        client is present (with a corresponding server running somewhere), this
        package provides an API for producing messages about the drones.
        
        |Build Status| |Build status| |Coverage Status|
        
        .. |Build Status| image:: https://travis-ci.org/avmarchenko/dronedirector.svg?branch=master
           :target: https://travis-ci.org/avmarchenko/dronedirector
        .. |Build status| image:: https://ci.appveyor.com/api/projects/status/w29k2lpt1ala7anm/branch/master?svg=true
           :target: https://ci.appveyor.com/project/avmarchenko/dronedirector/branch/master
        .. |Coverage Status| image:: https://coveralls.io/repos/github/avmarchenko/dronedirector/badge.svg?branch=master
           :target: https://coveralls.io/github/avmarchenko/dronedirector?branch=master
        
Platform: UNKNOWN
