{ "info": { "author": "Ben Beltran", "author_email": "ben@nsovocal.com", "bugtrack_url": null, "classifiers": [], "description": "=============\npython-borium\n=============\n\nBorium provides an API for the borium queue. It exposes simple get/set\nmethods to grab and push jobs.\n\nBorium is a simple queue system written by Kazuyoshi Tlacaelel. To\nlearn more, visit `the project repository `_.\n\nUsage\n=====\n::\n\n import borium\n\n response = borium.put(job_type, config) # sends the job to the queue\n job = borium.get(job_type) # fetches a job\n\nIn both examples, job_type is a string that specifies the job that is to\nbe enqueued. The config, though dependent on the job itself, is usually\na JSON object containing the configuration needed.\n\nAll requests to the queue will return an object containing a key called\nstatus. In the case of get this can be: nothing, unparseable, error or\nfound. In the case of put this can be: error or stored.\n\nIf the job was found, the object will also include the key \"job\" which\nincludes the config string passed.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/python-borium", "keywords": null, "license": "The MIT License (MIT)\n\nCopyright (c) 2014 Ben Beltran\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "python-borium", "package_url": "https://pypi.org/project/python-borium/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-borium/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/python-borium" }, "release_url": "https://pypi.org/project/python-borium/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Simple Get/Put API for the Borium Queue", "version": "0.1.1" }, "last_serial": 1070763, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "685285791aaae57a7646a86f0360d40f", "sha256": "ef99659f7e52476933d56cbe93937618c7c8c3ff573d18e2e7beb2ab7133e68f" }, "downloads": -1, "filename": "python-borium-0.1.0.tar.gz", "has_sig": false, "md5_digest": "685285791aaae57a7646a86f0360d40f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2811, "upload_time": "2014-04-23T18:20:54", "url": "https://files.pythonhosted.org/packages/d4/08/bee1780bc90012744252bfdea74a10e1efb0459a1c7e5991254b851b7177/python-borium-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "cca39932a130b06fbdf10576df0466fa", "sha256": "f1541416228c6078b49271908b28ef3fc41363837b68558c8c6e870d4795fb63" }, "downloads": -1, "filename": "python-borium-0.1.1.tar.gz", "has_sig": false, "md5_digest": "cca39932a130b06fbdf10576df0466fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2844, "upload_time": "2014-04-24T16:56:18", "url": "https://files.pythonhosted.org/packages/1b/3c/1a867aee4ea4160e6044ed776f4bdca26ab8ad49e675a2424ad50df57da7/python-borium-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cca39932a130b06fbdf10576df0466fa", "sha256": "f1541416228c6078b49271908b28ef3fc41363837b68558c8c6e870d4795fb63" }, "downloads": -1, "filename": "python-borium-0.1.1.tar.gz", "has_sig": false, "md5_digest": "cca39932a130b06fbdf10576df0466fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2844, "upload_time": "2014-04-24T16:56:18", "url": "https://files.pythonhosted.org/packages/1b/3c/1a867aee4ea4160e6044ed776f4bdca26ab8ad49e675a2424ad50df57da7/python-borium-0.1.1.tar.gz" } ] }