Metadata-Version: 2.1
Name: cloud-tasks-deferred
Version: 0.1.0
Summary: A deferred library for Google Cloud Tasks
Home-page: https://github.com/grktsh/python-cloud-tasks-deferred
License: UNKNOWN
Description: cloud-tasks-deferred
        ====================
        
        .. image:: https://img.shields.io/pypi/v/cloud-tasks-deferred.svg
           :alt: PyPI
           :target: https://pypi.org/project/cloud-tasks-deferred
        
        .. image:: https://img.shields.io/travis/grktsh/python-cloud-tasks-deferred/master.svg
           :alt: Travis
           :target: https://travis-ci.org/grktsh/python-cloud-tasks-deferred
        
        .. image:: https://img.shields.io/codecov/c/github/grktsh/python-cloud-tasks-deferred/master.svg
           :alt: Codecov
           :target: https://codecov.io/gh/grktsh/python-cloud-tasks-deferred
        
        A deferred library for Google Cloud Tasks.
        
        Prerequisites
        -------------
        
        - Environment variable ``QUEUE_LOCATION`` in which Cloud Tasks service runs
        
        Unavailable options
        -------------------
        
        - ``_transactional``: Transactional tasks are unavailable in Cloud Tasks
        - ``_retry_options``: Retry options for tasks are unavailable in Cloud Tasks
        
        Unimplemented features
        ----------------------
        
        - Support for tasks larger than 10 KB
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: test
