{ "info": { "author": "David Ko", "author_email": "david@barobo.com", "bugtrack_url": null, "classifiers": [], "description": "The Barobo Python Module\n\nThis python module can be used to control Barobo robots. The easiest way to use\nthis package is in conjunction with BaroboLink. After connecting to the robots\nyou want to control in BaroboLink, the following python program will move\njoints 1 and 3 on the first connected Linkbot in BaroboLink::\n\n from barobo import Linkbot\n linkbot = Linkbot()\n linkbot.connect()\n linkbot.moveTo(180, 0, -180)\n\nYou may also use this package to control Linkbots without BaroboLink. In that\ncase, a typical control program will look something like this::\n from barobo import Linkbot, Dongle\n\n dongle = Dongle()\n dongle.connectDongleTTY('COM3') # where 'COM3' is the com port the Linkbot is \n # connected on. In Windows, the COM port of the\n # Linkbot can be identified by inspecting the\n # Device Manager. On a Mac, the com port will\n # appear in the \"/dev/\" directory, usually as\n # something like \"/dev/cu.usbmodem1d11\". In\n # Linux, it should be something like \n # \"/dev/ttyACM0\".\n linkbot = dongle.getLinkbot() # or linkbot = dongle.getLinkbot('2B2C') where '2B2C'\n # should be replaced with the serial ID of your \n # Linkbot. Note that the serial ID used here can\n # be that of a nearby Linkbot that you wish to \n # connect to wirelessly. If no serial ID is \n # provided, the new linkbot will refer to the \n # Linkbot currently connected via USB.\n linkbot.moveTo(180, 0, -180)\n", "description_content_type": null, "docs_url": "https://pythonhosted.org/PyBarobo/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.barobo.com", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "PyBarobo", "package_url": "https://pypi.org/project/PyBarobo/", "platform": "any", "project_url": "https://pypi.org/project/PyBarobo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.barobo.com" }, "release_url": "https://pypi.org/project/PyBarobo/0.1.18/", "requires_dist": null, "requires_python": null, "summary": "Native Python Barobo robotics control library", "version": "0.1.18" }, "last_serial": 1229841, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "590f878e81d6927f632f191675b248be", "sha256": "7373e664ffc4f7e258c7ba50bcc1d26ec46eea0ca878d6074a925ea3dcbd1792" }, "downloads": -1, "filename": "PyBarobo-0.1.0.tar.gz", "has_sig": false, "md5_digest": "590f878e81d6927f632f191675b248be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11626, "upload_time": "2013-10-02T18:10:22", "url": "https://files.pythonhosted.org/packages/1c/05/448f7ce793cc394ad8c160cb9bba7ff34d4e62dd22e019d6730e199c429d/PyBarobo-0.1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "1e4158b381db71bc133a84fa8263284e", "sha256": "79e6820b57edf7b98b4de0a56a2072bf9d2090570d87f318766086daedc89422" }, "downloads": -1, "filename": "PyBarobo-0.1.0.win32.exe", "has_sig": false, "md5_digest": "1e4158b381db71bc133a84fa8263284e", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 209306, "upload_time": "2013-10-02T22:19:31", "url": "https://files.pythonhosted.org/packages/eb/c0/7a5833aac9fcfc7bbc8309d25f44c98c8f5bd6f7b3941d909098370dea06/PyBarobo-0.1.0.win32.exe" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "49a7d4a7b6b7c85821273c1380bff631", "sha256": "c14fda6debc1e16cec46306e8bedbda0abb5d6a6b579335aae95f8eff974583a" }, "downloads": -1, "filename": "PyBarobo-0.1.1.tar.gz", "has_sig": false, "md5_digest": "49a7d4a7b6b7c85821273c1380bff631", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11954, "upload_time": "2013-10-03T21:14:48", "url": "https://files.pythonhosted.org/packages/9b/26/474566f747832e8c240335b90f347b2a8aaefece95fe9ba60810717150da/PyBarobo-0.1.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "b11f6ac376ccfd90897a61a8a746d2d4", "sha256": "f27b90a3d0940cf009b7f889d9e5923dd92e57c89341709573e1d36ada194256" }, "downloads": -1, "filename": "PyBarobo-0.1.1.win32.exe", "has_sig": false, "md5_digest": "b11f6ac376ccfd90897a61a8a746d2d4", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 209852, "upload_time": "2013-10-03T21:24:18", "url": "https://files.pythonhosted.org/packages/a4/57/198a662e7f97213241f02db45aba73db580039ba910dcee5a68a680e3661/PyBarobo-0.1.1.win32.exe" }, { "comment_text": "", "digests": { "md5": "927cd91b8c86de2de0587dade9691cde", "sha256": "530df2adc7d7a8e53e1200b89f34576d0def7e525b488a6922943b65b0739cf3" }, "downloads": -1, "filename": "PyBarobo-0.1.1.zip", "has_sig": false, "md5_digest": "927cd91b8c86de2de0587dade9691cde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13509, "upload_time": "2013-10-03T21:26:35", "url": "https://files.pythonhosted.org/packages/96/98/10dc09ba5927be909faa862e46596e17004d5da39a17637fd14c6e40a0b6/PyBarobo-0.1.1.zip" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "b348757790c69ec56cd69ed9013e3e47", "sha256": "61245645181fa425040c96b5245aa75225b14aa4aaef1d519f458f238b32fadb" }, "downloads": -1, "filename": "PyBarobo-0.1.10.tar.gz", "has_sig": false, "md5_digest": "b348757790c69ec56cd69ed9013e3e47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24049, "upload_time": "2014-04-02T19:44:26", "url": "https://files.pythonhosted.org/packages/53/1f/f534577f5ca6960285779af5e23c90a5438fbdc11945d8b5bd14e11957a3/PyBarobo-0.1.10.tar.gz" }, { "comment_text": "", "digests": { "md5": "7a8e636df2c5803674a0da394e8ccd7c", "sha256": "d4b14fcc010a26ae0981e9b27956d668ec0ae1ed256f851dfea922d9b6b70871" }, "downloads": -1, "filename": "PyBarobo-0.1.10.win32.exe", "has_sig": false, "md5_digest": "7a8e636df2c5803674a0da394e8ccd7c", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 234087, "upload_time": "2014-04-07T19:28:56", "url": "https://files.pythonhosted.org/packages/3b/b0/53f1b42d3e70e9ce09308a82bc0d5bc491b560296d00aaec787bee64bb7a/PyBarobo-0.1.10.win32.exe" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "ba700f77c050066f72628112a4cf0042", "sha256": "073d3457d5404f86b64f13b1f21f267017c6363654cafcadfc494ea715137268" }, "downloads": -1, "filename": "PyBarobo-0.1.11.tar.gz", "has_sig": false, "md5_digest": "ba700f77c050066f72628112a4cf0042", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24050, "upload_time": "2014-04-03T00:46:15", "url": "https://files.pythonhosted.org/packages/ac/9e/df5c0fd4ef22c10de2c41995e2a4096b21b3c60c0f2a537993e528dad870/PyBarobo-0.1.11.tar.gz" }, { "comment_text": "", "digests": { "md5": "5f7b14bfe4271f1e664cb5b1c5bffb39", "sha256": "4b43269ec246218b5e477be00b1843d5e42e0ad71d026c4a9da2024a6bde3e38" }, "downloads": -1, "filename": "PyBarobo-0.1.11.win32.exe", "has_sig": false, "md5_digest": "5f7b14bfe4271f1e664cb5b1c5bffb39", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 234094, "upload_time": "2014-04-07T19:29:59", "url": "https://files.pythonhosted.org/packages/a5/e0/27947e78e24ab5f84833b70a20a0397b277b87bccada6be4caf68ad94bfc/PyBarobo-0.1.11.win32.exe" } ], "0.1.12": [ { "comment_text": "built for Linux-3.8.0-35-generic-x86_64-with-glibc2.7", "digests": { "md5": "1cb7e26e27be627e6af5dbaff605bff7", "sha256": "2a8dc97af5d0b240cf0a5145a4787c32bad78bfd4a5b5c94ec64701c242956ba" }, "downloads": -1, "filename": "PyBarobo-0.1.12.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "1cb7e26e27be627e6af5dbaff605bff7", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 127432, "upload_time": "2014-04-24T21:32:04", "url": "https://files.pythonhosted.org/packages/7c/91/2c964c28fb5ae0c20486d4a39dbf7e9af58a7dd8e207557abd861ae4e918/PyBarobo-0.1.12.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "1e7112a2cf90e8b4d63564c617271595", "sha256": "982252be55f5190a32f71bb6e234678ecfc2db0436de1af0e1dac14bf2e032fa" }, "downloads": -1, "filename": "PyBarobo-0.1.12.tar.gz", "has_sig": false, "md5_digest": "1e7112a2cf90e8b4d63564c617271595", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28350, "upload_time": "2014-04-24T21:31:38", "url": "https://files.pythonhosted.org/packages/b4/ce/128ee8c7123fedce89a1f8f1211a80c1c6e488f25bfbd891b895749a4d23/PyBarobo-0.1.12.tar.gz" }, { "comment_text": "", "digests": { "md5": "cdea55ceb7c518f1c05e734a48646ff0", "sha256": "617a71220bf6216ff729cb2e24618930b994bd03535214a6b73c09964887df2f" }, "downloads": -1, "filename": "PyBarobo-0.1.12.win32.exe", "has_sig": false, "md5_digest": "cdea55ceb7c518f1c05e734a48646ff0", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 234112, "upload_time": "2014-04-24T21:47:27", "url": "https://files.pythonhosted.org/packages/fc/44/5268884bf98ad027651a58a18dc1a1d8af88c7fd109ccf1bf00a5e469dd1/PyBarobo-0.1.12.win32.exe" } ], "0.1.13": [ { "comment_text": "built for Linux-3.8.0-35-generic-x86_64-with-glibc2.7", "digests": { "md5": "10479924b50ecd816d08bccb89bfc817", "sha256": "a491790d364b97e77e3c158bd7750be6a9e06e1106fdc46bb78f2d449962853b" }, "downloads": -1, "filename": "PyBarobo-0.1.13.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "10479924b50ecd816d08bccb89bfc817", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 87467, "upload_time": "2014-04-28T23:56:44", "url": "https://files.pythonhosted.org/packages/f9/ae/3b4b7bea115d90a9a25295289dc08957d76fe6feafe8bc3ad0566c76fbb0/PyBarobo-0.1.13.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "83953fcd54b804344a014fc9bb534786", "sha256": "dfb4ac944c72b566e98e53b0609b510f59a0d772cc94b465edd794f3fbbdf333" }, "downloads": -1, "filename": "PyBarobo-0.1.13.tar.gz", "has_sig": false, "md5_digest": "83953fcd54b804344a014fc9bb534786", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35742, "upload_time": "2014-04-28T23:56:32", "url": "https://files.pythonhosted.org/packages/c8/0f/c92e86dda70021a186243c9e0337ab13a87ece9cf638aeebd2093730ce68/PyBarobo-0.1.13.tar.gz" }, { "comment_text": "", "digests": { "md5": "cfb46cd50e28a19da826ead35dc83f34", "sha256": "5a253527a8b644a8448d3f54bef932048b6d86c4b86f1a373e9a26ab18db1f33" }, "downloads": -1, "filename": "PyBarobo-0.1.13.win32.exe", "has_sig": false, "md5_digest": "cfb46cd50e28a19da826ead35dc83f34", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 234411, "upload_time": "2014-04-28T23:58:59", "url": "https://files.pythonhosted.org/packages/3a/cf/fcd6651ccd7f96c8bcf033de89b9d8423786347ef22bb1abff05c8b2f5f8/PyBarobo-0.1.13.win32.exe" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "22dd70f480c7aca4ebca9e78a8649d90", "sha256": "5aac845083e75be391dfcca95d44912464c542de1c0bd9a0eb765720aef4951c" }, "downloads": -1, "filename": "PyBarobo-0.1.14.tar.gz", "has_sig": false, "md5_digest": "22dd70f480c7aca4ebca9e78a8649d90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35752, "upload_time": "2014-04-29T00:49:42", "url": "https://files.pythonhosted.org/packages/38/44/089d52becbc6df57e7c594e531145e385b21bd55e7c6e6a6223099985d0d/PyBarobo-0.1.14.tar.gz" }, { "comment_text": "", "digests": { "md5": "920c8e5dcbc6b04fbdb2ceae77d21c70", "sha256": "ad30d028fff3be556bb6d59b88ead7a4878b58dc2fc8c089d94c7e26a32942ad" }, "downloads": -1, "filename": "PyBarobo-0.1.14.win32.exe", "has_sig": false, "md5_digest": "920c8e5dcbc6b04fbdb2ceae77d21c70", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 234419, "upload_time": "2014-04-29T00:52:12", "url": "https://files.pythonhosted.org/packages/02/36/03be5ac42a351f815179a11139afa965ae55a523e79dff289f8769fd4efa/PyBarobo-0.1.14.win32.exe" } ], "0.1.15": [ { "comment_text": "", "digests": { "md5": "93e5f5c512439f48d047de9b2d57b035", "sha256": "ce7dd219bed0078c07eb0a19fa465665e6fa4472bc68f3ae29ee2e3581952234" }, "downloads": -1, "filename": "PyBarobo-0.1.15.tar.gz", "has_sig": false, "md5_digest": "93e5f5c512439f48d047de9b2d57b035", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40601, "upload_time": "2014-05-01T21:10:22", "url": "https://files.pythonhosted.org/packages/41/0f/3d3c2b3e04836c2bc99375e5ba8b83e3ca617da6c99f712aac859f2afaff/PyBarobo-0.1.15.tar.gz" }, { "comment_text": "", "digests": { "md5": "147d0501e4d509182974f314cf46ff11", "sha256": "29660f83cae82ecc6faa3f0b04b2f2c8b91a9cd1f9dd7a1e06dc4dfa7969b62c" }, "downloads": -1, "filename": "PyBarobo-0.1.15.win32.exe", "has_sig": false, "md5_digest": "147d0501e4d509182974f314cf46ff11", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 235164, "upload_time": "2014-05-01T21:13:07", "url": "https://files.pythonhosted.org/packages/ae/c0/ecf141486c96a195df649774aeeb7fdd9a7c0ef26e688370434a3e34ef99/PyBarobo-0.1.15.win32.exe" } ], "0.1.16": [ { "comment_text": "", "digests": { "md5": "1d7257c0805ec96391cdb5b0e72b5cce", "sha256": "e1efc9e64902928f628367e3b5ecb9e9d72d45e1946fe78331173d31607f7db4" }, "downloads": -1, "filename": "PyBarobo-0.1.16-py3-none-any.whl", "has_sig": false, "md5_digest": "1d7257c0805ec96391cdb5b0e72b5cce", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 40062, "upload_time": "2014-08-26T17:48:28", "url": "https://files.pythonhosted.org/packages/18/6f/aa0d693edaec9fac1bc7f850f7ac6698ddd8362678eb22cc951865cc21fe/PyBarobo-0.1.16-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "08ef9874ae73d195ccdc30d183480d05", "sha256": "a9635c33434c53f727cdd7e939a653dc4c03a11903b8d789d0919fbf3b4f1a4e" }, "downloads": -1, "filename": "PyBarobo-0.1.16.tar.gz", "has_sig": false, "md5_digest": "08ef9874ae73d195ccdc30d183480d05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50081, "upload_time": "2014-07-01T19:56:39", "url": "https://files.pythonhosted.org/packages/0c/2d/7e1cfeab877f448aed34056816927ac3c393b68c140c142ad81b651bcd29/PyBarobo-0.1.16.tar.gz" }, { "comment_text": "", "digests": { "md5": "7b7f75a107c2495dc10fc6ca530f5c40", "sha256": "680f7b8611a75a6457f5d279b201f7221540d6e54870c636de06353adaa2b7b1" }, "downloads": -1, "filename": "PyBarobo-0.1.16.win32.exe", "has_sig": false, "md5_digest": "7b7f75a107c2495dc10fc6ca530f5c40", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 235178, "upload_time": "2014-07-01T20:04:15", "url": "https://files.pythonhosted.org/packages/60/bb/e86f312adcebdc61c1fad0971a99a273fac862a544d914beaef142debf2f/PyBarobo-0.1.16.win32.exe" }, { "comment_text": "built for Windows-7", "digests": { "md5": "6e65c50551cf8416e9d68f2324d64dbf", "sha256": "79caebe2b95496963f67cfaf454da7cd1ab34db89ab59f90474f0ca4ee9e2a5e" }, "downloads": -1, "filename": "PyBarobo-0.1.16.win32.tar.gz", "has_sig": false, "md5_digest": "6e65c50551cf8416e9d68f2324d64dbf", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 63335, "upload_time": "2014-08-26T17:33:30", "url": "https://files.pythonhosted.org/packages/a1/f6/1b748f415c4fa9474d1dbba10d85ffc647a48ac99a030bbe093f942ff253/PyBarobo-0.1.16.win32.tar.gz" } ], "0.1.17": [ { "comment_text": "built for Linux-3.13.0-32-generic-x86_64-with-glibc2.4", "digests": { "md5": "c33de132bc61b3d91dff5421365160b4", "sha256": "f27837b68234ff3cb43179005925832db9cb74b75896a551be16a1b37220949c" }, "downloads": -1, "filename": "PyBarobo-0.1.17.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "c33de132bc61b3d91dff5421365160b4", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 114031, "upload_time": "2014-08-26T18:21:30", "url": "https://files.pythonhosted.org/packages/67/bb/e230c32f583701e75a9066c47d1d0913873e38c3540c9b525da760525d65/PyBarobo-0.1.17.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "c64d345fc777f4a8cc871493f5409200", "sha256": "e450a24d3b90b8105383f3a6e5fc2cd64e2ebaa61bc6ee8712f04805534e1cb2" }, "downloads": -1, "filename": "PyBarobo-0.1.17-py3-none-any.whl", "has_sig": false, "md5_digest": "c64d345fc777f4a8cc871493f5409200", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 40028, "upload_time": "2014-08-26T18:22:12", "url": "https://files.pythonhosted.org/packages/04/bc/bb4b49fe20d8b1de1b3a5505cb41a806d4d334f9e421f372b0f57804027c/PyBarobo-0.1.17-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c27023a4065551cd2ca42f4a746c6429", "sha256": "76f92ab5639a0fadc033a77d6c5c909d1f18fbd51ec987f88748aac003e53346" }, "downloads": -1, "filename": "PyBarobo-0.1.17.tar.gz", "has_sig": false, "md5_digest": "c27023a4065551cd2ca42f4a746c6429", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36466, "upload_time": "2014-08-26T18:21:20", "url": "https://files.pythonhosted.org/packages/2b/3d/c7cc49b22354fc6921217a8d5be9ca1e28cfcfddc807b3a3d50181d9e3e6/PyBarobo-0.1.17.tar.gz" } ], "0.1.18": [ { "comment_text": "", "digests": { "md5": "b2b1cd4445e3ea39a4073d796573412c", "sha256": "7612a3ee54f7615c8030cc0457330f5b42abe531ddc6b92486e9d61ba1b7197d" }, "downloads": -1, "filename": "PyBarobo-0.1.18-py3.2-linux-armv6l.egg", "has_sig": false, "md5_digest": "b2b1cd4445e3ea39a4073d796573412c", "packagetype": "bdist_egg", "python_version": "3.2", "requires_python": null, "size": 181790, "upload_time": "2014-09-18T18:11:56", "url": "https://files.pythonhosted.org/packages/78/ac/e0d6a17bff3a2190ff3ee2cafaec8f19849635d8f388ef51741d74d12899/PyBarobo-0.1.18-py3.2-linux-armv6l.egg" }, { "comment_text": "", "digests": { "md5": "f70d295c7e9896c51d490d6e5b5ff07e", "sha256": "2836381015735fd6017b07291be1eb91f6a1b39cd227dbe03bfcee1accc19118" }, "downloads": -1, "filename": "PyBarobo-0.1.18-py3-none-any.whl", "has_sig": false, "md5_digest": "f70d295c7e9896c51d490d6e5b5ff07e", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 40086, "upload_time": "2014-08-26T18:30:28", "url": "https://files.pythonhosted.org/packages/67/04/c5a2480482b231529a43de358efd2566c0545d59a212595a547f50d42e8f/PyBarobo-0.1.18-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c5221fe034b513aecb5f91aa9c9539e8", "sha256": "1dc53d96d25bde2ab3034c99e4ff04d5392b95f830fd7bc51b0533c818128c1f" }, "downloads": -1, "filename": "PyBarobo-0.1.18.tar.gz", "has_sig": false, "md5_digest": "c5221fe034b513aecb5f91aa9c9539e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40294, "upload_time": "2014-09-18T22:40:29", "url": "https://files.pythonhosted.org/packages/3b/42/a6da3fd9e5cb2e950a31b452dd35dcb9d68fd98f186c475fa31f9ab6abac/PyBarobo-0.1.18.tar.gz" }, { "comment_text": "", "digests": { "md5": "040987380f0a7e7645a8b940f9e8000f", "sha256": "363f5d4be14dc91a72c34b4f9ab4c5fdcff5e111818dafd265150cd4b0b5cce3" }, "downloads": -1, "filename": "PyBarobo-0.1.18.win32.exe", "has_sig": false, "md5_digest": "040987380f0a7e7645a8b940f9e8000f", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 230933, "upload_time": "2014-08-26T18:30:16", "url": "https://files.pythonhosted.org/packages/47/89/d44c510b6924df12cb0adb119a1bdc9ef15f4861dc51a9e88e890f77e940/PyBarobo-0.1.18.win32.exe" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "74e04e0e925d28e59eeeafbdbd707d17", "sha256": "214e615ae756f9e1d1abfb8b898d08dbd0a5a8717d952c343f497a9c54fe3ae1" }, "downloads": -1, "filename": "PyBarobo-0.1.2.tar.gz", "has_sig": false, "md5_digest": "74e04e0e925d28e59eeeafbdbd707d17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12155, "upload_time": "2013-10-04T00:29:31", "url": "https://files.pythonhosted.org/packages/a8/1e/db9b815fc20ebaf435dafaa78bef8f5b413fba501644ca33f76a035d9490/PyBarobo-0.1.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "4125d83600a804379f3d7a5916659780", "sha256": "6c968168e0b8a5a0cf5b7676dbbc85fa459ffd314974c07523ccd1a50a7f25a4" }, "downloads": -1, "filename": "PyBarobo-0.1.2.win32.exe", "has_sig": false, "md5_digest": "4125d83600a804379f3d7a5916659780", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 210076, "upload_time": "2013-10-04T00:29:59", "url": "https://files.pythonhosted.org/packages/4a/fe/82b10324147e491966b4949ed099c244a403dc232e0aeafd0eec9933d881/PyBarobo-0.1.2.win32.exe" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "416fac322f118ba05ffc31d557d06a60", "sha256": "cfb95184fab1ce37c055888035fe3844c4833a18ec392a88a7251cefe13f58d5" }, "downloads": -1, "filename": "PyBarobo-0.1.3.tar.gz", "has_sig": false, "md5_digest": "416fac322f118ba05ffc31d557d06a60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12986, "upload_time": "2013-10-10T00:17:34", "url": "https://files.pythonhosted.org/packages/7f/f7/f6ba6636e82005a34846ef5b54645a864250ad81ad1197d58cba4389b365/PyBarobo-0.1.3.tar.gz" }, { "comment_text": "", "digests": { "md5": "617db6f908a321c203d12e8159c743b6", "sha256": "3c96e063a6e3ec9294b2187b940e50452554b562487867c2e30934a3cdc2a0c5" }, "downloads": -1, "filename": "PyBarobo-0.1.3.win32.exe", "has_sig": false, "md5_digest": "617db6f908a321c203d12e8159c743b6", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 210866, "upload_time": "2013-10-10T00:20:26", "url": "https://files.pythonhosted.org/packages/f6/42/78ab711bce50cb8c979e4f35ad7a4402a957bc745850722604042f5c5a7a/PyBarobo-0.1.3.win32.exe" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "efa9b5bf4781628a042b9104bdf3146a", "sha256": "777a8bac08af50520563a9b0f00a1744970755dffb820fd12dd8cfb11fd2f258" }, "downloads": -1, "filename": "PyBarobo-0.1.4.tar.gz", "has_sig": false, "md5_digest": "efa9b5bf4781628a042b9104bdf3146a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14536, "upload_time": "2013-12-09T23:53:18", "url": "https://files.pythonhosted.org/packages/c5/0f/0f780425a44afce2e69160f146a4902f48263077e38567a3cea3eb6f233a/PyBarobo-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "f74c64870fba300cb4d58b97943bd0af", "sha256": "f8abcf7218fc7fdb2f981cd9f52fc1ec89e7a5fa27b503f39094f4cad569f4fd" }, "downloads": -1, "filename": "PyBarobo-0.1.5.tar.gz", "has_sig": false, "md5_digest": "f74c64870fba300cb4d58b97943bd0af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14535, "upload_time": "2014-01-14T23:43:46", "url": "https://files.pythonhosted.org/packages/2d/eb/11700784385e7b616f686d4523f67948ac1e2ab5536d101ae5bc3bac6fe5/PyBarobo-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "ae3b5985d3dc90b4d8e0a2a5caab4587", "sha256": "94317b7e920cc793ef1dd29cecde30cefae7d91da3fbb8c93308bceb6ebd9808" }, "downloads": -1, "filename": "PyBarobo-0.1.6.tar.gz", "has_sig": false, "md5_digest": "ae3b5985d3dc90b4d8e0a2a5caab4587", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14770, "upload_time": "2014-01-16T21:50:16", "url": "https://files.pythonhosted.org/packages/04/d4/1776544a31030e306b0b0fc74dc0d370422ca3091f5778487db091ce12fc/PyBarobo-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "8eccb2fd7b939da79f6a668da46873e3", "sha256": "fad7b405ed08167059c49a8d2259631d66e6206e1db67d8bb5b25a0653b18d60" }, "downloads": -1, "filename": "PyBarobo-0.1.7.tar.gz", "has_sig": false, "md5_digest": "8eccb2fd7b939da79f6a668da46873e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15640, "upload_time": "2014-03-19T19:44:10", "url": "https://files.pythonhosted.org/packages/3b/7b/20a0c39418061f7316a63739d3ecdeed559017e1d068728feecb79bdcd91/PyBarobo-0.1.7.tar.gz" }, { "comment_text": "", "digests": { "md5": "06c8f0d5e0905a5047672d2383d6d9fa", "sha256": "83b816d6e927159b64aa84011920138fc286909a74c9bd3c55b0cecafaff1cee" }, "downloads": -1, "filename": "PyBarobo-0.1.7.win32.exe", "has_sig": false, "md5_digest": "06c8f0d5e0905a5047672d2383d6d9fa", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 215636, "upload_time": "2014-03-19T19:50:00", "url": "https://files.pythonhosted.org/packages/5d/2a/8978e0d343b8c4d11318fd8b33ac2cc17bcc69076a048fbdf162a6b91288/PyBarobo-0.1.7.win32.exe" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "8dcc01942b38566aa3edd3cfca3dda67", "sha256": "d4fe2563662b5d790d8f6c76c0a3cfd892a62186009d4531c26340c1a63b1dd4" }, "downloads": -1, "filename": "PyBarobo-0.1.8.tar.gz", "has_sig": false, "md5_digest": "8dcc01942b38566aa3edd3cfca3dda67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23181, "upload_time": "2014-03-21T18:09:13", "url": "https://files.pythonhosted.org/packages/14/29/2cdc37b8732720719a59034e495ee74d5acfff5a04dca6e7f83e90295e35/PyBarobo-0.1.8.tar.gz" }, { "comment_text": "", "digests": { "md5": "c264cb64890ed6ed7339ad947e5b5c3d", "sha256": "33c3aa4609676c75904a7761b6637901ac1c8031bd4f85611b0bcf464870584a" }, "downloads": -1, "filename": "PyBarobo-0.1.8.win32.exe", "has_sig": false, "md5_digest": "c264cb64890ed6ed7339ad947e5b5c3d", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 233210, "upload_time": "2014-03-21T18:12:58", "url": "https://files.pythonhosted.org/packages/b2/32/133290e852440c6d4ec555e530fe41fb68e96b365a566372b2da9784350d/PyBarobo-0.1.8.win32.exe" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "85701eb10aa211c6d9aaa99774bf3f68", "sha256": "7886082677a2ee9dc091aaa65e8f511de5042d01ca172a484b897b267a28ff33" }, "downloads": -1, "filename": "PyBarobo-0.1.9.tar.gz", "has_sig": false, "md5_digest": "85701eb10aa211c6d9aaa99774bf3f68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23881, "upload_time": "2014-03-25T21:39:50", "url": "https://files.pythonhosted.org/packages/22/f5/5c29df08c159a15f70d899aefa093cf4b157d86b6b85c71590d550b2d84f/PyBarobo-0.1.9.tar.gz" }, { "comment_text": "", "digests": { "md5": "0d2f400b24d4fd9a12833822e9e456a0", "sha256": "382e827f477f8d776fb33f4bf5bcb9b2710ab653843b4d56c5114c00532c4724" }, "downloads": -1, "filename": "PyBarobo-0.1.9.win32.exe", "has_sig": false, "md5_digest": "0d2f400b24d4fd9a12833822e9e456a0", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 233878, "upload_time": "2014-03-25T21:44:14", "url": "https://files.pythonhosted.org/packages/be/d8/6ed52133a11fa61a5c0b3affc876e0d9a03329672b6e4bfef5207ab16ae8/PyBarobo-0.1.9.win32.exe" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b2b1cd4445e3ea39a4073d796573412c", "sha256": "7612a3ee54f7615c8030cc0457330f5b42abe531ddc6b92486e9d61ba1b7197d" }, "downloads": -1, "filename": "PyBarobo-0.1.18-py3.2-linux-armv6l.egg", "has_sig": false, "md5_digest": "b2b1cd4445e3ea39a4073d796573412c", "packagetype": "bdist_egg", "python_version": "3.2", "requires_python": null, "size": 181790, "upload_time": "2014-09-18T18:11:56", "url": "https://files.pythonhosted.org/packages/78/ac/e0d6a17bff3a2190ff3ee2cafaec8f19849635d8f388ef51741d74d12899/PyBarobo-0.1.18-py3.2-linux-armv6l.egg" }, { "comment_text": "", "digests": { "md5": "f70d295c7e9896c51d490d6e5b5ff07e", "sha256": "2836381015735fd6017b07291be1eb91f6a1b39cd227dbe03bfcee1accc19118" }, "downloads": -1, "filename": "PyBarobo-0.1.18-py3-none-any.whl", "has_sig": false, "md5_digest": "f70d295c7e9896c51d490d6e5b5ff07e", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 40086, "upload_time": "2014-08-26T18:30:28", "url": "https://files.pythonhosted.org/packages/67/04/c5a2480482b231529a43de358efd2566c0545d59a212595a547f50d42e8f/PyBarobo-0.1.18-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c5221fe034b513aecb5f91aa9c9539e8", "sha256": "1dc53d96d25bde2ab3034c99e4ff04d5392b95f830fd7bc51b0533c818128c1f" }, "downloads": -1, "filename": "PyBarobo-0.1.18.tar.gz", "has_sig": false, "md5_digest": "c5221fe034b513aecb5f91aa9c9539e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40294, "upload_time": "2014-09-18T22:40:29", "url": "https://files.pythonhosted.org/packages/3b/42/a6da3fd9e5cb2e950a31b452dd35dcb9d68fd98f186c475fa31f9ab6abac/PyBarobo-0.1.18.tar.gz" }, { "comment_text": "", "digests": { "md5": "040987380f0a7e7645a8b940f9e8000f", "sha256": "363f5d4be14dc91a72c34b4f9ab4c5fdcff5e111818dafd265150cd4b0b5cce3" }, "downloads": -1, "filename": "PyBarobo-0.1.18.win32.exe", "has_sig": false, "md5_digest": "040987380f0a7e7645a8b940f9e8000f", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 230933, "upload_time": "2014-08-26T18:30:16", "url": "https://files.pythonhosted.org/packages/47/89/d44c510b6924df12cb0adb119a1bdc9ef15f4861dc51a9e88e890f77e940/PyBarobo-0.1.18.win32.exe" } ] }