{ "info": { "author": "Adam Boduch", "author_email": "adam.boduch@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": ".. _API: http://packages.python.org/boduch/\r\n\r\nAPI_\r\n\r\nChangelog\r\n=========\r\n\r\n0.2.1 (2009/8/14)\r\n=================\r\n\r\n- Multiprocessing support.\r\n\r\n0.2.0 (2009/6/30)\r\n=================\r\n\r\n- Maintenance release.\r\n\r\n0.1.9 (2009/6/19)\r\n=================\r\n\r\n- Subscription instances can now create new subscriptions for additional handles.\r\n- New StateMachine event classes.\r\n- New Set and Hash operators.\r\n\r\n0.1.8 (2009/6/12)\r\n=================\r\n\r\n- Implemented a new subscription abstraction for the event system.\r\n- Major Hash unit test improvements.\r\n\r\n0.1.7 (2009/5/27)\r\n=================\r\n\r\n- Fixed many issues with prioritizing event handles.\r\n- New StateMachine operators.\r\n- Unittest updates.\r\n- Interface updates.\r\n\r\n0.1.6 (2009/5/06)\r\n=================\r\n\r\n- CRITICAL FIX: Added missing interface modules.\r\n- Misc predicate enhancements.\r\n\r\n0.1.5 (2009/5/05)\r\n=================\r\n\r\n- Fixed a bug related to starting threads.\r\n\r\n- Added new state machine functionality.\r\n\r\n0.1.4 (2009/3/27)\r\n=================\r\n\r\n- New Handle.get_event_data() method for retrieving event data from handles.\r\n\r\n- New Set and Hash handles.\r\n\r\n- Minor interface enhancements.\r\n\r\n0.1.3 (2009/3/13)\r\n=================\r\n\r\n- Removed the data keyword parameters from the Set and Hash constructors. This \r\n fixed a rather major bug.\r\n\r\n- Fixed a bug in the Set and Hash unit tests.\r\n\r\n- Hash instances can now be iterated over.\r\n\r\n- Implemented two new predicates. Greater and Lesser.\r\n\r\n0.1.2 (2009/2/27)\r\n=================\r\n\r\n- A new predicate package that is still in the works. Only the Equal predicate \r\n exists at the moment.\r\n\r\n- Set instances may now be iterated over.\r\n\r\n0.1.1 (2009/2/11)\r\n=================\r\n\r\n- New Set and Hash functionality. Both object types now support the Python \r\n key/index notation.\r\n\r\n- More unit tests.\r\n\r\n0.1.0 (2009/2/1)\r\n================\r\n\r\n- Minor release.\r\n\r\n- Refactored the interface package.\r\n\r\n- More API documentation.\r\n\r\n0.0.9 (2009/1/26)\r\n=================\r\n\r\n- Completely replaced the LockManager class. The locking primitives for \r\n exchanging data between event threads is now handled by the Python queue \r\n module.\r\n\r\n- Added a new atomic parameter to the EventManager.publish() method. This \r\n allows handles to be executed by the same thread that published the event.\r\n Event when the event manager is running in threaded mode.\r\n\r\n- Added a new max_threads attribute to the ThreadManager class. This is the \r\n maximum number of threads allowed to execute.\r\n\r\n0.0.8 (2009/1/23)\r\n=================\r\n\r\n- Implemented a new ThreadManager. This takes the responsibility of starting\r\n new threads away from the EventManager.\r\n\r\n- Created a new data package in boduch.event for the Set and Hash events.\r\n\r\n- Created a new data package in boduch.handle for the Set and Hash handles.\r\n\r\n- Minor bug fixes.\r\n\r\n0.0.7 (2009/1/17)\r\n=================\r\n\r\n- Implemented a new LockManager class for locking in threaded event handles.\r\n\r\n- Made some enhancements to the is_type() utility function.\r\n\r\n- Create some new type constants.\r\n\r\n0.0.6 (2009/1/13)\r\n=================\r\n\r\n- Fixed a major bug in EventManager.subscribe() that allowed the same handle for\r\n a single event to be subscribed more than once.\r\n\r\n- Type instances now have a uuid attribute which is generated by the constructor.\r\n\r\n- EventThread will now inherit from Type.\r\n\r\n- Improved the EventManager interface.\r\n\r\n- Improved the Event and Handle interfaces.\r\n\r\n- Implemented new Set and Hash event handles.\r\n\r\n0.0.5 (2009/1/9)\r\n================\r\n\r\n- Minor release.\r\n\r\n- Added more unit tests.\r\n\r\n- Added more API documentation.\r\n\r\n0.0.4 (2009/1/6)\r\n================\r\n\r\n- Fixed a minor bug in the ISet interface.\r\n\r\n- The new Hash data type with event emission has been implemented.\r\n\r\n- Implemented a new handle for EventSetPush events.\r\n\r\n0.0.3 (2009/1/3)\r\n================\r\n\r\n- The event manager can now execute in non-threaded mode.\r\n\r\n- Made some improvements to the event manager interface.\r\n\r\n- Created a new constants package with some priority constants.\r\n\r\n0.0.2 (2008/12/16)\r\n==================\r\n\r\n- Added a new Set class.\r\n\r\n- EventManager.prioritize() will now prioritize the event handlers.\r\n\r\n- Added some new event classes.\r\n\r\n- Added some new unit tests.\r\n\r\n- API documentation enhancements.\r\n\r\n0.0.1 (2008/12/9)\r\n=================\r\n\r\n- Initial release.", "description_content_type": null, "docs_url": "https://pythonhosted.org/boduch/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.boduch.ca/", "keywords": "python, utility, tool", "license": "", "maintainer": "Adam Boduch", "maintainer_email": "adam.boduch@gmail.com", "name": "boduch", "package_url": "https://pypi.org/project/boduch/", "platform": "", "project_url": "https://pypi.org/project/boduch/", "project_urls": { "Homepage": "http://www.boduch.ca/" }, "release_url": "https://pypi.org/project/boduch/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Simple Python tools.", "version": "0.2.1" }, "last_serial": 786950, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a75b7c357310bc9f08caeeb50a3695ff", "sha256": "a1d0f95f14144abe435fda52e510cb24ec42fa52717d6bd05fad644286529847" }, "downloads": -1, "filename": "boduch-0.0.1-py2.4.egg", "has_sig": false, "md5_digest": "a75b7c357310bc9f08caeeb50a3695ff", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 29032, "upload_time": "2008-12-09T19:10:00", "url": "https://files.pythonhosted.org/packages/2f/76/aff6b1128473f4c365a41597de18990a45969d9ac550d5cd39f0a50c0884/boduch-0.0.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "3c6f1b7411283c0a05cf998f4112047c", "sha256": "2e9b82ba58c3c22a86bfebc93368b9ce77b1150f98595f16fa21725ae877b761" }, "downloads": -1, "filename": "boduch-0.0.1-py2.5.egg", "has_sig": false, "md5_digest": "3c6f1b7411283c0a05cf998f4112047c", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 28910, "upload_time": "2008-12-09T19:10:54", "url": "https://files.pythonhosted.org/packages/61/5c/82022505f4f0de75ac9a8decd360c4dc6ac57d8dc702b685cb462f2d6d41/boduch-0.0.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "8f3fc214ed6e75f00cba9a57c56e6a9f", "sha256": "8fc2280b4c48710158b4390b0a3bacf146ae234fad38817478a54b344aaf52b9" }, "downloads": -1, "filename": "boduch-0.0.1.tar.gz", "has_sig": false, "md5_digest": "8f3fc214ed6e75f00cba9a57c56e6a9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5285, "upload_time": "2008-12-09T19:09:39", "url": "https://files.pythonhosted.org/packages/04/f3/41b3d6ed43d7cee59b414823923e4b6ac7c15229705ce1cd25bc0cf9fb5c/boduch-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "0553f79bf18d898c3ce2c8af049cb130", "sha256": "9db618d4c0db58d37153dc91f0757de38a1088557a7a644e8d53f698ca66bf94" }, "downloads": -1, "filename": "boduch-0.0.2-py2.4.egg", "has_sig": false, "md5_digest": "0553f79bf18d898c3ce2c8af049cb130", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 39762, "upload_time": "2008-12-17T04:01:53", "url": "https://files.pythonhosted.org/packages/92/f1/f3c4eb51c6b765f465cf390c292ba110c958596234535f972e779a8e9cf8/boduch-0.0.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "e68767c394f75dd8d4a020a5222dd502", "sha256": "05984ac74779a7fa4a29b1da86316dd0a18d0d452efbd8acc96d573ced12d603" }, "downloads": -1, "filename": "boduch-0.0.2-py2.5.egg", "has_sig": false, "md5_digest": "e68767c394f75dd8d4a020a5222dd502", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 39572, "upload_time": "2008-12-17T04:03:01", "url": "https://files.pythonhosted.org/packages/f0/63/c5cdaddd4d71a737bd9aa936559da2e056028890fc84069ac1d04f54236c/boduch-0.0.2-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "bd55f2af83726cd83f55a319b05c16ce", "sha256": "b19521895aea3780919cb807457b5ef3c6a6ff5a86621cb051f3f62054f08feb" }, "downloads": -1, "filename": "boduch-0.0.2.tar.gz", "has_sig": false, "md5_digest": "bd55f2af83726cd83f55a319b05c16ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6949, "upload_time": "2008-12-17T04:00:46", "url": "https://files.pythonhosted.org/packages/3e/bc/ab27f2b3929964b35ee3e11aafe4e9ecb2ff872ee97297124434dcbe0af8/boduch-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "f1e66cfe4633a59a1d7d0a7ffbfb92a7", "sha256": "7d88d9b5110d993201a52300e60ea59085d580fe0700690b026bc461d222679c" }, "downloads": -1, "filename": "boduch-0.0.3-py2.4.egg", "has_sig": false, "md5_digest": "f1e66cfe4633a59a1d7d0a7ffbfb92a7", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 42624, "upload_time": "2009-01-03T17:41:36", "url": "https://files.pythonhosted.org/packages/dd/0e/63db77359b3fd255925c50450ff2b6276be24c9e3f8aeb47044e15f28248/boduch-0.0.3-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "89dc0b4026bc9a9c2f496daff78514e9", "sha256": "cf5690644584c30378eb30c5f0ae7ad7537efb9a1777c16ea17758063bd3961b" }, "downloads": -1, "filename": "boduch-0.0.3-py2.5.egg", "has_sig": false, "md5_digest": "89dc0b4026bc9a9c2f496daff78514e9", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 42419, "upload_time": "2009-01-03T17:41:55", "url": "https://files.pythonhosted.org/packages/93/f5/717a15f721b31fe0afeb53a14a67308be48c93b60ac1e5d13e17e2361034/boduch-0.0.3-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "85aba51d549bdea1f8da9b4593e647d2", "sha256": "2be4f5844d2eff40fbb14a1d34cf6f30f4d8cdc7f34c037172b33b1a79465035" }, "downloads": -1, "filename": "boduch-0.0.3.tar.gz", "has_sig": false, "md5_digest": "85aba51d549bdea1f8da9b4593e647d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7317, "upload_time": "2009-01-03T17:41:18", "url": "https://files.pythonhosted.org/packages/b3/3d/88654b669a65c7f0f4e6f564b3fb9725fc53e736b525f711ebebdcb044a1/boduch-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "0f9bcb7cb0529817780df0631ab24bcb", "sha256": "d0a9ce8b8e1bf1142f6a9bbff17c52127e44354e6df774763920c3ce38823e88" }, "downloads": -1, "filename": "boduch-0.0.4-py2.4.egg", "has_sig": false, "md5_digest": "0f9bcb7cb0529817780df0631ab24bcb", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 48881, "upload_time": "2009-01-07T01:24:00", "url": "https://files.pythonhosted.org/packages/a6/8e/b83b96cbed50ff49ff9adf5236cc5ccf1990ed28a605498d306c7fb5027c/boduch-0.0.4-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "c6006572b591c188406dc71003fe34a1", "sha256": "9cab81fc779b19e29a50ac90f0076b42f133088eac7725eb17c0a905b693fb2c" }, "downloads": -1, "filename": "boduch-0.0.4-py2.5.egg", "has_sig": false, "md5_digest": "c6006572b591c188406dc71003fe34a1", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 48623, "upload_time": "2009-01-07T01:24:28", "url": "https://files.pythonhosted.org/packages/6a/b6/228ba19947e6c1b513a6bd8332023690baedbf526b5063d730f1a3ee9339/boduch-0.0.4-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "9c936420ea62c20ed844f70e4f5a46e0", "sha256": "44d5efdfb84861a32401334a083bb546ec62d87af4991bbfad3d7146f96eabc2" }, "downloads": -1, "filename": "boduch-0.0.4.tar.gz", "has_sig": false, "md5_digest": "9c936420ea62c20ed844f70e4f5a46e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7955, "upload_time": "2009-01-07T01:23:11", "url": "https://files.pythonhosted.org/packages/58/46/e04106bf8c4dae68e48261e2edfd22e34c6918194ed3ea43e2ce9ddd8bcb/boduch-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "1d29a19bef07a1e2a9de5d2963d1541e", "sha256": "8e08123de455390d0c66c794dcab60eeb598d90b749b41997f9aebe62c465fce" }, "downloads": -1, "filename": "boduch-0.0.5-py2.4.egg", "has_sig": false, "md5_digest": "1d29a19bef07a1e2a9de5d2963d1541e", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 53098, "upload_time": "2009-01-09T14:13:50", "url": "https://files.pythonhosted.org/packages/d8/a2/8a26b1d6b268ff280b1bd7c2997c30ba8f03c00194491959172d503b01cc/boduch-0.0.5-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "068963ec26553dedf2540a74660fbb16", "sha256": "e52a54b183ab372e737a6758e693448d472cd293cbc45707ceb62e12282f68dc" }, "downloads": -1, "filename": "boduch-0.0.5-py2.5.egg", "has_sig": false, "md5_digest": "068963ec26553dedf2540a74660fbb16", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 52804, "upload_time": "2009-01-09T14:18:33", "url": "https://files.pythonhosted.org/packages/34/49/7d2c9f259b3452a0e40b649627509cb31b5569c60fb0c3f9534a532956e9/boduch-0.0.5-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "38054992ddf7b153294f9d0f54ef72ab", "sha256": "34e81864eb12ab574d6bb1dae3f6b9f7d693cbc3d3a5c745497d447251c5509e" }, "downloads": -1, "filename": "boduch-0.0.5.tar.gz", "has_sig": false, "md5_digest": "38054992ddf7b153294f9d0f54ef72ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8669, "upload_time": "2009-01-09T14:13:32", "url": "https://files.pythonhosted.org/packages/0c/37/81c117642fda4cbc1f8b3f36df630eee3a29102b60183db1b8b03bdce3a4/boduch-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "b0291c3cd2bd66b98d71bffda7eda0e1", "sha256": "bfc3eb20dde603008d34392521eb32ba878d24d61dd2f72c64c05308886570a2" }, "downloads": -1, "filename": "boduch-0.0.6-py2.4.egg", "has_sig": false, "md5_digest": "b0291c3cd2bd66b98d71bffda7eda0e1", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 56394, "upload_time": "2009-01-13T14:06:28", "url": "https://files.pythonhosted.org/packages/8f/00/ce6c90d6d0a6caeba8e75b4ae1f4b5fa4173ea5f678094e5372c48f1bef0/boduch-0.0.6-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "5dc65a4ca9a3dd8ea9f6835cea9ddf36", "sha256": "91bb660c93337eef239a0a76dc535267cd69b44f696a44c7d97954926d7c03fc" }, "downloads": -1, "filename": "boduch-0.0.6-py2.5.egg", "has_sig": false, "md5_digest": "5dc65a4ca9a3dd8ea9f6835cea9ddf36", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 56029, "upload_time": "2009-01-13T14:06:51", "url": "https://files.pythonhosted.org/packages/35/60/75518de24037fce3ee3db8a4877eb3a6e75ee5c619f480ceacd44f4af8e9/boduch-0.0.6-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "767af6cb0cb0a47b276c800a9c518004", "sha256": "a3b074e0d2c8f45a03064164cffe5a1cdc4982cf6c26ceda36c03b3a62c2dd08" }, "downloads": -1, "filename": "boduch-0.0.6.tar.gz", "has_sig": false, "md5_digest": "767af6cb0cb0a47b276c800a9c518004", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9194, "upload_time": "2009-01-13T14:06:13", "url": "https://files.pythonhosted.org/packages/3d/dc/59ec3ea80ec9b4acb9dbac51e398e7b14f737d164ce3739a2450a82dbf57/boduch-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "dcb40ddfd36f0991234e916be3d57e9c", "sha256": "b56782d80f1ed676b89f4329e88b5fdb4ea0471a0efe2e7ddecef1349fea0f51" }, "downloads": -1, "filename": "boduch-0.0.7-py2.4.egg", "has_sig": false, "md5_digest": "dcb40ddfd36f0991234e916be3d57e9c", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 61234, "upload_time": "2009-01-17T19:06:47", "url": "https://files.pythonhosted.org/packages/79/d5/c0aab7e866bec1279ed31a29a204b9d37c465de9da50a2b0b748c5467508/boduch-0.0.7-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "3728b617707749b0a36f2df0e577fee6", "sha256": "281d561677301d21bc34979b2f4293b2f06c32309e90812e7271bfccb6bae3f3" }, "downloads": -1, "filename": "boduch-0.0.7-py2.5.egg", "has_sig": false, "md5_digest": "3728b617707749b0a36f2df0e577fee6", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 60791, "upload_time": "2009-01-17T19:07:21", "url": "https://files.pythonhosted.org/packages/dc/97/fe1c7cf67353b50a6c3451103522d72a084af9173565bffbba2a910fb145/boduch-0.0.7-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "93a3c55e5a68ab8f380a12dc1c0d5546", "sha256": "ea21a158c4e62bb4596b74096b3f495a765e5426e530f022b521b060adea28d5" }, "downloads": -1, "filename": "boduch-0.0.7.tar.gz", "has_sig": false, "md5_digest": "93a3c55e5a68ab8f380a12dc1c0d5546", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9907, "upload_time": "2009-01-17T19:06:29", "url": "https://files.pythonhosted.org/packages/1d/14/68fa631c96dfa440e473109ae02755ad14a89d6d9a1f617ec5323b168daf/boduch-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "0d6337b1885356af284f68f2e00e8739", "sha256": "727e95661b90cb75c9ac2cf546d37ad48f2ccabbcbed3f9729a8f66f21daa4a2" }, "downloads": -1, "filename": "boduch-0.0.8-py2.4.egg", "has_sig": false, "md5_digest": "0d6337b1885356af284f68f2e00e8739", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 66283, "upload_time": "2009-01-23T12:58:03", "url": "https://files.pythonhosted.org/packages/8d/55/b99bb8dcc0f0563eaaa4c779f5377933263b7fe339f796c9a6be7ddf6a05/boduch-0.0.8-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "54c1004eca29d697ef1a0bf79a58e4ba", "sha256": "d934637d0b5980138d535b6880f5d368a5f2b77f928d5419f67ea95459212ed1" }, "downloads": -1, "filename": "boduch-0.0.8-py2.5.egg", "has_sig": false, "md5_digest": "54c1004eca29d697ef1a0bf79a58e4ba", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 65758, "upload_time": "2009-01-23T12:58:32", "url": "https://files.pythonhosted.org/packages/a4/a5/d879483d18d01e2a9fef9bb53ccc51d8d8f20ab83a769fbabb0336e9d415/boduch-0.0.8-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "f1881245ec20f16ff004110a4361ea0c", "sha256": "b9336a474a128edfe2a106059a44d5049215f104887c76ee92e205f02361099b" }, "downloads": -1, "filename": "boduch-0.0.8.tar.gz", "has_sig": false, "md5_digest": "f1881245ec20f16ff004110a4361ea0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10361, "upload_time": "2009-01-23T12:57:27", "url": "https://files.pythonhosted.org/packages/81/0a/1bc7c7361258a3c844598696a3f5b208b81725a687a5c58a716f6539d912/boduch-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "dd6162abd09090e6b82fe952624b5e8a", "sha256": "1bdf42f2e6f8b6f722535bad5af705f9fa8de44eeb9f5832ac9299c1d31f42dc" }, "downloads": -1, "filename": "boduch-0.0.9-py2.4.egg", "has_sig": false, "md5_digest": "dd6162abd09090e6b82fe952624b5e8a", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 63597, "upload_time": "2009-01-27T01:20:56", "url": "https://files.pythonhosted.org/packages/bf/d0/11af83d91adc457620c8db723352b074050d42002ebb3f1a9085e9b07581/boduch-0.0.9-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "ffa243cb4d767c2e2c97dccbcbbda476", "sha256": "d20f1fba6d29b20162ca5fb8cf95b37eea43926fd3b92d4e367d76bc2f9d790d" }, "downloads": -1, "filename": "boduch-0.0.9-py2.5.egg", "has_sig": false, "md5_digest": "ffa243cb4d767c2e2c97dccbcbbda476", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 63184, "upload_time": "2009-01-27T01:21:16", "url": "https://files.pythonhosted.org/packages/d5/69/83cf4dd7c5554ff02c55c7449dfa896804152198448a687e8a1ab1318f88/boduch-0.0.9-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "66640c66e65bdb7295380a8b6f3c92b4", "sha256": "a22d761d288186637a5320923e30083539b0ec4cd2a6cd74c36a417dd90eda18" }, "downloads": -1, "filename": "boduch-0.0.9.tar.gz", "has_sig": false, "md5_digest": "66640c66e65bdb7295380a8b6f3c92b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10316, "upload_time": "2009-01-27T01:20:25", "url": "https://files.pythonhosted.org/packages/ea/79/7bc3b5958661107a5219492f4672ef77635ebd1aca605d924097497cd30d/boduch-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "ecb4a717db8a6383c144977459a9c6f1", "sha256": "9cbe9f54ae27801c2a667278979e6af4200e6cbb8bb2d25b8404c3b4591094d2" }, "downloads": -1, "filename": "boduch-0.1.0-py2.4.egg", "has_sig": false, "md5_digest": "ecb4a717db8a6383c144977459a9c6f1", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 68847, "upload_time": "2009-02-01T14:40:12", "url": "https://files.pythonhosted.org/packages/c4/cc/b6cfc44981e35c1b6a265e36780d727914cb6f192f973773dcc3381d1977/boduch-0.1.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "85bcaf768807891009db91186d77db69", "sha256": "9a19c5a87fbb096621f147b86aed78caa673345f153648047bd6ec0c6433c09e" }, "downloads": -1, "filename": "boduch-0.1.0-py2.5.egg", "has_sig": false, "md5_digest": "85bcaf768807891009db91186d77db69", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 68378, "upload_time": "2009-02-01T14:40:34", "url": "https://files.pythonhosted.org/packages/e0/39/96fa00c065d27bc5d61c9e31c5c5a9fd82ccf7227ff097adbf88d9848827/boduch-0.1.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "faa8fac81ca1ac4826b15101c755f360", "sha256": "bfedcc73533d2487648bb35f6143bb06c1e6f66490b9574dfd11ccfaa248d2c9" }, "downloads": -1, "filename": "boduch-0.1.0.tar.gz", "has_sig": false, "md5_digest": "faa8fac81ca1ac4826b15101c755f360", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10865, "upload_time": "2009-02-01T14:39:30", "url": "https://files.pythonhosted.org/packages/b0/19/e37ed5a1cdf4d6a1afbf171eacaf48ccb674121dbc802fe9a8ae306ec4d6/boduch-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a771b511b903c69ad3ef12f0aa1256fa", "sha256": "82eb203747e0ea44630d6682d2800bc32acd4f64834945a538d3d5080d993bed" }, "downloads": -1, "filename": "boduch-0.1.1-py2.4.egg", "has_sig": false, "md5_digest": "a771b511b903c69ad3ef12f0aa1256fa", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 70798, "upload_time": "2009-02-12T01:18:51", "url": "https://files.pythonhosted.org/packages/c6/b9/49e3c58039547db124f3f13847cf37839a0767f14f3f46c5643a81005a9a/boduch-0.1.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "9fa95458020d6f6473916101e31aa709", "sha256": "50c1f0ea35c9feac42b4dcce786f7417df4ddb1b200bb8e45e2ded213de78c12" }, "downloads": -1, "filename": "boduch-0.1.1-py2.5.egg", "has_sig": false, "md5_digest": "9fa95458020d6f6473916101e31aa709", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 70338, "upload_time": "2009-02-12T01:19:22", "url": "https://files.pythonhosted.org/packages/e4/48/e301d9aa75ee10fd473e9cdfab1f9e2c1a11917a12af408306f6263f4d9f/boduch-0.1.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "643f6de6164b8b7561dec3b9e01a8fc8", "sha256": "165f14281a273d132d30a693fe35711da3ab3b9db570bd00049b559105882927" }, "downloads": -1, "filename": "boduch-0.1.1.tar.gz", "has_sig": false, "md5_digest": "643f6de6164b8b7561dec3b9e01a8fc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11423, "upload_time": "2009-02-12T01:18:30", "url": "https://files.pythonhosted.org/packages/99/29/fad16d260ae5416fd57d6740b3e2d92a9dd57af3ace4e1086c6265d38ae5/boduch-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "68a1f9e724eb34f5aeaf0a1e1adaa44b", "sha256": "263c00100d1e65d41e22157bc805c64d30b517fcc96447070291b27935c1f6e7" }, "downloads": -1, "filename": "boduch-0.1.2-py2.4.egg", "has_sig": false, "md5_digest": "68a1f9e724eb34f5aeaf0a1e1adaa44b", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 83726, "upload_time": "2009-02-27T20:48:02", "url": "https://files.pythonhosted.org/packages/4b/a1/798fbafbbf54e3a2b828eae2585a784abfd84a2d5f0d4a1ab6d2759ccffe/boduch-0.1.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "3926cf0f43293d59fe557bea725a173d", "sha256": "38c1a10dc624540128de6b8be73475cce9ea8cdda1b3c28aade38ea1fb2c3216" }, "downloads": -1, "filename": "boduch-0.1.2-py2.5.egg", "has_sig": false, "md5_digest": "3926cf0f43293d59fe557bea725a173d", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 83220, "upload_time": "2009-02-27T20:48:44", "url": "https://files.pythonhosted.org/packages/67/55/be903358153634f04496a66ae1ccc21973a9b914b675222fa56ab1e01ed2/boduch-0.1.2-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "d2a17ad08bbb894fa601d28a7098fc56", "sha256": "a408791ac806ca008628c928047a2b90c1377b4bc51c86fdf02374b1d97b9e7a" }, "downloads": -1, "filename": "boduch-0.1.2.tar.gz", "has_sig": false, "md5_digest": "d2a17ad08bbb894fa601d28a7098fc56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12649, "upload_time": "2009-02-27T20:47:47", "url": "https://files.pythonhosted.org/packages/56/07/236c0d54b704c41d265b19e330b675954cb01adf97bd7823a8907d6fd073/boduch-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "0b302ad7cba9b5af46134c0023effb62", "sha256": "e1a3b1a96ae37950f4aa7029c524c235203ece4c4dab07858760d1c16629db40" }, "downloads": -1, "filename": "boduch-0.1.3-py2.4.egg", "has_sig": false, "md5_digest": "0b302ad7cba9b5af46134c0023effb62", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 92955, "upload_time": "2009-03-13T20:11:37", "url": "https://files.pythonhosted.org/packages/2c/9f/ee1a6bade7975d60d6d3d91543ad756e233554355fa5ed0ae185baad4e4f/boduch-0.1.3-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "de8c57f6d6a734b77714a0ea984a2022", "sha256": "a87c9f2f9b9f754cd6605e005d3401241d7613645fe1a5a7300e5bba98d44d57" }, "downloads": -1, "filename": "boduch-0.1.3-py2.5.egg", "has_sig": false, "md5_digest": "de8c57f6d6a734b77714a0ea984a2022", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 92327, "upload_time": "2009-03-13T20:12:01", "url": "https://files.pythonhosted.org/packages/64/09/5e07aead252278a07afc14eff12ce7ce343cca6bd0c5a5f2c4d610ad557c/boduch-0.1.3-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "6cb9c7efda5f92e87538f4f09b32b97a", "sha256": "e8afde46dc0b134f73a820197832f72870800207ce81f109b00791ba303decce" }, "downloads": -1, "filename": "boduch-0.1.3.tar.gz", "has_sig": false, "md5_digest": "6cb9c7efda5f92e87538f4f09b32b97a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13326, "upload_time": "2009-03-13T20:10:24", "url": "https://files.pythonhosted.org/packages/89/3b/0eb52037924047016d5610e931b25571d1e152cba4fb41df400fc93497a2/boduch-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "a9c49c851d07f376e98a7b98230eb99e", "sha256": "fe33159e126fdf74fe514d6ab5b8b6d275200f0db68170f3197804d646bb9501" }, "downloads": -1, "filename": "boduch-0.1.4-py2.4.egg", "has_sig": false, "md5_digest": "a9c49c851d07f376e98a7b98230eb99e", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 94613, "upload_time": "2009-03-27T18:34:40", "url": "https://files.pythonhosted.org/packages/a1/a4/42f472219c4d786aa68a0f34bfccc2ec61f5e22d30892f269a71787cb259/boduch-0.1.4-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "baa6a15dbc4fb0226d1883b22cd1fd66", "sha256": "9cba641a56f7d7ff5068e8e6ee40b62454faa1beff7d7e195ac4625b150903f0" }, "downloads": -1, "filename": "boduch-0.1.4-py2.5.egg", "has_sig": false, "md5_digest": "baa6a15dbc4fb0226d1883b22cd1fd66", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 94015, "upload_time": "2009-03-27T18:35:01", "url": "https://files.pythonhosted.org/packages/f8/c4/b7496498c477849acd35096a2660e517965d9918173785f6e836f86ecec7/boduch-0.1.4-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "c6b854439e2993248a4007dc31f7b49f", "sha256": "cea9126e9a25047cab5901721532aa8e32406653c8655a52904fb926e17e5cbd" }, "downloads": -1, "filename": "boduch-0.1.4.tar.gz", "has_sig": false, "md5_digest": "c6b854439e2993248a4007dc31f7b49f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13737, "upload_time": "2009-03-27T18:34:16", "url": "https://files.pythonhosted.org/packages/cf/aa/a81aae64da626cfb0e950a7833b8df6b7e74785632025cb5c32a861c2d28/boduch-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "0ca919b79d522cb26fe10762c68f22bd", "sha256": "1401460bccd54426755b82c84c44c5360b5d849d7f7573affcc7200d4060218c" }, "downloads": -1, "filename": "boduch-0.1.5-py2.5.egg", "has_sig": false, "md5_digest": "0ca919b79d522cb26fe10762c68f22bd", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 110465, "upload_time": "2009-05-05T21:34:31", "url": "https://files.pythonhosted.org/packages/c7/ad/eedb1f9517e7421229657c794e643761293efec03335a3263447d2d6d9bc/boduch-0.1.5-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "e970d23bb6d4cf50d85637ab0877a6ec", "sha256": "5eafc45c81297159c2186b1aace7f19c12f3be7b7fd63c5a9c8afd8fb44444c3" }, "downloads": -1, "filename": "boduch-0.1.5-py2.6.egg", "has_sig": false, "md5_digest": "e970d23bb6d4cf50d85637ab0877a6ec", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 110396, "upload_time": "2009-05-05T21:35:08", "url": "https://files.pythonhosted.org/packages/cd/ce/be28a88b7cd5706e729f703a5670b8af4e3658782af37676442f62edd49e/boduch-0.1.5-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "677f78480dfe803a64a2ffd83741e8e0", "sha256": "5d94b77f24fff4608e020590ad6291f85de810466f97f1136e345ed84665d1d1" }, "downloads": -1, "filename": "boduch-0.1.5.tar.gz", "has_sig": false, "md5_digest": "677f78480dfe803a64a2ffd83741e8e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15650, "upload_time": "2009-05-05T21:34:06", "url": "https://files.pythonhosted.org/packages/49/c7/025f71729e7c6849098202220d2c6175ed5ce2bd46ce3ef4403d7bddd336/boduch-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "8f9ad6c0255402e185c1436c9841812c", "sha256": "5c18f91968ddcdbf8065ebb4ef48144831440e2d152de1f19099ab2eebdc2d40" }, "downloads": -1, "filename": "boduch-0.1.6-py2.5.egg", "has_sig": false, "md5_digest": "8f9ad6c0255402e185c1436c9841812c", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 116202, "upload_time": "2009-05-06T19:43:52", "url": "https://files.pythonhosted.org/packages/59/cd/b624e8dc0bf50bcf905212040a567bab974787cc9fad256cdb2cc2b22ef1/boduch-0.1.6-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "6383449f94aba7acad1645752143833b", "sha256": "b63ae8fdf719555e3cdaa3163ada43ff191ff75d1ff7bc341110225e1728ae6b" }, "downloads": -1, "filename": "boduch-0.1.6-py2.6.egg", "has_sig": false, "md5_digest": "6383449f94aba7acad1645752143833b", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 116094, "upload_time": "2009-05-06T19:44:24", "url": "https://files.pythonhosted.org/packages/4f/05/4f922a6246dfa4b18ae8577c9a233e2cfaf7bdda0eaac53168246ff5060a/boduch-0.1.6-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "4864d74719d193e8e2bfaa2d662f8ece", "sha256": "2b284e5618a75b7516d22f2be2d4ccff2f1f820e1453b75053d629b8bac8469b" }, "downloads": -1, "filename": "boduch-0.1.6.tar.gz", "has_sig": false, "md5_digest": "4864d74719d193e8e2bfaa2d662f8ece", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16465, "upload_time": "2009-05-06T19:43:27", "url": "https://files.pythonhosted.org/packages/4f/97/527c2a29011b6ca6339be994d84b6c5b48d900245b54abb9319ef2fd94c5/boduch-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "aca69abad39edb041325a07f2b224733", "sha256": "e28e12bdef8e8fc8efbf76aaef65148339b7627086a0fd46408d85a7a05f034b" }, "downloads": -1, "filename": "boduch-0.1.7-py2.5.egg", "has_sig": false, "md5_digest": "aca69abad39edb041325a07f2b224733", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 119144, "upload_time": "2009-05-27T23:22:23", "url": "https://files.pythonhosted.org/packages/6c/8b/767064b5d3c65822ac1d99fe1ddfcff64f799b6f7caf14fc841526763b0c/boduch-0.1.7-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "02d419b7d8432c04ce62115f79906693", "sha256": "3a9e8fdde334ac22b1db76ebad5b950ffa15f8a220d153362a6f932e9f4cf93c" }, "downloads": -1, "filename": "boduch-0.1.7-py2.6.egg", "has_sig": false, "md5_digest": "02d419b7d8432c04ce62115f79906693", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 119118, "upload_time": "2009-05-27T23:22:50", "url": "https://files.pythonhosted.org/packages/98/ad/715ce19986c751210f215eb07937e2c023d961b585b61968de153a553274/boduch-0.1.7-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "21594265ae9b07d62ade3a32fe3c350e", "sha256": "ed1a0594bd5f200fa2e0575ec9365c10e2f8cf67040d74befc34ae3ff1dfc8e8" }, "downloads": -1, "filename": "boduch-0.1.7.tar.gz", "has_sig": false, "md5_digest": "21594265ae9b07d62ade3a32fe3c350e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17304, "upload_time": "2009-05-27T23:22:08", "url": "https://files.pythonhosted.org/packages/d6/02/877c92b49f7f1f6c8c5185c99aae9795dadc58eecafae7d0b66232ed42d7/boduch-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "89f2018ad5a1ee7c54a8db05b10a3671", "sha256": "73b5af91aa60219a1b605c960fdfbec02eb51cad3beefb64ba139a970f6a7ee2" }, "downloads": -1, "filename": "boduch-0.1.8-py2.5.egg", "has_sig": false, "md5_digest": "89f2018ad5a1ee7c54a8db05b10a3671", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 135853, "upload_time": "2009-06-13T00:53:31", "url": "https://files.pythonhosted.org/packages/80/04/b2e3bfb3bb1f28460403f160d3b8a9f8a3a31223c4997a6c5adf24da67f3/boduch-0.1.8-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "69dd02b0317bbe2132d50c4bb67be914", "sha256": "00682a0e3411a5117d0efc6949cb1548ee6921226e0be97c479aa16ac1209ab8" }, "downloads": -1, "filename": "boduch-0.1.8-py2.6.egg", "has_sig": false, "md5_digest": "69dd02b0317bbe2132d50c4bb67be914", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 135734, "upload_time": "2009-06-13T00:54:44", "url": "https://files.pythonhosted.org/packages/5e/62/9830df44d40ca1421121fcc1f5cefa8e9d4a180ecb442753258160bf32a1/boduch-0.1.8-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "3209b96667288a27543aaf0df67097e6", "sha256": "ef472540d63bd07c482082c143d255384246501efca8aacb031d13874c32dec7" }, "downloads": -1, "filename": "boduch-0.1.8.tar.gz", "has_sig": false, "md5_digest": "3209b96667288a27543aaf0df67097e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18769, "upload_time": "2009-06-13T00:53:10", "url": "https://files.pythonhosted.org/packages/4b/2b/bd592da02d55de13e989bef9f0e3090af810b4961959985d8a89a8695392/boduch-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "a3585c886e88c9039c5f8d7a9852d831", "sha256": "3a39ac9a70b48b407b2a90ea2af1bd27a600607ac313d4dd6ca618f81bc10574" }, "downloads": -1, "filename": "boduch-0.1.9-py2.5.egg", "has_sig": false, "md5_digest": "a3585c886e88c9039c5f8d7a9852d831", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 137766, "upload_time": "2009-06-19T23:41:53", "url": "https://files.pythonhosted.org/packages/40/8e/5b0874de777397c097df06d80796b6da615e0ad2663875ff41999efd6905/boduch-0.1.9-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "89ba8d666c2aca3d7f823bca0a66939c", "sha256": "1ca44689260f4220d2c3674bca4bc051eea9618d6783e119476dd521b00397d7" }, "downloads": -1, "filename": "boduch-0.1.9-py2.6.egg", "has_sig": false, "md5_digest": "89ba8d666c2aca3d7f823bca0a66939c", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 137654, "upload_time": "2009-06-19T23:42:40", "url": "https://files.pythonhosted.org/packages/c4/3e/b64d6fa8857688e286aa1e284644497307328ae043de8f4315a62658e467/boduch-0.1.9-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "6c4b1b63673c33d598e0b3393693644f", "sha256": "d71ed3ff1c018ed3351c1ee4e92825b60f0540cb91bd0bc6eb5496730b3fd8cc" }, "downloads": -1, "filename": "boduch-0.1.9.tar.gz", "has_sig": false, "md5_digest": "6c4b1b63673c33d598e0b3393693644f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19285, "upload_time": "2009-06-19T23:41:38", "url": "https://files.pythonhosted.org/packages/1f/9f/d8dd02b7137b3d69242e2727616141ce82b2e47d6c808c02b5bb0893faa7/boduch-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "75ac952670417193fe37607e10aad332", "sha256": "1c80a15564e890dbfa92d0a05b7a1a4e0a5f6cfc6a7c6cbebe69614ec7801ea5" }, "downloads": -1, "filename": "boduch-0.2.0-py2.5.egg", "has_sig": false, "md5_digest": "75ac952670417193fe37607e10aad332", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 141926, "upload_time": "2009-07-01T00:11:08", "url": "https://files.pythonhosted.org/packages/70/ee/72c9026626756fcd1946c49e2e593d9476b1469e64ec2a178f6adb6c0a9d/boduch-0.2.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "6c63c909b65a11655f90aaed0f8907e8", "sha256": "eb102a0f84a5389ebc22408717ce0b5980455fd2c6a7dfbdcd609a11a50fdc7e" }, "downloads": -1, "filename": "boduch-0.2.0-py2.6.egg", "has_sig": false, "md5_digest": "6c63c909b65a11655f90aaed0f8907e8", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 141862, "upload_time": "2009-07-01T00:11:23", "url": "https://files.pythonhosted.org/packages/4b/e0/9570bc7964713584c90dc465427954ae8a865bbe96abab7da02fe88f39da/boduch-0.2.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "d60f5bf8ded3c622f8e9d96b0759ecd0", "sha256": "1ff997483eea37a63d6edaff698b97f53d306137bd572c12509dc5667411adc5" }, "downloads": -1, "filename": "boduch-0.2.0.tar.gz", "has_sig": false, "md5_digest": "d60f5bf8ded3c622f8e9d96b0759ecd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20288, "upload_time": "2009-07-01T00:10:50", "url": "https://files.pythonhosted.org/packages/fc/a4/fea11fa066599992eed1934122fa32287ab5dbbf7adbea25d6c2c24a3d6f/boduch-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "9dbd11e545359e1c33da9f2c86d61400", "sha256": "e0580480bf42a02c8d452c220fd02ee17998c211f6c2c02e7814acb2f285753e" }, "downloads": -1, "filename": "boduch-0.2.1-py2.5.egg", "has_sig": false, "md5_digest": "9dbd11e545359e1c33da9f2c86d61400", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 144389, "upload_time": "2009-08-14T23:36:07", "url": "https://files.pythonhosted.org/packages/2e/fa/70e7f355a3c5e361f08ce05b345aca3a5701a3c2b4d4fe254f2cfa9610c2/boduch-0.2.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "84a9cd89f9b9427d8af2d450825882c8", "sha256": "14eaeea50366620ac4394164b8811eb1285f020916f5d508b5f7c13fb5f002b8" }, "downloads": -1, "filename": "boduch-0.2.1-py2.6.egg", "has_sig": false, "md5_digest": "84a9cd89f9b9427d8af2d450825882c8", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 144281, "upload_time": "2009-08-14T23:36:41", "url": "https://files.pythonhosted.org/packages/6e/9d/784499c1bdcd88b589e93fab9de53d5ffd4748d764c1bf2de584a4d3ad27/boduch-0.2.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "16418e38f77b59a3ad3b1a70b3ceadd1", "sha256": "e4acc69c3cde3e4ed9e15a4746c1dde86b6527732e11c27c81bc9bc5468d50a3" }, "downloads": -1, "filename": "boduch-0.2.1.tar.gz", "has_sig": false, "md5_digest": "16418e38f77b59a3ad3b1a70b3ceadd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20617, "upload_time": "2009-08-14T23:35:41", "url": "https://files.pythonhosted.org/packages/ab/57/7448553fd2ac05057ddf86789759995ba8162781d8e24641bbc6983f2a4d/boduch-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9dbd11e545359e1c33da9f2c86d61400", "sha256": "e0580480bf42a02c8d452c220fd02ee17998c211f6c2c02e7814acb2f285753e" }, "downloads": -1, "filename": "boduch-0.2.1-py2.5.egg", "has_sig": false, "md5_digest": "9dbd11e545359e1c33da9f2c86d61400", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 144389, "upload_time": "2009-08-14T23:36:07", "url": "https://files.pythonhosted.org/packages/2e/fa/70e7f355a3c5e361f08ce05b345aca3a5701a3c2b4d4fe254f2cfa9610c2/boduch-0.2.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "84a9cd89f9b9427d8af2d450825882c8", "sha256": "14eaeea50366620ac4394164b8811eb1285f020916f5d508b5f7c13fb5f002b8" }, "downloads": -1, "filename": "boduch-0.2.1-py2.6.egg", "has_sig": false, "md5_digest": "84a9cd89f9b9427d8af2d450825882c8", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 144281, "upload_time": "2009-08-14T23:36:41", "url": "https://files.pythonhosted.org/packages/6e/9d/784499c1bdcd88b589e93fab9de53d5ffd4748d764c1bf2de584a4d3ad27/boduch-0.2.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "16418e38f77b59a3ad3b1a70b3ceadd1", "sha256": "e4acc69c3cde3e4ed9e15a4746c1dde86b6527732e11c27c81bc9bc5468d50a3" }, "downloads": -1, "filename": "boduch-0.2.1.tar.gz", "has_sig": false, "md5_digest": "16418e38f77b59a3ad3b1a70b3ceadd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20617, "upload_time": "2009-08-14T23:35:41", "url": "https://files.pythonhosted.org/packages/ab/57/7448553fd2ac05057ddf86789759995ba8162781d8e24641bbc6983f2a4d/boduch-0.2.1.tar.gz" } ] }