{ "info": { "author": "Ryan Birmingham", "author_email": "birm@rbirm.us", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: SQL", "Topic :: Database" ], "description": "# ApiRepl\n\n## What it is\nIf you want API data copied to your database, the workers should fetch for you elastically.\n\n## Setup\n### Database Requirement\nuse schema.sql to create a database, and load it with the types of information you need\n### Subclass BaseWorker\nsee samples/usage.py for an example.\nCreate an api method and save method for your workflow by subclassing BaseWorker.\n\n## Functionality (requirements)\n* Splits update task into pieces\n* Prioritizes pieces\n* Can be paused and resumed\n* Can scale across hosts easily using DB\n* Good test coverage (soon :) )\n\n## Usage\nSee Sample folder", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://rbirm.us", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "ApiRepl", "package_url": "https://pypi.org/project/ApiRepl/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ApiRepl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://rbirm.us" }, "release_url": "https://pypi.org/project/ApiRepl/2/", "requires_dist": null, "requires_python": null, "summary": "Elastic API to database worker framework.", "version": "2" }, "last_serial": 2741712, "releases": { "1": [ { "comment_text": "", "digests": { "md5": "c4919f12ccf4bb3563fddbbce6829d4e", "sha256": "a8c0d39dfe92061619814082bc5f11400cc3fb6d4a04ed9a25503afba8e213ed" }, "downloads": -1, "filename": "ApiRepl-1.tar.gz", "has_sig": false, "md5_digest": "c4919f12ccf4bb3563fddbbce6829d4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2081, "upload_time": "2017-03-30T16:20:48", "url": "https://files.pythonhosted.org/packages/15/44/758be90c7e58b4b8f0661499934cba35bca0e59dc98edadf835c2ef6658a/ApiRepl-1.tar.gz" } ], "2": [ { "comment_text": "", "digests": { "md5": "533dbdb030643886640520c5de6b4891", "sha256": "aa1e3c329cb227fe511577058c694bf0ecb5f85edf96f02fdb2239acab9a3328" }, "downloads": -1, "filename": "ApiRepl-2.tar.gz", "has_sig": false, "md5_digest": "533dbdb030643886640520c5de6b4891", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2099, "upload_time": "2017-03-30T16:34:31", "url": "https://files.pythonhosted.org/packages/07/c7/4d2f88b8ab5c7a7025ecab25ffd5c6cec2fa1f363e07b271805030993cdb/ApiRepl-2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "533dbdb030643886640520c5de6b4891", "sha256": "aa1e3c329cb227fe511577058c694bf0ecb5f85edf96f02fdb2239acab9a3328" }, "downloads": -1, "filename": "ApiRepl-2.tar.gz", "has_sig": false, "md5_digest": "533dbdb030643886640520c5de6b4891", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2099, "upload_time": "2017-03-30T16:34:31", "url": "https://files.pythonhosted.org/packages/07/c7/4d2f88b8ab5c7a7025ecab25ffd5c6cec2fa1f363e07b271805030993cdb/ApiRepl-2.tar.gz" } ] }