Metadata-Version: 2.1
Name: deepdrive-api
Version: 3.0.20190405035157
Summary: Deepdrive API used to run agents over the network
Home-page: http://github.com/deepdrive/deepdrive-api
Author: Deepdrive
Author-email: craig@deepdrive.io
License: MIT
Description: Deepdrive API
        =============
        
        Python implementation of Deepdrive API used to run agents within the [Deepdrive sim](https://github.com/deepdrive/deepdrive-sim) over the network.
        
        The Deepdrive sim server accepts messages over ZMQ serialized with Apache Arrow, allowing agents to be written in any language that also supports these libs.
        
        To install the package, run: `pip3 install deepdrive-api`
        
        
        ## Legal
        
        Copyright &copy; 2019, [Deepdrive](https://deepdrive.io/). Licensed under the MIT License, see the file [LICENSE](https://github.com/deepdrive/deepdrive-ci/blob/master/LICENSE) for details.
        
Keywords: deepdrive api
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Environment :: Console
Requires-Python: >=3.5
Description-Content-Type: text/markdown
