{ "info": { "author": "Pablo Acosta-Serafini", "author_email": "pmacosta@yahoo.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. README.rst\n.. Copyright (c) 2013-2016 Pablo Acosta-Serafini\n.. See LICENSE for details\n\n\n.. image:: https://badge.fury.io/py/putil.svg\n :target: https://pypi.python.org/pypi/putil\n :alt: PyPI version\n\n.. image:: https://img.shields.io/pypi/l/putil.svg\n :target: https://pypi.python.org/pypi/putil\n :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/putil.svg\n :target: https://pypi.python.org/pypi/putil\n :alt: Python versions supported\n\n.. image:: https://img.shields.io/pypi/format/putil.svg\n :target: https://pypi.python.org/pypi/putil\n :alt: Format\n\n|\n\n.. image::\n https://travis-ci.org/pmacosta/putil.svg?branch=master\n\n.. image::\n https://ci.appveyor.com/api/projects/status/\n 7dpk342kxs8kcg5t/branch/master?svg=true\n :alt: Windows continuous integration\n\n.. image::\n https://codecov.io/github/pmacosta/putil/coverage.svg?branch=master\n :target: https://codecov.io/github/pmacosta/putil?branch=master\n :alt: Continuous integration coverage\n\n.. image::\n https://readthedocs.org/projects/pip/badge/?version=stable\n :target: http://pip.readthedocs.org/en/stable/?badge=stable\n :alt: Documentation status\n\n|\n\nPutil Library\n=============\n\nThis package has been broken off into smaller modules and packages. Development\ncontinues in these with enhancements, bug fixes and additions as warranted.\n\n* The **eng** module is the base of the\n `peng `_ package\n\n* The **exdoc**, **exh**, **pcontracts**, **pinspect** and part of the\n **ptypes** module are the base of the\n `pexdoc `_ package\n\n* The **misc** and **test** modules are the base of the\n `pmisc `_ package\n\n* The **pcsv** module and part of the **ptypes** module are the base of the\n `pcsv `_ package\n\n* The **plot** module and part of the **ptypes** module are the base of the\n `pplot `_ package\n\n* The **tree** module is the base of the\n `ptrie `_ package\n\n\nLicense\n=======\n\nThe MIT License (MIT)\n\nCopyright (c) 2013-2016 Pablo Acosta-Serafini\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n.. CHANGELOG.rst\n.. Copyright (c) 2013-2016 Pablo Acosta-Serafini\n.. See LICENSE for details\n\nChangelog\n=========\n\n* 0.9.12 [2016-05-16]: Broke off package into smaller modules and packages\n\n* 0.9.11 [2016-04-15]:\n\n * Created new APIs in the exh module to simplify adding and conditionally\n raising exceptions that can be auto-documented with the exdoc module\n\n * Homogenized API arguments in several pcsv module functions\n\n * Bug fixes\n\n * Documentation updates\n\n* 0.9.10 [2016-03-10]: Final release of 0.9.10 branch\n* 0.9.10rc1 [2016-03-09]: Apple OS X compatibility changes. Reduced memory\n consumption during exception auto-documentation process. Bug fixes\n* 0.9.9 [2016-01-27]: Fixed documentation bugs that were causing errors with\n Sphinx 1.3.5+\n* 0.9.8 [2016-01-22]: Bug fixes\n* 0.9.7 [2016-01-22]: Enhanced control of exceptions automatic documentation\n output\n* 0.9.6 [2016-01-20]: Bug fixes\n* 0.9.5 [2016-01-08]: Bug fixes\n* 0.9.4 [2015-12-18]: Minor documentation update regarding continuous\n integration setup\n* 0.9.3 [2015-12-17]: Fixed critical bug in plot module that prevented figures\n without any axis labels from being generated\n* 0.9.2 [2015-12-15]: Speed improvements in plot module\n* 0.9.1 [2015-12-01]: Final release of 0.9.1 branch\n* 0.9.1rc5 [2015-12-01]: Fixed documentation URL in top-level README.rst\n* 0.9.1rc4 [2015-12-01]: Fixed bug in top-level README.rst verification\n* 0.9.1rc3 [2015-12-01]:\n\n * Documentation updates\n\n * Package verification improvements\n\n* 0.9.1rc2 [2015-12-01]: Fixed top-level README.rst file\n* 0.9.1rc1 [2015-11-30]: Initial public release", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/pmacosta/putil/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "putil", "package_url": "https://pypi.org/project/putil/", "platform": "any", "project_url": "https://pypi.org/project/putil/", "project_urls": { "Homepage": "http://github.com/pmacosta/putil/" }, "release_url": "https://pypi.org/project/putil/0.9.12/", "requires_dist": [ "decorator (>=3.4.2)", "funcsigs (>=0.4)", "matplotlib (>=1.4.1)", "nose (>=1.0.0)", "numpy (>=1.8.2)", "pillow (>=2.6.1)", "pycontracts (>=1.7.2,!=1.7.7)", "scipy (>=0.13.3)", "six (>=1.4.0)" ], "requires_python": "", "summary": "", "version": "0.9.12" }, "last_serial": 2648403, "releases": { "0.9.11": [ { "comment_text": "", "digests": { "md5": "38ae40062e6211dac52cbb53cee727e5", "sha256": "28677eb063c4caf40aa96a0de8193a1e6612ffc5b6fcc72d675cad8e0282c6d9" }, "downloads": -1, "filename": "putil-0.9.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "38ae40062e6211dac52cbb53cee727e5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 139445, "upload_time": "2016-04-15T20:50:43", "url": "https://files.pythonhosted.org/packages/b4/b2/200a6cc20769ed145de8022f728d67d89e93a389dee4c39f9fe73eafd717/putil-0.9.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "903c717cd196c5b6c4c44d355d84d039", "sha256": "2711cc81ed8a179190243c6522266dd2ccc11f3c26a8f8404a651065c1f3dc65" }, "downloads": -1, "filename": "putil-0.9.11.tar.gz", "has_sig": false, "md5_digest": "903c717cd196c5b6c4c44d355d84d039", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21653778, "upload_time": "2016-04-15T20:51:09", "url": "https://files.pythonhosted.org/packages/22/7a/216b98f784cb77f5630654056aa301ce4ae5d16ea73bbf8ddbf7294a8eee/putil-0.9.11.tar.gz" }, { "comment_text": "", "digests": { "md5": "b2af5c2ddef8a48491883452693f0054", "sha256": "b067d9d5b1467e1057225205429bab4d4509525d9c95d2a1a14a5fb8341c8184" }, "downloads": -1, "filename": "putil-0.9.11.zip", "has_sig": false, "md5_digest": "b2af5c2ddef8a48491883452693f0054", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21945790, "upload_time": "2016-04-15T20:51:33", "url": "https://files.pythonhosted.org/packages/fb/98/38fc1288cbc7bdc552e981a25c5b45fbf22c23f55bac17516b457bbf8b23/putil-0.9.11.zip" } ], "0.9.12": [ { "comment_text": "", "digests": { "md5": "7de15e60fc9c599ef28972c9aa5b9d1b", "sha256": "459e781561976ab41c3dfeb89a2052ad25cd80217f012b2dfdfeddb32eafe1c6" }, "downloads": -1, "filename": "putil-0.9.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7de15e60fc9c599ef28972c9aa5b9d1b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130266, "upload_time": "2016-05-17T13:04:00", "url": "https://files.pythonhosted.org/packages/11/04/3ea9501a431c954dd795fd33ca6ca39e3ecd1a526b9b28b6d9e971b1987a/putil-0.9.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "64f540388cfed6ca24ecaee352ac2412", "sha256": "df4bab03cebbf528e4728cce64a9a048b96f06c7742fc284bd1b61c6155ac3c6" }, "downloads": -1, "filename": "putil-0.9.12.tar.gz", "has_sig": false, "md5_digest": "64f540388cfed6ca24ecaee352ac2412", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21644467, "upload_time": "2016-05-17T13:05:28", "url": "https://files.pythonhosted.org/packages/45/47/9416e4a3aff57f0ea6ab39105701fa3efafce8ac93ed24eb66f6ee3029d8/putil-0.9.12.tar.gz" }, { "comment_text": "", "digests": { "md5": "2ad5df5b00bbb10b1305c065d7cc72a6", "sha256": "cec9ebde522e531562af46ebff7201b5a447052201e9336c31b12b785d6aee3f" }, "downloads": -1, "filename": "putil-0.9.12.zip", "has_sig": false, "md5_digest": "2ad5df5b00bbb10b1305c065d7cc72a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21927266, "upload_time": "2016-05-17T13:07:01", "url": "https://files.pythonhosted.org/packages/c6/56/398c7c913589eda41999818e4426d2bfb9e1ac3200c4d1ff582df80cae76/putil-0.9.12.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7de15e60fc9c599ef28972c9aa5b9d1b", "sha256": "459e781561976ab41c3dfeb89a2052ad25cd80217f012b2dfdfeddb32eafe1c6" }, "downloads": -1, "filename": "putil-0.9.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7de15e60fc9c599ef28972c9aa5b9d1b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130266, "upload_time": "2016-05-17T13:04:00", "url": "https://files.pythonhosted.org/packages/11/04/3ea9501a431c954dd795fd33ca6ca39e3ecd1a526b9b28b6d9e971b1987a/putil-0.9.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "64f540388cfed6ca24ecaee352ac2412", "sha256": "df4bab03cebbf528e4728cce64a9a048b96f06c7742fc284bd1b61c6155ac3c6" }, "downloads": -1, "filename": "putil-0.9.12.tar.gz", "has_sig": false, "md5_digest": "64f540388cfed6ca24ecaee352ac2412", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21644467, "upload_time": "2016-05-17T13:05:28", "url": "https://files.pythonhosted.org/packages/45/47/9416e4a3aff57f0ea6ab39105701fa3efafce8ac93ed24eb66f6ee3029d8/putil-0.9.12.tar.gz" }, { "comment_text": "", "digests": { "md5": "2ad5df5b00bbb10b1305c065d7cc72a6", "sha256": "cec9ebde522e531562af46ebff7201b5a447052201e9336c31b12b785d6aee3f" }, "downloads": -1, "filename": "putil-0.9.12.zip", "has_sig": false, "md5_digest": "2ad5df5b00bbb10b1305c065d7cc72a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21927266, "upload_time": "2016-05-17T13:07:01", "url": "https://files.pythonhosted.org/packages/c6/56/398c7c913589eda41999818e4426d2bfb9e1ac3200c4d1ff582df80cae76/putil-0.9.12.zip" } ] }