Metadata-Version: 1.1
Name: apium
Version: 0.0.5
Summary: A simple remote task queue, with no dependencies.
Home-page: https://github.com/cryporchild/apium
Author: Christian Boelsen
Author-email: christianboelsen+github@gmail.com
License: LGPLv3
Description: Apium
        ============
        
        .. image:: https://img.shields.io/travis/cryporchild/apium/master.png
            :alt: Build status
            :target: https://travis-ci.org/cryporchild/apium/
        
        .. image:: https://codecov.io/github/cryporchild/apium/master.svg
            :alt: Code coverage
            :target: https://codecov.io/github/cryporchild/apium?branch=master
        
        .. image:: https://img.shields.io/pypi/l/apium.svg
            :alt: LGPLv3+ license
            :target: https://opensource.org/licenses/lgpl-3.0.html
        
        .. image:: https://img.shields.io/pypi/wheel/apium.svg
            :alt: Celery can be installed via wheel
            :target: http://pypi.python.org/pypi/apium/
        
        .. image:: https://img.shields.io/pypi/pyversions/apium.svg
            :alt: Supported Python versions.
            :target: http://pypi.python.org/pypi/apium/
        
        .. image:: https://img.shields.io/pypi/v/apium.png
            :alt: Pypi link
            :target: https://pypi.python.org/pypi/apium/
        
        .. image:: https://img.shields.io/pypi/status/apium.svg
            :alt: Project status
            :target: https://pypi.python.org/pypi/apium/
        
        
Keywords: celery
task
queue
job
async
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
