{ "info": { "author": "Zenix Huang", "author_email": "zenixls2@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Web Environment", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: System :: Monitoring" ], "description": "Luigi is a Python (2.7, 3.3, 3.4, 3.5) package that helps you build complex\npipelines of batch jobs. It handles dependency resolution, workflow management,\nvisualization, handling failures, command line integration, and much more.\n\n\nCurrent Luigi has some issues in s3 file iteration in production. When the file\nis too large, Amazon s3 would tend to disconnect first. Any application should\nsupport retry based on current status to aquire the whole part. This project add\nthis part for luigi s3 file iteration feature.\n\nGetting Started\n---------------\n\nRun ``pip install luigi_monkey_patch`` to install the latest stable version from `Pypi `_. Documentation and any issues are hosted `here `__.\n\nModified Functions\n------------------\n* ``luigi.s3.ReadableS3File.close``\n* ``luigi.s3.ReadableS3File.__iter__``\n\nAuthors\n-------\n\nLuigi was built at `Spotify `_.\nThis patch is done by `Zenix Huang `_.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zenixls2/luigi_monky_patch", "keywords": "patch luigi s3", "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "luigi-monkey-patch", "package_url": "https://pypi.org/project/luigi-monkey-patch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/luigi-monkey-patch/", "project_urls": { "Homepage": "https://github.com/zenixls2/luigi_monky_patch" }, "release_url": "https://pypi.org/project/luigi-monkey-patch/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "luigi monkey patch for large s3 file iteration", "version": "0.0.1" }, "last_serial": 2568983, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "fa8bb6384dbf9d96a0682fcfcadfaac8", "sha256": "11a02cbfe5da836e1616c1c1aa54f6b18f7d87dc00f2a43f0dcc14ae7a7a6e68" }, "downloads": -1, "filename": "luigi_monkey_patch-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "fa8bb6384dbf9d96a0682fcfcadfaac8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4584, "upload_time": "2017-01-12T07:18:46", "url": "https://files.pythonhosted.org/packages/ea/39/2da8ef86c93666d3d21cf8862ba10d3739bfd9d904e16b505b3e45b3cf8f/luigi_monkey_patch-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b2ee25e16a89b03b2f1a38b933b99440", "sha256": "705c77cc8b7b4281916a3c73bda67c414dc32c4fad0a2f7cb94aa30ea356e255" }, "downloads": -1, "filename": "luigi_monkey_patch-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b2ee25e16a89b03b2f1a38b933b99440", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6619, "upload_time": "2017-01-12T07:18:44", "url": "https://files.pythonhosted.org/packages/a6/06/cd4ac1c16974268035b151dc1dec7f31c801cca0f5bd158f228d3bc527b7/luigi_monkey_patch-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fa8bb6384dbf9d96a0682fcfcadfaac8", "sha256": "11a02cbfe5da836e1616c1c1aa54f6b18f7d87dc00f2a43f0dcc14ae7a7a6e68" }, "downloads": -1, "filename": "luigi_monkey_patch-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "fa8bb6384dbf9d96a0682fcfcadfaac8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4584, "upload_time": "2017-01-12T07:18:46", "url": "https://files.pythonhosted.org/packages/ea/39/2da8ef86c93666d3d21cf8862ba10d3739bfd9d904e16b505b3e45b3cf8f/luigi_monkey_patch-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b2ee25e16a89b03b2f1a38b933b99440", "sha256": "705c77cc8b7b4281916a3c73bda67c414dc32c4fad0a2f7cb94aa30ea356e255" }, "downloads": -1, "filename": "luigi_monkey_patch-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b2ee25e16a89b03b2f1a38b933b99440", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6619, "upload_time": "2017-01-12T07:18:44", "url": "https://files.pythonhosted.org/packages/a6/06/cd4ac1c16974268035b151dc1dec7f31c801cca0f5bd158f228d3bc527b7/luigi_monkey_patch-0.0.1.tar.gz" } ] }