{ "info": { "author": "Kyle Lahnakoski", "author_email": "kyle@lahnakoski.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# pyLibrary\n\nA library of wonderful Python things!\n\n## Motivation\n\nThis library is born from my version of the `utils` library every project has.\nOnly, instead of being utilities that are specific to the task, these utilities\nare for multiple projects: They assume logs should be structured,\nall data should be JSONizable, and OO is preferred, and more.\n\n### Python is a Little Crufty ###\n\nPython is awesome now, but it was originally a procedural language invented\nbefore pure functional semantics, before OO, and even before the\ndiscovery of vowels. As a consequence there are many procedures that alter\ntheir own parameters, or have disemvoweled names. This library puts a facade\nover these relics of the past and uses convention to name methods.\n\n## Installing pyLibrary\n\nPython packages are easy to install, assuming you have Python (see below).\n\n pip install pyLibrary\n\n## Installing for Development\n\n * Download from Github:\n\n git clone https://github.com/klahnakoski/pyLibrary.git\n\n * Install requirements:\n\n python setup.py develop\n\n\nWindows 7 Install Instructions for Python\n-----------------------------------------\n\nUpdated November 2014, for Python 2.7.8\n\nPython was really made for Linux, and installation will be easier there.\nTechnically, Python works on Windows too, but there are a few gotchas you can\navoid by following these instructions.\n\n * Download Python 2.7\n * 32bit ONLY!!! Many native libs are 32 bit\n * Varsion 2.7.8 or higher (includes pip, so install is easier)\n * Install Python at ```c:\\Python27``` (The space in the \"Program Files\" may screw up installs of native libs)\n * Add to you path: ```c:\\Python27;c:\\Python27\\scripts;```\n * Download ```https://bootstrap.pypa.io/get-pip.py```\n\n CALL python get-pip.py\n CALL pip install virtualenv\n\n * Many \"Python Powered\" native installs require a pointer to the python installation, but they have no idea where to\n look in 64bit windows. You must alter the registry ([http://stackoverflow.com/questions/3652625/installing-setuptools-on-64-bit-windows](http://stackoverflow.com/questions/3652625/installing-setuptools-on-64-bit-windows)):\n\n SET HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Python\\PythonCore\\2.7\\InstallPath = \"C:\\Python27\"\n\n###Using virtualenv\n\n```virtualenv``` allows you to have multiple python projects on the same\nmachine, even if they use different versions of the same libraries.\n```virtualenv``` does this by making a copy of the main python directory and\nusing it to hold the specific versions required.\n\n* New environment: ```virtualenv ```\n* Activate environment: ```\\scripts\\activate```\n* Exit environment: ```deactivate```\n\nIf you have more than one project on your dev box I suggest you do all your\nwork inside a virtual environment.\n\n### PyPy and Virtual Environments\n\n```virtualenv``` can be used with PyPy, but it is a bit more involved. The\npaths must be explict, and some copying is required.\n\n#### New environment:\nThe first call to virtualenv will make the directory, to which you copy the\nPyPy core libraries, and the second call finishes the install.\n\n c:\\PyPy27\\bin\\virtualenv \n copy c:\\PyPy27\\bin\\lib_pypy \n copy c:\\PyPy27\\bin\\lib_python \n c:\\PyPy27\\bin\\virtualenv \n\n#### Activate environment:\nWith CPython ```virtualenv``` places it's executables in ```Scripts```. The\nPyPy version uses ```bin```\n\n \\bin\\activate\n\n#### Using PIP in PyPy:\n\nPyPy does not share any libraries with CPython. You must install the PyPy libraries using \n\n\tC:\\pypy\\bin\\pip.exe\n\nThe `pip` found in your `%PATH%` probably points to `C:\\python27\\Scripts\\pip.exe`.\n\n#### Using PIP in PyPy virtualenv:\n\nDo **NOT** use the ```\\Scripts``` directory: It installs to your\nmain PyPy installation. Pip install is done using the `bin` directory:\n\n \\bin\\pip.exe\n\n#### Exit environment:\nDeactivation is like normal\n\n deactivate\n\n### CPython Binaries and Virtual Environments\n\nIf you plan to use any binary packages, ```virtualenv``` will not work\ndirectly. Instead, install the binary (32 bit only!!) to the main python\ninstallation. Then copy any newly installed files/directories from\n```C:\\Python27\\Lib\\site-packages``` to ```\\Lib\\site-packages```.\n\n### Binaries and PyPy\n\nThis strategy for installing binaries into Virtual Environments is almost\nidentical to installing binaries into your PyPy environment: Install Numpy\nand Scipy to your CPython installation using a windows installer (which has\npre-compiled binaries), and then copy the ```C:\\Python27\\Lib\\site-packages\\```\nto ```c:\\PyPy\\site-packages\\```; note lack of ```Lib``` subdirectory.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/klahnakoski/pyLibrary", "keywords": "", "license": "MPL 2.0", "maintainer": "", "maintainer_email": "", "name": "pyLibrary", "package_url": "https://pypi.org/project/pyLibrary/", "platform": "", "project_url": "https://pypi.org/project/pyLibrary/", "project_urls": { "Homepage": "https://github.com/klahnakoski/pyLibrary" }, "release_url": "https://pypi.org/project/pyLibrary/2.57.19240/", "requires_dist": null, "requires_python": "", "summary": "Library of Wonderful Things", "version": "2.57.19240" }, "last_serial": 5745631, "releases": { "0.1.13316": [ { "comment_text": "", "digests": { "md5": "5bd88ef43b401e883a336aab101d9fff", "sha256": "df1a70f8f26ccd381c1544a38978f3638c65c61e254f934d085146ad54a6c43c" }, "downloads": -1, "filename": "pyLibrary-0.1.13316-py2.7.egg", "has_sig": false, "md5_digest": "5bd88ef43b401e883a336aab101d9fff", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 103669, "upload_time": "2013-11-12T03:23:17", "url": "https://files.pythonhosted.org/packages/41/90/88b9c3d0db8fe9fecdb164cca9455014ca05ff3f95ca330df568625711de/pyLibrary-0.1.13316-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "f0c6e35ea4a72a18810d732b4e6278d3", "sha256": "22570999e5f21c43bc2a73cf3e457dc05aee61f6321cb6ce3e963ef8dbb816d4" }, "downloads": -1, "filename": "pyLibrary-0.1.13316.win32-py2.7.exe", "has_sig": false, "md5_digest": "f0c6e35ea4a72a18810d732b4e6278d3", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 244526, "upload_time": "2013-11-12T03:23:26", "url": "https://files.pythonhosted.org/packages/b5/67/b8703ce33c687ef010223f27aaec6be4eb23e53a7975bff8b5581574d168/pyLibrary-0.1.13316.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "ffe1c1eb469108e3e2bbb52d50324526", "sha256": "e2730792f041ed20d4f173d14c2b908b55ac5915d1c01a3ddd6f26618bfee5b0" }, "downloads": -1, "filename": "pyLibrary-0.1.13316.zip", "has_sig": false, "md5_digest": "ffe1c1eb469108e3e2bbb52d50324526", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56625, "upload_time": "2013-11-12T03:23:33", "url": "https://files.pythonhosted.org/packages/7a/0b/140f4afca66767ce0219c1c1516c59c171e18aec32ee3495dd91c677dda3/pyLibrary-0.1.13316.zip" } ], "0.1.14059": [ { "comment_text": "", "digests": { "md5": "868e59531e84f4e4bf0433d9298d7919", "sha256": "4516db55a9258bed35bba3eb048c57ccba019dd45a6583308ec97e8f4c4dc8fe" }, "downloads": -1, "filename": "pyLibrary-0.1.14059-py2.7.egg", "has_sig": false, "md5_digest": "868e59531e84f4e4bf0433d9298d7919", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 38993, "upload_time": "2014-02-28T15:49:35", "url": "https://files.pythonhosted.org/packages/62/1f/2e19b7335e46b13bf13afa5a98793148c93961d8bce43e9d223b7cd49941/pyLibrary-0.1.14059-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5a75925a9b8b497851b13316e56460b1", "sha256": "9c85dca9613510592cbbc13c851a66b7983f9c8c33060caa8b15ebe274a2d67e" }, "downloads": -1, "filename": "pyLibrary-0.1.14059.win32-py2.7.exe", "has_sig": false, "md5_digest": "5a75925a9b8b497851b13316e56460b1", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 220238, "upload_time": "2014-02-28T15:49:44", "url": "https://files.pythonhosted.org/packages/cb/1d/4a5ca4165a3e16e5be633a2fdd0c18278d612d1c34637de266a6e9e88494/pyLibrary-0.1.14059.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "00a48f9c5eb33036878da8c742723a46", "sha256": "08b51be078c44794ea787232e150f205f166ee1d9b57e894b7e36d6a8c128804" }, "downloads": -1, "filename": "pyLibrary-0.1.14059.zip", "has_sig": false, "md5_digest": "00a48f9c5eb33036878da8c742723a46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43544, "upload_time": "2014-02-28T15:49:52", "url": "https://files.pythonhosted.org/packages/c2/25/b72722090b3518b0339a1eb0ce2a89972ec2ee64e9d1cc6987b18e6b14d9/pyLibrary-0.1.14059.zip" } ], "0.1.14070": [ { "comment_text": "", "digests": { "md5": "1ebe3257ae172b4bdfe63e768bf6a457", "sha256": "061de2ad5d266f6acef53da52bb2f4d5e34d27470cc9f69ce3a447afe5d34e21" }, "downloads": -1, "filename": "pyLibrary-0.1.14070-py2.7.egg", "has_sig": false, "md5_digest": "1ebe3257ae172b4bdfe63e768bf6a457", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 42987, "upload_time": "2014-03-11T19:29:00", "url": "https://files.pythonhosted.org/packages/b6/04/448b25cb463868e3c8572e565fea82a0704ac28b93bac362b0cb8c02b249/pyLibrary-0.1.14070-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "74c91e75e717e1790aa05bf1d386c85c", "sha256": "5483d4b2d1b0d1aa043bc25a4b6e70e48c28dcbb2152e821fe249beff930b329" }, "downloads": -1, "filename": "pyLibrary-0.1.14070.win32-py2.7.exe", "has_sig": false, "md5_digest": "74c91e75e717e1790aa05bf1d386c85c", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 221917, "upload_time": "2014-03-11T19:29:09", "url": "https://files.pythonhosted.org/packages/54/d9/4510cd1bcb23e289aebcf30f821d3ffc27bd8205885123716982c4f64df3/pyLibrary-0.1.14070.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "5512d5ea2e5bf8dd414c7bf046093862", "sha256": "f8ac7cb8bd44e885d85d6b8c02d97818ee50fd6435efdda0d7ed03f0f0382421" }, "downloads": -1, "filename": "pyLibrary-0.1.14070.zip", "has_sig": false, "md5_digest": "5512d5ea2e5bf8dd414c7bf046093862", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53908, "upload_time": "2014-03-11T19:29:17", "url": "https://files.pythonhosted.org/packages/b3/0e/6f709553ab61ecafb24806c86d7140f09ba865fc6fcd695707c60e274881/pyLibrary-0.1.14070.zip" } ], "0.1.14076": [ { "comment_text": "", "digests": { "md5": "8fd44f7faa10a13af732defeb11ce645", "sha256": "20e97f418163235e874d416cada38942c9430b526b05086c40286c40c8aa384c" }, "downloads": -1, "filename": "pyLibrary-0.1.14076-py2.7.egg", "has_sig": false, "md5_digest": "8fd44f7faa10a13af732defeb11ce645", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 44320, "upload_time": "2014-03-17T14:42:23", "url": "https://files.pythonhosted.org/packages/c2/73/e533699163f80a4f63d01ffaff8aea6fd2856b7d8674c537ab3bfab44351/pyLibrary-0.1.14076-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3a650c57e0c5fc9760670cb19aace2ad", "sha256": "abdba22abd02c316989dfda431037346ef934033909c35d7e2ee77b14b3cc017" }, "downloads": -1, "filename": "pyLibrary-0.1.14076.win32-py2.7.exe", "has_sig": false, "md5_digest": "3a650c57e0c5fc9760670cb19aace2ad", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 222508, "upload_time": "2014-03-17T14:42:32", "url": "https://files.pythonhosted.org/packages/22/17/c64e297189d7281ec2ece8197ed42526f72ec9db25fa6790a4c007650b54/pyLibrary-0.1.14076.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "7a89a9b6bc7d5aab36367ce4f9b42108", "sha256": "43d8938aade8976e5ed3da46735dfc31859cc46aa955845336eb01f0f48157e8" }, "downloads": -1, "filename": "pyLibrary-0.1.14076.zip", "has_sig": false, "md5_digest": "7a89a9b6bc7d5aab36367ce4f9b42108", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54503, "upload_time": "2014-03-17T14:42:41", "url": "https://files.pythonhosted.org/packages/7a/fe/7b4873cd6df4f77952f7eb83ec0d49f0aeb2320dcfbb3e6c244a4554531f/pyLibrary-0.1.14076.zip" } ], "0.1.14112": [ { "comment_text": "", "digests": { "md5": "0e660f147515c63458ef3aa59d6d5f49", "sha256": "0a0e4502490a54bb5b8c2bf1cef265d9856bb2b12f5efa222096c7bf5c6c3fd5" }, "downloads": -1, "filename": "pyLibrary-0.1.14112-py2.7.egg", "has_sig": false, "md5_digest": "0e660f147515c63458ef3aa59d6d5f49", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 52989, "upload_time": "2014-04-22T13:40:10", "url": "https://files.pythonhosted.org/packages/85/2b/f714c24f52818bc493a03525d881b03080d1e6432ae09132a870cb17480f/pyLibrary-0.1.14112-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "f3b8858999a7faf07773b5118defa9aa", "sha256": "4aae85c92c7c8beb7936d7f79187dcbf1e343061ae5402126d203da57a6d6d71" }, "downloads": -1, "filename": "pyLibrary-0.1.14112.win32-py2.7.exe", "has_sig": false, "md5_digest": "f3b8858999a7faf07773b5118defa9aa", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 225923, "upload_time": "2014-04-22T13:40:20", "url": "https://files.pythonhosted.org/packages/1e/d0/d3ec5cdb9a88a37e5855fc95697336dbf5960cdaa03f78eb9ae95f940a2f/pyLibrary-0.1.14112.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "b0b09fbba8f4b6c79ee0c1d2919a1709", "sha256": "a5851f0aca9341098121cf98bdd1671b015a11177fa22d7936a051edfbc256c5" }, "downloads": -1, "filename": "pyLibrary-0.1.14112.zip", "has_sig": false, "md5_digest": "b0b09fbba8f4b6c79ee0c1d2919a1709", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58817, "upload_time": "2014-04-22T13:40:29", "url": "https://files.pythonhosted.org/packages/b5/a6/a312d68f77663485f4aa9c69c1d950723ec056b302f15b9b81126f7cac2f/pyLibrary-0.1.14112.zip" } ], "0.1.14282": [ { "comment_text": "", "digests": { "md5": "ae1fae1d15194e7cf653fde57b460168", "sha256": "21c57870c89f030aeb35beea3df1ebfbd155b446638ca3ec3181dd410453708d" }, "downloads": -1, "filename": "pyLibrary-0.1.14282-py2.7.egg", "has_sig": false, "md5_digest": "ae1fae1d15194e7cf653fde57b460168", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 542016, "upload_time": "2014-10-09T23:28:32", "url": "https://files.pythonhosted.org/packages/39/33/893e6b5ba7498bf83462c1086db96864dfab640116662e2488cae5461e7a/pyLibrary-0.1.14282-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d95c89a51ac272618669fbd1a513774e", "sha256": "3b77490ae7d34a1284a80993ec447e952cf91dc183d3954a40c811ab4d8ca11e" }, "downloads": -1, "filename": "pyLibrary-0.1.14282.win32-py2.7.exe", "has_sig": false, "md5_digest": "d95c89a51ac272618669fbd1a513774e", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 448281, "upload_time": "2014-10-09T23:28:42", "url": "https://files.pythonhosted.org/packages/9c/2b/63c852f699ecd40ab958e2ca9734aa8eaadb3fbdb3f172dcff8a046ca25f/pyLibrary-0.1.14282.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "a88bcad246f1d74b69d3642da5bd0e0c", "sha256": "262df85f4f892e119d86a27fc504800b31ddc5c01aa2b69c470e8f5ae51d206f" }, "downloads": -1, "filename": "pyLibrary-0.1.14282.zip", "has_sig": false, "md5_digest": "a88bcad246f1d74b69d3642da5bd0e0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 255508, "upload_time": "2014-10-09T23:28:51", "url": "https://files.pythonhosted.org/packages/5c/13/d6ff79ce98ec8246674c893aa55423ab1345efd7d16989a3aac599d677aa/pyLibrary-0.1.14282.zip" } ], "0.10.16366": [ { "comment_text": "", "digests": { "md5": "0d5437b1508582cc685ffd45082c0c73", "sha256": "a78d6029c443240d7622c4a81e224b4fbd13d2fe8c3c7820ddec29159d9a6ecf" }, "downloads": -1, "filename": "pyLibrary-0.10.16366-py2.7.egg", "has_sig": false, "md5_digest": "0d5437b1508582cc685ffd45082c0c73", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 1025948, "upload_time": "2016-12-30T20:31:26", "url": "https://files.pythonhosted.org/packages/cf/a1/9bea7bc271408330b6cc017c150070bdce2c53b6f5f6860aa92d493bebe7/pyLibrary-0.10.16366-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e6f7513c348eec07abd5d0fee0c1fc04", "sha256": "3f45a785fd2edb50a6781325d54ad84c69e937d497bc296bff725e977b9a3a06" }, "downloads": -1, "filename": "pyLibrary-0.10.16366.win-amd64-py2.7.exe", "has_sig": false, "md5_digest": "e6f7513c348eec07abd5d0fee0c1fc04", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 655576, "upload_time": "2016-12-30T20:31:35", "url": "https://files.pythonhosted.org/packages/13/5a/f552a20ad33be8b4a07694d34d4b9ade9e1824b0f9938de3036a5fad02b8/pyLibrary-0.10.16366.win-amd64-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "ca321bb2d240959332314d659686b281", "sha256": "255c31a9e9eba889c1430eb4898afe4c07530bf886434450c7a3668c931c3667" }, "downloads": -1, "filename": "pyLibrary-0.10.16366.zip", "has_sig": false, "md5_digest": "ca321bb2d240959332314d659686b281", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 436883, "upload_time": "2016-12-30T20:31:41", "url": "https://files.pythonhosted.org/packages/8e/cc/2af432113a4970fd3501995cb902e0315d908030fb8f493c9df05fbaa439/pyLibrary-0.10.16366.zip" } ], "0.10.17001": [ { "comment_text": "", "digests": { "md5": "8e5b517dba3a605edd239c4ad574ce4c", "sha256": "6748b80c108569c8f95dce724f8cbc15254455e0098443163d41d9702b96aecd" }, "downloads": -1, "filename": "pyLibrary-0.10.17001-py2.7.egg", "has_sig": false, "md5_digest": "8e5b517dba3a605edd239c4ad574ce4c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 1025947, "upload_time": "2016-12-31T15:18:19", "url": "https://files.pythonhosted.org/packages/5d/19/aab1ef76ead3661d6e72a9cf186660531de05b659564cb1859026af50ce1/pyLibrary-0.10.17001-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b890429806441d9f0042c7ecae3add31", "sha256": "d4711919c8daf0f7e8f348a737f77abae628ab57c9d3da88e0740aeef82ad7dc" }, "downloads": -1, "filename": "pyLibrary-0.10.17001.win-amd64-py2.7.exe", "has_sig": false, "md5_digest": "b890429806441d9f0042c7ecae3add31", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 655575, "upload_time": "2016-12-31T15:18:28", "url": "https://files.pythonhosted.org/packages/ac/1e/e1c1cee515aa5f1d06e3538def8f5407efaa3b860b2f10a2b07ca7daf934/pyLibrary-0.10.17001.win-amd64-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "7ca445bad66527cce9e59742baf86156", "sha256": "2300893fb9e98d1710432790169b1d5f7d190d66ee94d37da00417b2857aea82" }, "downloads": -1, "filename": "pyLibrary-0.10.17001.zip", "has_sig": false, "md5_digest": "7ca445bad66527cce9e59742baf86156", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 436881, "upload_time": "2016-12-31T15:18:34", "url": "https://files.pythonhosted.org/packages/6f/50/b66156c002ac6540acb8fb893a6276ce78b3d8f3189c5b7c88221219cbbf/pyLibrary-0.10.17001.zip" } ], "0.3.14288": [ { "comment_text": "", "digests": { "md5": "08246c809668d17ef22f48d8e820368c", "sha256": "f15580c9903226ee2659fdd896da421f2f8760fef6d807a7d12c5469dfa8d444" }, "downloads": -1, "filename": "pyLibrary-0.3.14288-py2.7.egg", "has_sig": false, "md5_digest": "08246c809668d17ef22f48d8e820368c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 592636, "upload_time": "2015-01-01T11:48:47", "url": "https://files.pythonhosted.org/packages/85/39/951ca71b31c443bd3ec82d1d220b48a95077dc6dded8423d4ddb43b8933a/pyLibrary-0.3.14288-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "78926a4eb2f2368d13920dba79bc4c30", "sha256": "77ac95adf7b655f44b915a90a7392a70830605c41556a9f2b08eca36daa62aff" }, "downloads": -1, "filename": "pyLibrary-0.3.14288.win32-py2.7.exe", "has_sig": false, "md5_digest": "78926a4eb2f2368d13920dba79bc4c30", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 449510, "upload_time": "2015-01-01T11:48:55", "url": "https://files.pythonhosted.org/packages/8a/62/a0c41b8b0bd411f5ecc3394f65bd756f4af8bbafe07728d7a8d47b9677cf/pyLibrary-0.3.14288.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "6cae5e8e8d7cbd84be2663ba019f2874", "sha256": "9d3f66ffd353d99662c26731d438843418aff94ba1d5211cfed6480707d6ccc0" }, "downloads": -1, "filename": "pyLibrary-0.3.14288.zip", "has_sig": false, "md5_digest": "6cae5e8e8d7cbd84be2663ba019f2874", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 257486, "upload_time": "2015-01-01T11:49:00", "url": "https://files.pythonhosted.org/packages/70/e6/3086be9363335ef9f2a15463c50a4e9c0c8e426606125d719c680b7edcf3/pyLibrary-0.3.14288.zip" } ], "0.3.15001": [ { "comment_text": "", "digests": { "md5": "3e3ec37f3cfdcd6b20c883b4584fe5b1", "sha256": "317418c035b5707ea3e33475de1c4b061038ed187fa570efcb1cf79f8395deab" }, "downloads": -1, "filename": "pyLibrary-0.3.15001-py2.7.egg", "has_sig": false, "md5_digest": "3e3ec37f3cfdcd6b20c883b4584fe5b1", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 596343, "upload_time": "2015-01-01T14:04:00", "url": "https://files.pythonhosted.org/packages/31/d6/df5a423c487148996d7356b0d6db7299499afd9d45df8af3cba3402e4a72/pyLibrary-0.3.15001-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ef08a79b91b1e2c2017bee1b5fd4707b", "sha256": "41724945cfc88b76c3f5a0bcd9a78a3ce6da049ab31a844aceebcc938a7da3a7" }, "downloads": -1, "filename": "pyLibrary-0.3.15001.win32-py2.7.exe", "has_sig": false, "md5_digest": "ef08a79b91b1e2c2017bee1b5fd4707b", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 457177, "upload_time": "2015-01-01T14:04:09", "url": "https://files.pythonhosted.org/packages/b9/6a/a3c33afad6cdc76c28f2911af98a81ed42cd445369e566cedd5a3430f7a0/pyLibrary-0.3.15001.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "b51e56f2210e683d7000a799b55bc9b9", "sha256": "186b9d8f74cfe3a89bca9aaf9ae70300cf463474de37faeb221f1d82b1a7fd88" }, "downloads": -1, "filename": "pyLibrary-0.3.15001.zip", "has_sig": false, "md5_digest": "b51e56f2210e683d7000a799b55bc9b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 264340, "upload_time": "2015-01-01T14:04:14", "url": "https://files.pythonhosted.org/packages/c9/80/89e37da16a9b4c571f6ea93d2754c48cca76426874b9837faf5085e10519/pyLibrary-0.3.15001.zip" } ], "0.4.15007": [ { "comment_text": "", "digests": { "md5": "fc0fae35bfdd902fd882a35e345605eb", "sha256": "82009e5613fad5fdc0e61a9c2e690ba97e23c4daab68677e43db600cce103ef1" }, "downloads": -1, "filename": "pyLibrary-0.4.15007-py2.7.egg", "has_sig": false, "md5_digest": "fc0fae35bfdd902fd882a35e345605eb", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 598909, "upload_time": "2015-01-07T16:17:11", "url": "https://files.pythonhosted.org/packages/58/b9/7823fb437b50016ddbdc9e7249a590c0f63034e0493e438912418e096dc8/pyLibrary-0.4.15007-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "8b4037fc666f02907aa33222707889f6", "sha256": "1e8da053c4c2298487ed608d1a74b94e6a18fdeef529ca69c4ae606aa0bb8b2e" }, "downloads": -1, "filename": "pyLibrary-0.4.15007.win32-py2.7.exe", "has_sig": false, "md5_digest": "8b4037fc666f02907aa33222707889f6", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 462353, "upload_time": "2015-01-07T16:17:23", "url": "https://files.pythonhosted.org/packages/92/2b/c58f13799885941746e78f4f08309374248bd64d896819bf6f6ff4d42d08/pyLibrary-0.4.15007.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "9bdcf186125f5deb2f771c92d71ae6ab", "sha256": "7d617ca1bbeae6c86e9b2af19d2c0a6d55cef9f3df867768daf5aa2f6e6ee5b5" }, "downloads": -1, "filename": "pyLibrary-0.4.15007.zip", "has_sig": false, "md5_digest": "9bdcf186125f5deb2f771c92d71ae6ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 269550, "upload_time": "2015-01-07T16:17:28", "url": "https://files.pythonhosted.org/packages/6b/fd/ba8335eb3005e3617720f621c270121d1de253910a10b5b580a20fc1dd4d/pyLibrary-0.4.15007.zip" } ], "0.4.15053": [ { "comment_text": "", "digests": { "md5": "4bbce21587c89091f91c0d5d91472388", "sha256": "80b3550e7b5a416c23bd44ebb6e39c956980158bb710c9756523b69f6176f7d2" }, "downloads": -1, "filename": "pyLibrary-0.4.15053-py2.7.egg", "has_sig": false, "md5_digest": "4bbce21587c89091f91c0d5d91472388", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 657897, "upload_time": "2015-02-22T14:23:23", "url": "https://files.pythonhosted.org/packages/c1/e9/5a1f9cf8c957f638461149ed0ba49190e14747059eca0b6f3111c0367fbd/pyLibrary-0.4.15053-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b0f5a1f95f2654afe9935926ddf909b7", "sha256": "2da102c0067401d8b37d8546779f1a2deccd68ea94cd53d25480540d16fae1af" }, "downloads": -1, "filename": "pyLibrary-0.4.15053.win32-py2.7.exe", "has_sig": false, "md5_digest": "b0f5a1f95f2654afe9935926ddf909b7", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 506255, "upload_time": "2015-02-22T14:23:31", "url": "https://files.pythonhosted.org/packages/cf/da/57b5d945b7207a87d10bcba15e8d9d98f640dd6fb74842aa138f17dea77a/pyLibrary-0.4.15053.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "f6f2f061f608ac3d892693b5a6483b85", "sha256": "d61c3150ba7e3cb9a710956e26386bd5e17a6ca12b78f750ccee5c6cb8627ab3" }, "downloads": -1, "filename": "pyLibrary-0.4.15053.zip", "has_sig": false, "md5_digest": "f6f2f061f608ac3d892693b5a6483b85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 313997, "upload_time": "2015-02-22T14:23:36", "url": "https://files.pythonhosted.org/packages/e4/c9/39dae8d9391f22c34c2a2f96016f408660858bf13abae639eec2debb9f9d/pyLibrary-0.4.15053.zip" } ], "0.5.15061": [ { "comment_text": "", "digests": { "md5": "edb12cff7225010e7f2e7b5d2ce23ce9", "sha256": "fe3d6ead899ae224ce5564250b05709319ee3e0f7c1685ec7c2e2e6257481026" }, "downloads": -1, "filename": "pyLibrary-0.5.15061-py2.7.egg", "has_sig": false, "md5_digest": "edb12cff7225010e7f2e7b5d2ce23ce9", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 678988, "upload_time": "2015-03-02T20:58:45", "url": "https://files.pythonhosted.org/packages/08/d9/9e3caef98be12517ff658f1695123d463f977bfa920958e4a8bd75c73642/pyLibrary-0.5.15061-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ba90f092b0f99444cfe5970e5a8cf285", "sha256": "7535ece219f83c36053679640784e5c7f68651b1225be60ae41613b13a653bc1" }, "downloads": -1, "filename": "pyLibrary-0.5.15061.win32-py2.7.exe", "has_sig": false, "md5_digest": "ba90f092b0f99444cfe5970e5a8cf285", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 515302, "upload_time": "2015-03-02T20:58:53", "url": "https://files.pythonhosted.org/packages/7e/49/31d98e2736f205e520e75b334c04fe836785b9d21f8ead1aef643b35baff/pyLibrary-0.5.15061.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "51169fad542a6f9a90fb10fb80243f11", "sha256": "f7e1f512c5713206c803c6e371750e2175885a9465faf1a62b6afdb1582b9fb2" }, "downloads": -1, "filename": "pyLibrary-0.5.15061.zip", "has_sig": false, "md5_digest": "51169fad542a6f9a90fb10fb80243f11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 323163, "upload_time": "2015-03-02T20:58:58", "url": "https://files.pythonhosted.org/packages/78/e7/d01c6d94bf43a5cc3c3ffd8c8c51ace478a5c99b555e674f37746c83c20f/pyLibrary-0.5.15061.zip" } ], "0.6.15072": [], "0.6.15132": [], "0.7.15132": [ { "comment_text": "", "digests": { "md5": "cbe71d7cd1d0d73309e4ef30742a933d", "sha256": "c04ad8a9a7b218f6851f913a4383127b951a9a73c9a09bacbdbc908df99d2d24" }, "downloads": -1, "filename": "pyLibrary-0.7.15132-py2.7.egg", "has_sig": false, "md5_digest": "cbe71d7cd1d0d73309e4ef30742a933d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 726736, "upload_time": "2015-05-12T19:21:38", "url": "https://files.pythonhosted.org/packages/f1/49/5664d00ba75fd4ba3f26dee9d0a868f3678b64dbde68bff73af7bb7d2a23/pyLibrary-0.7.15132-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "9fca93871294ffa00fc620b1ecd58828", "sha256": "bff340a7bb40cf77a5f68f90f1f0c7fe74523a682387532b2cc38f6233ea739a" }, "downloads": -1, "filename": "pyLibrary-0.7.15132.win32-py2.7.exe", "has_sig": false, "md5_digest": "9fca93871294ffa00fc620b1ecd58828", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 535663, "upload_time": "2015-05-12T19:21:49", "url": "https://files.pythonhosted.org/packages/a5/04/ccf62ac6296d393b6f12e8916c354b7236937e5553a8cd159951bb978da2/pyLibrary-0.7.15132.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "9685dbed7207430325fb0327d5850828", "sha256": "53738a76ebaf1fd9346b1e05c3efef0967f4eddf40b4dbe1168c2af4808adfbd" }, "downloads": -1, "filename": "pyLibrary-0.7.15132.zip", "has_sig": false, "md5_digest": "9685dbed7207430325fb0327d5850828", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 343791, "upload_time": "2015-05-12T19:21:55", "url": "https://files.pythonhosted.org/packages/38/f9/1ea5a42cd6ec93d3eea763cf0611f733e02f16836a62f54b68cc3f25b367/pyLibrary-0.7.15132.zip" } ], "0.8.15326": [ { "comment_text": "", "digests": { "md5": "66df7b21135141513ba27c33accd8c56", "sha256": "3445a0fc07309e3a6e1015f348c80aaf72efb62afe260364f87dcbdd8c9cd528" }, "downloads": -1, "filename": "pyLibrary-0.8.15326-py2.7.egg", "has_sig": false, "md5_digest": "66df7b21135141513ba27c33accd8c56", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 857453, "upload_time": "2015-11-21T22:18:30", "url": "https://files.pythonhosted.org/packages/db/a1/16e35cdd0f7529b44368025890c6b85cc91abb8099d190ba55118f65f8bd/pyLibrary-0.8.15326-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "383693a682f647d8d0e183f94c6fc31c", "sha256": "f3f4b749ffd318802335ed2aacf88920c34322d41b29957040410ed6f8f26029" }, "downloads": -1, "filename": "pyLibrary-0.8.15326.win32-py2.7.exe", "has_sig": false, "md5_digest": "383693a682f647d8d0e183f94c6fc31c", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 598031, "upload_time": "2015-11-21T22:18:50", "url": "https://files.pythonhosted.org/packages/44/1f/59e4a1b98ded288124afbecf44f1822c77d7bff58cbeb38267ada348ccf7/pyLibrary-0.8.15326.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "45075b1f870d5831c392d0761ca1e6ce", "sha256": "a4c3f0eca6f503596093392de1302ac795508bb8ab71b38f102310df2cfeb817" }, "downloads": -1, "filename": "pyLibrary-0.8.15326.zip", "has_sig": false, "md5_digest": "45075b1f870d5831c392d0761ca1e6ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 406760, "upload_time": "2015-11-21T22:19:03", "url": "https://files.pythonhosted.org/packages/01/c0/c53abc054bb61972ca13c1e1238c7153a198b5203c8daa7fc0cfc9071fdf/pyLibrary-0.8.15326.zip" } ], "0.8.15365": [ { "comment_text": "", "digests": { "md5": "fc9e84f575af9a4cfee83eadfa113110", "sha256": "62d5f558a2ce63375421786641cde232ee61f10c025dd14b5591fb22f9404cc5" }, "downloads": -1, "filename": "pyLibrary-0.8.15365-py2.7.egg", "has_sig": false, "md5_digest": "fc9e84f575af9a4cfee83eadfa113110", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 861325, "upload_time": "2015-12-30T14:03:55", "url": "https://files.pythonhosted.org/packages/56/39/a683c817c47f03e54a865f685349e3c22bc8117c3e0b02f3793caf26685d/pyLibrary-0.8.15365-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "32cf858184d9aad91c7eab4ee50f68df", "sha256": "32bdc5815ce1f51d51edbbad870b36cc3248607d7df428bd8b6ad063790167d2" }, "downloads": -1, "filename": "pyLibrary-0.8.15365.win32-py2.7.exe", "has_sig": false, "md5_digest": "32cf858184d9aad91c7eab4ee50f68df", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 600371, "upload_time": "2015-12-30T14:04:14", "url": "https://files.pythonhosted.org/packages/9e/30/ed76dea957b07014ec762c09f52d500cf362231e6f544ae007b8bdf6e92c/pyLibrary-0.8.15365.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "ebc951776a94076b7fe845461680d372", "sha256": "003d35da618214706ec3457e29d632ae817732fb0a23b63a61f5f007caff5c97" }, "downloads": -1, "filename": "pyLibrary-0.8.15365.zip", "has_sig": false, "md5_digest": "ebc951776a94076b7fe845461680d372", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 409031, "upload_time": "2015-12-30T14:04:24", "url": "https://files.pythonhosted.org/packages/f7/8a/fb9f7242343f00769cc87c8f8d6a5285bfe8b6f694d0864c6e8d4b0e52f5/pyLibrary-0.8.15365.zip" } ], "0.8.16005": [ { "comment_text": "", "digests": { "md5": "89d7a6268a9af6742ba6d028510851a8", "sha256": "23564673fc962017bb86deb4aac7ea17f255b48bc03e2f221456bc72da890627" }, "downloads": -1, "filename": "pyLibrary-0.8.16005-py2.7.egg", "has_sig": false, "md5_digest": "89d7a6268a9af6742ba6d028510851a8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 861486, "upload_time": "2016-01-04T16:10:36", "url": "https://files.pythonhosted.org/packages/17/d8/a4c5d44446bbe6e0a823de03c5016d06ef49ea4b9cfa4a30ae55e25d6c7c/pyLibrary-0.8.16005-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ac213a28487c2cd04296c899aa3c5df5", "sha256": "a6da99e5026f4c8e0479598e05abbcbe754f242992c5138a8eefd43188ec0236" }, "downloads": -1, "filename": "pyLibrary-0.8.16005.win32-py2.7.exe", "has_sig": false, "md5_digest": "ac213a28487c2cd04296c899aa3c5df5", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 600411, "upload_time": "2016-01-04T16:11:06", "url": "https://files.pythonhosted.org/packages/67/07/ad4d5c60585dabe4ef331764d3775c42c24e8123499d594cfb8a6641873e/pyLibrary-0.8.16005.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "c61ff4013de5720ce17d164d4570471e", "sha256": "97ae2a89816c9ea70997325626e3300d3823450c6c4c1446f28b9442486ca98a" }, "downloads": -1, "filename": "pyLibrary-0.8.16005.zip", "has_sig": false, "md5_digest": "c61ff4013de5720ce17d164d4570471e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 409072, "upload_time": "2016-01-04T16:11:18", "url": "https://files.pythonhosted.org/packages/ac/45/28621d9ea1f5303e6c6d19f02205f400b7bf40dff790a7087d6a0e0682b3/pyLibrary-0.8.16005.zip" } ], "0.9.16005": [], "0.9.16076": [ { "comment_text": "", "digests": { "md5": "102ada8a23b38a897fa8095699b72e79", "sha256": "1615beec1e9ac45e1fb2d93ae10c3b58e137f4875dcf17be038132114ce3cacc" }, "downloads": -1, "filename": "pyLibrary-0.9.16076-py2.7.egg", "has_sig": false, "md5_digest": "102ada8a23b38a897fa8095699b72e79", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 886893, "upload_time": "2016-03-15T15:43:59", "url": "https://files.pythonhosted.org/packages/b5/41/d47407f80b14efb17c388ea95c4c4ae09f0e2077c9da8d22b1a6d58037a3/pyLibrary-0.9.16076-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "39fdee71d0accdfa5220cd8191eb6aed", "sha256": "7193c2ba962e3ed4d378e22be9becc30e4557098bef1d881b31e8e2ad0c9e4b9" }, "downloads": -1, "filename": "pyLibrary-0.9.16076.win32-py2.7.exe", "has_sig": false, "md5_digest": "39fdee71d0accdfa5220cd8191eb6aed", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 610882, "upload_time": "2016-03-15T15:44:25", "url": "https://files.pythonhosted.org/packages/99/be/161c6a5b3dbf652adf85ca06cd04b5df63f93478f8c0eac2abbfd7cc7af9/pyLibrary-0.9.16076.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "eb979712f8614ce02d2d8ec2d6b9f070", "sha256": "7316209809ba3ffcab2da2228ffff32c408211791d264648171607cb18f10eb2" }, "downloads": -1, "filename": "pyLibrary-0.9.16076.zip", "has_sig": false, "md5_digest": "eb979712f8614ce02d2d8ec2d6b9f070", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 419542, "upload_time": "2016-03-15T15:44:37", "url": "https://files.pythonhosted.org/packages/d0/c8/abe906718db71154d5246cc047d65a2bcdbd80a879b156988fe3c2ffbc22/pyLibrary-0.9.16076.zip" } ], "0.9.16319": [ { "comment_text": "", "digests": { "md5": "cf8f59c65047fd42c732fdc118f44cc0", "sha256": "f9492865c2390a2d4db002bd31d8c3e6d7d4f7e8069ed47339b89edb0be3252b" }, "downloads": -1, "filename": "pyLibrary-0.9.16319-py2.7.egg", "has_sig": false, "md5_digest": "cf8f59c65047fd42c732fdc118f44cc0", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 1006989, "upload_time": "2016-11-13T01:36:22", "url": "https://files.pythonhosted.org/packages/df/32/de248436ff8c7ce267f8742bb8673f5755f39968a14eae2a558e59918b7e/pyLibrary-0.9.16319-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "4ba414c1cb0e095356ceb1e12b06e06d", "sha256": "2e8a7cc6d905d9c73418bc80334480f0fc72790ac6725d713cdd71660176e636" }, "downloads": -1, "filename": "pyLibrary-0.9.16319.win-amd64-py2.7.exe", "has_sig": false, "md5_digest": "4ba414c1cb0e095356ceb1e12b06e06d", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 684682, "upload_time": "2016-11-13T01:36:32", "url": "https://files.pythonhosted.org/packages/a1/fa/45d5c8234777f892e102dcf2f597df32833f64d3429a009580ae0bf7c54a/pyLibrary-0.9.16319.win-amd64-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "238bb787b2f7653a10c9a3d9cc86daed", "sha256": "d45817311d97c89fb79403bc868b02b81ac180d0d8d781c88a6ad29236abf9b5" }, "downloads": -1, "filename": "pyLibrary-0.9.16319.zip", "has_sig": false, "md5_digest": "238bb787b2f7653a10c9a3d9cc86daed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 465982, "upload_time": "2016-11-13T01:36:38", "url": "https://files.pythonhosted.org/packages/de/53/c2659adeae9e1ec4e35416e263671ee0192cfc8667a8ee5915d12fb1f3f8/pyLibrary-0.9.16319.zip" } ], "0.9.16366": [], "1.0.17041": [ { "comment_text": "", "digests": { "md5": "f19ce2c1de1afa3c81eddf6f25dfbe5c", "sha256": "b9ab31f8fee6e06fda3cc25d2e708676b9a5bf103682bd41fe27b20b9e0f0432" }, "downloads": -1, "filename": "pyLibrary-1.0.17041-py2.7.egg", "has_sig": false, "md5_digest": "f19ce2c1de1afa3c81eddf6f25dfbe5c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 1053258, "upload_time": "2017-02-09T21:17:35", "url": "https://files.pythonhosted.org/packages/b6/31/4cd1d60a6c3dd6781ebeeb92348ae7ab51e8c512e6b2eaf18cc1a6452509/pyLibrary-1.0.17041-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "bd632c633bd0dc25e15e9f9274af35c7", "sha256": "3b98a46953ac2e79de2738840740064d562c38cf5ab1e61225e61532aeba598c" }, "downloads": -1, "filename": "pyLibrary-1.0.17041.win32-py2.7.exe", "has_sig": false, "md5_digest": "bd632c633bd0dc25e15e9f9274af35c7", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 640002, "upload_time": "2017-02-09T21:17:43", "url": "https://files.pythonhosted.org/packages/58/8a/6d1ca54127ca2991ddf475054983b406ef08d533e7744b1be9b6f721062a/pyLibrary-1.0.17041.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "1f4b416cf44dd9b158ff71c127dce764", "sha256": "2a2c0f21cc89c3cb00e3a4caf0a1e109edbac093e8d341cf38efcc841c648a17" }, "downloads": -1, "filename": "pyLibrary-1.0.17041.zip", "has_sig": false, "md5_digest": "1f4b416cf44dd9b158ff71c127dce764", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 504229, "upload_time": "2017-02-09T21:17:49", "url": "https://files.pythonhosted.org/packages/91/54/11d2d52defa78ed1e38bb2511bd1197ee48a4b4b9cc4593e920a839db477/pyLibrary-1.0.17041.zip" } ], "1.0.17049": [ { "comment_text": "", "digests": { "md5": "58278fa1a942513885cb8dba684ff8b2", "sha256": "63b1854d6bac7397b18d5aaf9148dce591bdad6d5b0cb8f0cd4159a09999e1d8" }, "downloads": -1, "filename": "pyLibrary-1.0.17049-py2.7.egg", "has_sig": false, "md5_digest": "58278fa1a942513885cb8dba684ff8b2", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 434011, "upload_time": "2017-02-18T02:10:58", "url": "https://files.pythonhosted.org/packages/45/3f/1c34474d20aa3c19f0b944b69bba4bffaa6761b14e2779b73cbc71ae2d95/pyLibrary-1.0.17049-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "88958571cf870fb40b88f5407d2d62ba", "sha256": "a19fccd7448f8ac14c5d2981fd9d52a5e309f26dc87e3cdead8e6f889c5f0750" }, "downloads": -1, "filename": "pyLibrary-1.0.17049.zip", "has_sig": false, "md5_digest": "88958571cf870fb40b88f5407d2d62ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 503879, "upload_time": "2017-02-18T02:11:10", "url": "https://files.pythonhosted.org/packages/07/b0/b9670dc4e718aa0efd02e31166e85d3efb0da17eb56fe1cce22d81237cca/pyLibrary-1.0.17049.zip" } ], "1.0.17056": [ { "comment_text": "", "digests": { "md5": "def41fd0ad58bfdd89bb38c79ee3e8b4", "sha256": "5acf7a09fd11083678d1b897a5457ee5ff4b3481eac5c91b2120af422a730397" }, "downloads": -1, "filename": "pyLibrary-1.0.17056-py2.7.egg", "has_sig": false, "md5_digest": "def41fd0ad58bfdd89bb38c79ee3e8b4", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 416395, "upload_time": "2017-02-25T20:29:54", "url": "https://files.pythonhosted.org/packages/aa/15/9a42c8622a06923bc5592ac11138420f40d1305ac338092188dedc58e29b/pyLibrary-1.0.17056-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "f0af5c7f2b67e8d4230f7207328eb39a", "sha256": "cb39337303cf1988efdcecb18247ccb48ff0046cbe3afec2002d6c95440c6bdf" }, "downloads": -1, "filename": "pyLibrary-1.0.17056.zip", "has_sig": false, "md5_digest": "f0af5c7f2b67e8d4230f7207328eb39a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 486182, "upload_time": "2017-02-25T20:30:08", "url": "https://files.pythonhosted.org/packages/3d/13/222573ad20067e7e24127e5e4ebb0fb0a469b2772c5fd8cab259d6f65107/pyLibrary-1.0.17056.zip" } ], "1.1.17056": [ { "comment_text": "", "digests": { "md5": "8bf1dcfae4d2ddd9de0491694ed40d69", "sha256": "a722fcbaeef82aff07d002eafcdde7038acfa45d1ee00d17c53b3780b632f11c" }, "downloads": -1, "filename": "pyLibrary-1.1.17056-py2.7.egg", "has_sig": false, "md5_digest": "8bf1dcfae4d2ddd9de0491694ed40d69", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 177255, "upload_time": "2017-02-25T20:44:59", "url": "https://files.pythonhosted.org/packages/2c/99/0b923303ab54b8afc7bfa5579f02b735e9690db5cd359a999e4c05d01d0a/pyLibrary-1.1.17056-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "baf0f3b615b2f0bf95c9b30abed2d1de", "sha256": "bbb90b24ed45201f069e5b2ae69eae490e1f9ee2c3694d01a9231db6e87bb1b8" }, "downloads": -1, "filename": "pyLibrary-1.1.17056.zip", "has_sig": false, "md5_digest": "baf0f3b615b2f0bf95c9b30abed2d1de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 288765, "upload_time": "2017-02-25T20:45:09", "url": "https://files.pythonhosted.org/packages/df/ee/6ed79a7418891febbbd822180dab648710d4b5eb5d0181616f2f2ad65ad2/pyLibrary-1.1.17056.zip" } ], "1.2.17089": [ { "comment_text": "", "digests": { "md5": "3931cb198e1b474035c56cc472d47e95", "sha256": "e3c02a8e580ecce07a830b8164a94451055b70c3662ea9cc9ae0f273ffeb5671" }, "downloads": -1, "filename": "pyLibrary-1.2.17089.zip", "has_sig": false, "md5_digest": "3931cb198e1b474035c56cc472d47e95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 490230, "upload_time": "2017-03-30T21:46:11", "url": "https://files.pythonhosted.org/packages/11/16/02d7d9be621f41f25fa1572349866159b75d290cb9ae562a8b834bd0e550/pyLibrary-1.2.17089.zip" } ], "1.2.17090": [ { "comment_text": "", "digests": { "md5": "9a1a41f52ec1326c005166e8cf4c9fbe", "sha256": "e129c9090c096e774a9f6d71444b577b74a637ca97eff967000fdaf50a619a3f" }, "downloads": -1, "filename": "pyLibrary-1.2.17090.zip", "has_sig": false, "md5_digest": "9a1a41f52ec1326c005166e8cf4c9fbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 490227, "upload_time": "2017-03-31T17:24:52", "url": "https://files.pythonhosted.org/packages/d8/80/74f84d8bde6921abf1a9afb00300e2be44fb76a3ca4ca52153d3177abe28/pyLibrary-1.2.17090.zip" } ], "1.2.17101": [ { "comment_text": "", "digests": { "md5": "10ec1798a1a248886c07d06cee6dcfe6", "sha256": "5d2726f9a58e59c69c8d5ebada6e7c390d74fb6506aa2603860f717e5376eda5" }, "downloads": -1, "filename": "pyLibrary-1.2.17101.zip", "has_sig": false, "md5_digest": "10ec1798a1a248886c07d06cee6dcfe6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 491297, "upload_time": "2017-04-11T20:34:23", "url": "https://files.pythonhosted.org/packages/c4/ac/c9cee4ca735d155339cc447ddd2f9a75c847a12b18d1ba0f42d764cf2b7e/pyLibrary-1.2.17101.zip" } ], "1.2.17131": [ { "comment_text": "", "digests": { "md5": "3341c5201914472a2060fa212837a25c", "sha256": "0dda9293fd69ba09b84e78140fa199e282e265926a5cdc4eace97303d29cbd08" }, "downloads": -1, "filename": "pyLibrary-1.2.17131.zip", "has_sig": false, "md5_digest": "3341c5201914472a2060fa212837a25c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 500264, "upload_time": "2017-05-11T13:43:58", "url": "https://files.pythonhosted.org/packages/08/77/cb91c0e16433758c9cf05e505ba6efd04a0a1a8aeed92226d0b9d877c41b/pyLibrary-1.2.17131.zip" } ], "1.2.17151": [ { "comment_text": "", "digests": { "md5": "300110ee9bdb524e299598229bd73039", "sha256": "80af73756de27caf6572f8571535966461e1eaea7682dad0dac66b65a8376069" }, "downloads": -1, "filename": "pyLibrary-1.2.17151.zip", "has_sig": false, "md5_digest": "300110ee9bdb524e299598229bd73039", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 501161, "upload_time": "2017-05-31T19:08:46", "url": "https://files.pythonhosted.org/packages/fb/a2/2bc390c846d1591729fbedadbc7399254922273c1865d93cc71ffe21511b/pyLibrary-1.2.17151.zip" } ], "1.4.17213": [ { "comment_text": "", "digests": { "md5": "00dc4a1d39746368b1977672af0b0f38", "sha256": "8fe40908f6b18501c9fe6e9812e532c337e51f51e3379af9812b74293f51c6f3" }, "downloads": -1, "filename": "pyLibrary-1.4.17213.zip", "has_sig": false, "md5_digest": "00dc4a1d39746368b1977672af0b0f38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 503668, "upload_time": "2017-08-01T22:38:03", "url": "https://files.pythonhosted.org/packages/44/c5/26e01387a40c4f121a58ce3330642947a1a9772de890eacbfcab1b20b252/pyLibrary-1.4.17213.zip" } ], "1.4.17226": [ { "comment_text": "", "digests": { "md5": "71771c19e8914edb30d76aad53be5b51", "sha256": "9a8d0f69f3af109d70adcb1df527b3303ffc8f04ed6d5aa22b606a0b21898025" }, "downloads": -1, "filename": "pyLibrary-1.4.17226.zip", "has_sig": false, "md5_digest": "71771c19e8914edb30d76aad53be5b51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 505690, "upload_time": "2017-08-14T20:48:29", "url": "https://files.pythonhosted.org/packages/fb/16/26c8c5d61212bb64cdda05597cbecf5bf9573cd5880032f3de8972a4092b/pyLibrary-1.4.17226.zip" } ], "1.4.17227": [ { "comment_text": "", "digests": { "md5": "8d1716e6cf1a9a79e2e7e45422e470f6", "sha256": "f60031687f4a0772c73ef99ce2ce512daa7dbdf8df38d9df0a826cca42c6d09f" }, "downloads": -1, "filename": "pyLibrary-1.4.17227.zip", "has_sig": false, "md5_digest": "8d1716e6cf1a9a79e2e7e45422e470f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 505973, "upload_time": "2017-08-15T12:59:45", "url": "https://files.pythonhosted.org/packages/2d/7e/603d8d8ddd9d2a9156d44c9fb3eebf46e657c4c6982177734b4ed77ad38e/pyLibrary-1.4.17227.zip" } ], "2.1.18025": [ { "comment_text": "", "digests": { "md5": "c9392b90e3a6d057494c5add85e6f42c", "sha256": "1ef0c4214034ba82fcc87642aaed0a5c4754b16a6dc25197a5228fc6e68b5436" }, "downloads": -1, "filename": "pyLibrary-2.1.18025.tar.gz", "has_sig": false, "md5_digest": "c9392b90e3a6d057494c5add85e6f42c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 434433, "upload_time": "2018-01-25T17:40:24", "url": "https://files.pythonhosted.org/packages/ed/d2/1a53c58e6cc0b6eba9a3bdce40aa99dd914b3b238d9594cedd4222ace6db/pyLibrary-2.1.18025.tar.gz" } ], "2.1.18065": [ { "comment_text": "", "digests": { "md5": "979525e011c7bca8c0d567f2b28e6880", "sha256": "796acd915cdecb63d3a3059c308a3416acacb9c33756bb01b690d7901651696e" }, "downloads": -1, "filename": "pyLibrary-2.1.18065.tar.gz", "has_sig": false, "md5_digest": "979525e011c7bca8c0d567f2b28e6880", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 438857, "upload_time": "2018-03-06T19:15:03", "url": "https://files.pythonhosted.org/packages/85/d0/6e6025749ec418cc09bce01e11172de981a168fec901a8b9f512ede739a6/pyLibrary-2.1.18065.tar.gz" } ], "2.1.18074": [ { "comment_text": "", "digests": { "md5": "944e8df8e4ef85a1ba1c4d471a0b65b5", "sha256": "aa3e6382a4323c70192c7dc932c00efc8e086ded601396b304c07ae25fbd50f8" }, "downloads": -1, "filename": "pyLibrary-2.1.18074.tar.gz", "has_sig": false, "md5_digest": "944e8df8e4ef85a1ba1c4d471a0b65b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 440339, "upload_time": "2018-03-15T02:35:38", "url": "https://files.pythonhosted.org/packages/94/e6/36fdeacf9d7fc49b98e705a323927987e07f4a362aa9d7c40c8a608c1c89/pyLibrary-2.1.18074.tar.gz" } ], "2.16.18199": [ { "comment_text": "", "digests": { "md5": "54a03ae43bd4d9a238efb0f58a79d475", "sha256": "c868d1e218e7d9caac075db187e436295c352da2ca795a23fcb2778ee4cffcb5" }, "downloads": -1, "filename": "pyLibrary-2.16.18199.tar.gz", "has_sig": false, "md5_digest": "54a03ae43bd4d9a238efb0f58a79d475", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 473045, "upload_time": "2018-07-18T12:13:09", "url": "https://files.pythonhosted.org/packages/e2/a1/d1883b9389d70b5e3ed95172351dcb27bace82d59ec1c338da5ab45fead7/pyLibrary-2.16.18199.tar.gz" } ], "2.25.18270": [ { "comment_text": "", "digests": { "md5": "2e2331335e0b697aa4b1627d69271176", "sha256": "0fe076b571a0b812b1745023c6788dc7cc6525fbb9f520ca7d35ba9cf860d1d9" }, "downloads": -1, "filename": "pyLibrary-2.25.18270.tar.gz", "has_sig": false, "md5_digest": "2e2331335e0b697aa4b1627d69271176", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 499811, "upload_time": "2018-09-27T08:37:53", "url": "https://files.pythonhosted.org/packages/92/3f/d5b0f2afc57b7c78cbc5d7c2ff98a26aa661369a7dd1d77b10811c60c9a3/pyLibrary-2.25.18270.tar.gz" } ], "2.35.19026": [ { "comment_text": "", "digests": { "md5": "5f725e8b5deec29ebf21a5d3ee5d7166", "sha256": "ba93a143ecd56b4247c1e753810417db1f765c9c241ee21b910c5936ef26ed63" }, "downloads": -1, "filename": "pyLibrary-2.35.19026.tar.gz", "has_sig": false, "md5_digest": "5f725e8b5deec29ebf21a5d3ee5d7166", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 259464, "upload_time": "2019-01-26T16:29:07", "url": "https://files.pythonhosted.org/packages/32/5b/edeb7ee5fedcf1f3ba001302b1f7b576ec955a02f2f8d6bfe5f1f4a837c6/pyLibrary-2.35.19026.tar.gz" } ], "2.57.19240": [ { "comment_text": "", "digests": { "md5": "e7aeee35ca32b3d0f1d6137bc0022b59", "sha256": "fd31e0145006758b966b678b0a0df0fe5aaf1b81700680d673ada474dc7e915a" }, "downloads": -1, "filename": "pyLibrary-2.57.19240.tar.gz", "has_sig": false, "md5_digest": "e7aeee35ca32b3d0f1d6137bc0022b59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 261775, "upload_time": "2019-08-28T20:53:53", "url": "https://files.pythonhosted.org/packages/38/72/02b457944e3041fcc74eceae460bcc7182e2bda24d0a304afdd9b526eeeb/pyLibrary-2.57.19240.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e7aeee35ca32b3d0f1d6137bc0022b59", "sha256": "fd31e0145006758b966b678b0a0df0fe5aaf1b81700680d673ada474dc7e915a" }, "downloads": -1, "filename": "pyLibrary-2.57.19240.tar.gz", "has_sig": false, "md5_digest": "e7aeee35ca32b3d0f1d6137bc0022b59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 261775, "upload_time": "2019-08-28T20:53:53", "url": "https://files.pythonhosted.org/packages/38/72/02b457944e3041fcc74eceae460bcc7182e2bda24d0a304afdd9b526eeeb/pyLibrary-2.57.19240.tar.gz" } ] }