Metadata-Version: 2.0
Name: task-queue
Version: 0.5.0
Summary: Multithreaded Google Task Queue client.
Home-page: https://github.com/seung-lab/python-task-queue/
Author: Ignacio Tartavull, William Silversmith, and others
Author-email: ws9@princeton.edu
License: BSD
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
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: Topic :: Utilities
Requires-Dist: cloud-volume (>=0.20.2)
Requires-Dist: google-api-python-client
Requires-Dist: google-cloud (>=0.32)
Requires-Dist: google-auth-httplib2 (==0.0.2)
Requires-Dist: numpy (>=1.13.1)
Requires-Dist: pytest (>=3.3.1)
Requires-Dist: pbr
Requires-Dist: tqdm
Requires-Dist: requests (<3,>2)

# python-task-queue
Python TaskQueue object that can rapidly populate and download from queues that conform to Google's Task Queue API

# Installation

`pip install taskqueue`



