{ "info": { "author": "Pat Carolan", "author_email": "patrick.carolan@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3.5" ], "description": "Cycles: A data processing framework\n===================================\n\n.. image:: https://travis-ci.org/pcarolan/cycles.svg?branch=master\n :target: https://travis-ci.org/pcarolan/cycles\n\n\n\nSpin it up.\n\nFeatures\n--------\n\n* Queue\n* Logging\n\nUsing cycles\n------------\n\nGetting started:\n\n.. code-block:: bash\n\n $ pip install cycles\n\n.. code-block:: python\n\n from cycles import Hub\n\n hub = Hub()\n\n hub.log('Cycle complete.')\n\n\n.. :changelog:\n\nRelease History\n---------------\n\n0.1.0 (2016-12-26)\n++++++++++++++++++\n\n* Inception", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pcarolan/cycles", "keywords": "data etl processing", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "cycles", "package_url": "https://pypi.org/project/cycles/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cycles/", "project_urls": { "Homepage": "https://github.com/pcarolan/cycles" }, "release_url": "https://pypi.org/project/cycles/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A data processing framework.", "version": "0.1.0" }, "last_serial": 2539941, "releases": { "0.1.0": [] }, "urls": [] }