{ "info": { "author": "laike9m", "author_email": "laike9m@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ":warning: pdir2 will soon switch to a codebase that only supports Python 3.5+, because I want to add type hints and apply those cool toolings like mypy. The Python 2 compatible version will exist in the 0.3.x branch, and will still be receiving bug fixes. All new features will be developed on master therefore is Python 3.5+ exclusive.\n\nIn short, if you're still using pdir2 for Python <3.5, install via `pip install \"pdir2>=0.3,<0.4\"`.\n\n# pdir2: Pretty dir() printing with joy\n\n[![Build Status](https://travis-ci.org/laike9m/pdir2.svg)](https://travis-ci.org/laike9m/pdir2)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/pdir2.svg)](https://pypi.python.org/pypi/pdir2/)\n![PyPI Version](https://img.shields.io/pypi/v/pdir2.svg)\n\nHave you ever dreamed of a better output of `dir()`? I do. So I created this.\n\n![](https://github.com/laike9m/pdir2/raw/master/images/presentation_v2.gif)\n\n## Features\n* Attributes are grouped by types/functionalities, with beautiful colors.\n\n* Support color customization, [here's how](https://github.com/laike9m/pdir2/wiki/User-Configuration).\n\n* Support all platforms including Windows(Thanks to [colorama](https://github.com/tartley/colorama)).\n\n* Support [ipython](https://github.com/ipython/ipython), [ptpython](https://github.com/jonathanslenders/ptpython), [bpython](https://www.bpython-interpreter.org/) and [Jupyter Notebook](http://jupyter.org/)! See [wiki](https://github.com/laike9m/pdir2/wiki/REPL-Support) for details.\n\n* The return value of `pdir()` can still be used as a list of names.\n\n* \u2728 Attribute searching\n\n You can search for certain names with `.s()` or `.search()`: \n\n ![](https://github.com/laike9m/pdir2/raw/master/images/search.gif)\n\n Search is case-insensitive by default. \n `search(name, case_sensitive=True)` does case sensitive searching.\n\n* :star2: Attribute filtering\n\n `properties`: Find properties/variables defined in the inspected object.\n\n `methods`: Find methods/functions defined in the inspected object.\n\n `public`: Find public attributes.\n\n `own`: Find attributes that are not inherited from parent classes.\n\n These filters **can be chained!** Order does **NOT** matter.\n\n For example, use `pdir(obj).public.own.methods` to find all public own methods.\n\n You can also call `search` on the returned results.\n\n See a [complete example](https://github.com/laike9m/pdir2/wiki/Attribute-Filtering).\n\n## Install\n\n### Generic\n```\npip install pdir2\n```\nAbout the name. I wanted to call it \"pdir\", but there's already one with this\nname on pypi. Mine is better, of course.\n\n### Fedora\n```\ndnf install python3-pdir2\n--or--\ndnf install python2-pdir2\n```\n\n## Automatic Import\nAs a better alternative of `dir()`, it's more convenient to automatically import\npdir2 when launching REPL. Luckily, Python provides a way to do this. In you `.bashrc`(or `.zshrc`), add this line:\n```\nexport PYTHONSTARTUP=$HOME/.pythonstartup\n```\nThen, create `.pythonstartup` in your home folder. Add one line:\n```\nimport pdir\n```\nNext time you launch REPL, `pdir()` is already there, Hooray!\n\n## Testing\nSimply run `pytest`, or use `tox` if you like.\n\n\nRelease History\n===============\n\n0.3.1(2018-10-25)\n-----------------\n* Add support for `__slots__` (#44, #45)\n* Seperate `@staticmethod` with other descriptors(#38, #42)\n* Add `__post_init__` support\n\nSpecial thanks to @liwt31 for his great contribution.\n\n0.3.0(2018-02-10)\n-----------------\n* Add support for various filters (#37)\n\n0.2.0(2017-04-04)\n-----------------\n* Add support for color customization. (#14)\n\n0.1.0(2017-03-16)\n------------------\n* Add support for ipython, ptpython and bpython (#4)\n\n0.0.2(2017-03-11)\n---------\n\n### API Changes (Backward-Compatible)\n\n* Added a `case_sensitive` parameter into the `search` function (#5)\n\n### Bugfixes\n* Error calling pdir(pandas.DataFrame) (#1)\n* Methods are now considered functions (#6)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/laike9m/pdir2", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "pdir2", "package_url": "https://pypi.org/project/pdir2/", "platform": "", "project_url": "https://pypi.org/project/pdir2/", "project_urls": { "Homepage": "http://github.com/laike9m/pdir2" }, "release_url": "https://pypi.org/project/pdir2/0.3.1.post2/", "requires_dist": [ "colorama; platform_system == \"Windows\"", "enum34; python_version < \"3.4\"" ], "requires_python": "", "summary": "Pretty dir printing with joy", "version": "0.3.1.post2" }, "last_serial": 4415378, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "4fcf16baf121367b4f7c4e96663632e5", "sha256": "537c02d5b85caf728277d4a2cbd1b8f6436024751046a779c5da713c457e57aa" }, "downloads": -1, "filename": "pdir2-0.0.1-py2-none-any.whl", "has_sig": true, "md5_digest": "4fcf16baf121367b4f7c4e96663632e5", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6067, "upload_time": "2017-03-09T14:46:53", "url": "https://files.pythonhosted.org/packages/50/2c/81785b372787a179e7f9c9b7809d0af5e655461c0bde8ebd9ae9e9dd1b9d/pdir2-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1ca51d538532bb52b73717e19629a76", "sha256": "6bc67eb3ffa9b9695167e52e6cedb13f4ed5b667ab65df19ef5c2c283a64e2b9" }, "downloads": -1, "filename": "pdir2-0.0.1.tar.gz", "has_sig": true, "md5_digest": "e1ca51d538532bb52b73717e19629a76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4009, "upload_time": "2017-03-09T14:47:03", "url": "https://files.pythonhosted.org/packages/92/2e/029e3b9c943f77187209a5271d01475c8cd73f34b06207ab45affd0343b1/pdir2-0.0.1.tar.gz" } ], "0.0.1.post1": [ { "comment_text": "", "digests": { "md5": "74b9c38959caf8c7ac5b8ed02cc87ed9", "sha256": "2a2246cb50ada4e0258fec8eff5c89ed4b88f99a67105e0de2762e6f427836cb" }, "downloads": -1, "filename": "pdir2-0.0.1.post1-py2-none-any.whl", "has_sig": true, "md5_digest": "74b9c38959caf8c7ac5b8ed02cc87ed9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7427, "upload_time": "2017-03-09T15:07:37", "url": "https://files.pythonhosted.org/packages/1b/d7/d128e32fe4b87e383a84bf3c80e98859d71e9b122b578184ddab462698e3/pdir2-0.0.1.post1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "698ec6a068252eb3543b1c5150b874c0", "sha256": "2482bd3616fca39a3b861a6178a315a8e246d29ade5fce473c38435e8b3152be" }, "downloads": -1, "filename": "pdir2-0.0.1.post1.tar.gz", "has_sig": true, "md5_digest": "698ec6a068252eb3543b1c5150b874c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4950, "upload_time": "2017-03-09T15:07:43", "url": "https://files.pythonhosted.org/packages/2e/9b/1cedbc84dd304b9b9850d578074b3f78879167a23a246f647c71956cb98b/pdir2-0.0.1.post1.tar.gz" } ], "0.0.1.post2": [ { "comment_text": "", "digests": { "md5": "95060bd6e1a0e86e84aaa7f7120ceaf0", "sha256": "5c34990a04bd86e5bc0e656329835dc020adf99f19a3b572391220724490748f" }, "downloads": -1, "filename": "pdir2-0.0.1.post2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "95060bd6e1a0e86e84aaa7f7120ceaf0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7320, "upload_time": "2017-03-09T15:11:49", "url": "https://files.pythonhosted.org/packages/a0/e3/b346c83934bacdd487ae9e4337883630dcf8b39b96c182b0f1ed4efbaba6/pdir2-0.0.1.post2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c1bf6e65edefff99a94634f7a92afe7b", "sha256": "92e3f9f47c27197232444926c3ffe00647e3e891cdfb7701ae2c285a8dca7715" }, "downloads": -1, "filename": "pdir2-0.0.1.post2.tar.gz", "has_sig": true, "md5_digest": "c1bf6e65edefff99a94634f7a92afe7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4906, "upload_time": "2017-03-09T15:11:55", "url": "https://files.pythonhosted.org/packages/1f/4b/50e529d106defb3abfd579b787b1c98541337bbdb24f418d75a1d6e4fce1/pdir2-0.0.1.post2.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "84c051b480402869dccd110b70165333", "sha256": "a54e3805bbe81286c9e0405247f99b318c410fe11edf04a6aa40d7715d4aa963" }, "downloads": -1, "filename": "pdir2-0.0.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "84c051b480402869dccd110b70165333", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7966, "upload_time": "2017-03-11T13:56:54", "url": "https://files.pythonhosted.org/packages/af/54/9cda72e668b54576db319339717dae5e52741534a2193d715a609844baae/pdir2-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "09782af6c915a80dca1787fd3899977d", "sha256": "de829bcb94749ad7f142f7ea8520d5250fea73815491160c351570ecab8ffab4" }, "downloads": -1, "filename": "pdir2-0.0.2.tar.gz", "has_sig": true, "md5_digest": "09782af6c915a80dca1787fd3899977d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6178, "upload_time": "2017-03-11T13:57:00", "url": "https://files.pythonhosted.org/packages/76/67/68a3032fec82a4177a2b7b1bab663f91ecea3baf67f5c0ce0e2360d3932a/pdir2-0.0.2.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "6f742232389bdb905d709ac2d833889a", "sha256": "babd59ba8ba8b86015cda17c10283c843b20ab2c0ecb2d4e81082eda27be47f4" }, "downloads": -1, "filename": "pdir2-0.1.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "6f742232389bdb905d709ac2d833889a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8691, "upload_time": "2017-03-16T10:47:21", "url": "https://files.pythonhosted.org/packages/93/6b/3a476ab0b2f2496cba4015d10f6d50092bdbaec8010737c4d219889cd256/pdir2-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9c59b945663b8f4ac621384e8af93bf5", "sha256": "7afd8486c111ad47e27e568e263992b5681b7e40a5ed03fcd6c7c66fd0450d6b" }, "downloads": -1, "filename": "pdir2-0.1.0.tar.gz", "has_sig": true, "md5_digest": "9c59b945663b8f4ac621384e8af93bf5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6707, "upload_time": "2017-03-16T10:47:28", "url": "https://files.pythonhosted.org/packages/18/17/5b8719e3bae5af2c55ba2f12cf8b2e764a4604634024ae2dd63c335dc938/pdir2-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "81faa0e1fb532561a44062377b0ef69e", "sha256": "59f0313a6cd34def9da18e4f8ea24532bd07c44a1daa48efd03030832fe83ff5" }, "downloads": -1, "filename": "pdir2-0.1.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "81faa0e1fb532561a44062377b0ef69e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9223, "upload_time": "2017-03-19T12:47:54", "url": "https://files.pythonhosted.org/packages/87/c5/e3f3f76d3812648acedfd2c5df184e0ef1d112f8ee0f546e9bae24ae0b17/pdir2-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a76fc72b080a96a4cb68ed59c163c0e4", "sha256": "947b374d679bc777385325ad3a24693c9a3c13e4c6854fda09b5061ae5021332" }, "downloads": -1, "filename": "pdir2-0.1.1.tar.gz", "has_sig": true, "md5_digest": "a76fc72b080a96a4cb68ed59c163c0e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7021, "upload_time": "2017-03-19T12:48:01", "url": "https://files.pythonhosted.org/packages/c3/88/e96b5e632ee2e0af8cb69444c198aef3920e138fcce9207ace8837a71f10/pdir2-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "265c697c78a6865299940c5126da934e", "sha256": "1413bba4c3e5d328c8589ee9cbaceef8ad192add26493a9d92f7e322f579c667" }, "downloads": -1, "filename": "pdir2-0.1.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "265c697c78a6865299940c5126da934e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9649, "upload_time": "2017-03-21T16:17:15", "url": "https://files.pythonhosted.org/packages/3d/4d/f3c209ae6974a7a60dc5b6544b07c16e718e2b14f2d9ec4b92e5086aa552/pdir2-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4b418f88c90aa0812db75218f7e63456", "sha256": "fddacc024807e530fc51be82992b142837dfe18a20faf89f232c7d34a98ec4f6" }, "downloads": -1, "filename": "pdir2-0.1.2.tar.gz", "has_sig": true, "md5_digest": "4b418f88c90aa0812db75218f7e63456", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7420, "upload_time": "2017-03-21T16:17:21", "url": "https://files.pythonhosted.org/packages/da/1c/309fe7197fb11acf79d4c65ae9d97e437fe9150568a45205011fbdc485f1/pdir2-0.1.2.tar.gz" } ], "0.1.2.post1": [ { "comment_text": "", "digests": { "md5": "d7db990284309289f019beacb23d2390", "sha256": "894283f9398ea341de33af620e7c35ed80dc2d69142ef958a3efc00912432727" }, "downloads": -1, "filename": "pdir2-0.1.2.post1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "d7db990284309289f019beacb23d2390", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9722, "upload_time": "2017-03-22T16:26:30", "url": "https://files.pythonhosted.org/packages/0d/04/7c1bce2e8fa958a0c11cd1cf9905c749efb72ba249e17b37ffab277eaec3/pdir2-0.1.2.post1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ed86965fb5056eadb9f15149ad591b08", "sha256": "7d7731b9cc6cc185c244c412edb7958ca502c5709e63a42e0571133d4f1e0f8a" }, "downloads": -1, "filename": "pdir2-0.1.2.post1.tar.gz", "has_sig": true, "md5_digest": "ed86965fb5056eadb9f15149ad591b08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7428, "upload_time": "2017-03-22T16:26:37", "url": "https://files.pythonhosted.org/packages/bb/0c/baec43cfcb2240fd0582c9381281cae0d10562ed1411df7328165c80d9bd/pdir2-0.1.2.post1.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "250d7037b3704da8a6983e8d0d3a7f06", "sha256": "a57252587682937aaecbc4e29b6e95f64b49c31477c6da4bc93a60f32506cc51" }, "downloads": -1, "filename": "pdir2-0.1.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "250d7037b3704da8a6983e8d0d3a7f06", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9684, "upload_time": "2017-03-24T16:33:24", "url": "https://files.pythonhosted.org/packages/9e/f6/8552b5fd3cd89e5df6f52bd8eb3a0520946918f477f0c250eb883ac72683/pdir2-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7bdc9465b19f7e576706534317e6e01b", "sha256": "8758291948b4264754390b6a9f4f033afd6fc7e9b181a7dd555b21f99b16d77e" }, "downloads": -1, "filename": "pdir2-0.1.3.tar.gz", "has_sig": true, "md5_digest": "7bdc9465b19f7e576706534317e6e01b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7464, "upload_time": "2017-03-24T16:33:30", "url": "https://files.pythonhosted.org/packages/07/5f/967560064167cb2ab9c74136f9f31b7afc053da6a24e9ccc96937380c94b/pdir2-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "1f4331e70414c7efd53ea5bd3bd7b1e1", "sha256": "abd9beb343376e1e54bf73d521a4dc48fa40fb525e136ddc65af5d6ac7e49ed3" }, "downloads": -1, "filename": "pdir2-0.1.4-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "1f4331e70414c7efd53ea5bd3bd7b1e1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10630, "upload_time": "2017-03-30T16:27:29", "url": "https://files.pythonhosted.org/packages/45/d4/081bd6b3d09e5f5648722232c0b58668df8b661ae5d24a63a118891fe92f/pdir2-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f4cca8f9f58e554eff5eda5906cea5b4", "sha256": "cae06821bc3efff5b1de7662bac03ba0ae3f1a95c53fd4bfe856a5653175ad29" }, "downloads": -1, "filename": "pdir2-0.1.4.tar.gz", "has_sig": true, "md5_digest": "f4cca8f9f58e554eff5eda5906cea5b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8320, "upload_time": "2017-03-30T16:27:36", "url": "https://files.pythonhosted.org/packages/89/cc/6750af461926a073fcbc202338c8fd53db4cc65847b03cc7e1ed2867fc36/pdir2-0.1.4.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "60a3e84cf1f48d53b6e85748d1381d03", "sha256": "cdd309aa31e0e5ba2e483484ff20dc7ecb494c1fb80b59b414d141431120e2c0" }, "downloads": -1, "filename": "pdir2-0.2.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "60a3e84cf1f48d53b6e85748d1381d03", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12417, "upload_time": "2017-04-04T08:41:15", "url": "https://files.pythonhosted.org/packages/f5/c7/279298e20ab497338b7f0d4676f9d82350133c212012c9f263983a6a27bd/pdir2-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "20e2cd6bcd22a1491a89178977ff266e", "sha256": "fc73f509d7d2f7ac1777dcfc98fe34ff539b4c26380a760dc8df26eb30511d9f" }, "downloads": -1, "filename": "pdir2-0.2.0.tar.gz", "has_sig": true, "md5_digest": "20e2cd6bcd22a1491a89178977ff266e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10319, "upload_time": "2017-04-04T08:41:20", "url": "https://files.pythonhosted.org/packages/6e/13/3727c3ae0ae20d6a26839f18a246830e36ea78462ad21a3608c46cedcf6e/pdir2-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "1892bdc2c89295f0177a6ff6a4e59194", "sha256": "aec771292512ea8c19ff96af3e6b684442d35bb235912dd1a3afb946202acbe2" }, "downloads": -1, "filename": "pdir2-0.2.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "1892bdc2c89295f0177a6ff6a4e59194", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12422, "upload_time": "2017-07-03T14:49:12", "url": "https://files.pythonhosted.org/packages/f3/b4/d20556b2715005c5f970aa2e523ac149f47088d5030d099d6fce9603344a/pdir2-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e9e996c11ac7d7b97836c6a0cbdef9ef", "sha256": "baaf07033f71efddb1d1d8f63c4b3a3e66415ed91fb4f8895e746c0cc5c89238" }, "downloads": -1, "filename": "pdir2-0.2.1.tar.gz", "has_sig": true, "md5_digest": "e9e996c11ac7d7b97836c6a0cbdef9ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10377, "upload_time": "2017-07-03T14:49:16", "url": "https://files.pythonhosted.org/packages/84/42/5a26dea740b56efba8edf55edb26e28f8a52b530c837bfc49f6f98db4efb/pdir2-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "cb0b04b5cbc3eb3849776e461f7f71c1", "sha256": "c99cea175bfeb61cf3ad3690f07d81b5fc7ee7b3df4da86c014db94a0acf3dd3" }, "downloads": -1, "filename": "pdir2-0.2.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "cb0b04b5cbc3eb3849776e461f7f71c1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12418, "upload_time": "2017-10-14T18:18:28", "url": "https://files.pythonhosted.org/packages/38/a4/ede11ce89f6b0ab389d419e911a225b6d8c4f2be4900834c5bd6c02ecc7a/pdir2-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d8f1104a25fa038cf723a56c82e8972b", "sha256": "c38506d4f8123005a3f2d71b4d6812352f067b9ce209dbb7a2d7533add98b036" }, "downloads": -1, "filename": "pdir2-0.2.2.tar.gz", "has_sig": true, "md5_digest": "d8f1104a25fa038cf723a56c82e8972b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10386, "upload_time": "2017-10-14T18:18:30", "url": "https://files.pythonhosted.org/packages/08/fe/0525902b0e3b5dc896b405ed47fbb4e9c9aee7e421155e40713a608440dd/pdir2-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "54ee4747c69004ac024800c518ce875c", "sha256": "33c7242f67d9845b2921551dfb58c8cedc0160c23a6f7c48dacf824a01ca052b" }, "downloads": -1, "filename": "pdir2-0.3.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "54ee4747c69004ac024800c518ce875c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14464, "upload_time": "2018-02-10T06:04:01", "url": "https://files.pythonhosted.org/packages/79/0f/ec8f0fca12a2bf70ed6cbca7e1e0dcc51154a5487eba40566996688c68ec/pdir2-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "809c5f4b6bd70257e3fc5ebe377dc3a5", "sha256": "70524a140de12fc767043e6b460cffc37e9e0533b450ffb43209fb91f7cce5a1" }, "downloads": -1, "filename": "pdir2-0.3.0.tar.gz", "has_sig": true, "md5_digest": "809c5f4b6bd70257e3fc5ebe377dc3a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13312, "upload_time": "2018-02-10T06:04:03", "url": "https://files.pythonhosted.org/packages/93/4c/b24cbcd4e6f8b02db89c89b37c68e85f4f838a6f99e47a405fc5e9cb2dc1/pdir2-0.3.0.tar.gz" } ], "0.3.1.post1": [ { "comment_text": "", "digests": { "md5": "5fac3ed5950612ec988d3f3a5f7720c2", "sha256": "7ce259c213a2978c541f380452c3a60fedd219c84abb8f1d9f943a15c599b5a9" }, "downloads": -1, "filename": "pdir2-0.3.1.post1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "5fac3ed5950612ec988d3f3a5f7720c2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13604, "upload_time": "2018-10-25T14:26:39", "url": "https://files.pythonhosted.org/packages/26/98/de8cc6a93a22c150f7762a09325ec946b23bb1c2870d58868a1711a114a8/pdir2-0.3.1.post1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1d0f80df47598182cee4c2104eb3206f", "sha256": "583e9b82eef56d706bd9dd937caf9c9774952cb6588abe1c9f9326487b4e9880" }, "downloads": -1, "filename": "pdir2-0.3.1.post1.tar.gz", "has_sig": true, "md5_digest": "1d0f80df47598182cee4c2104eb3206f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12893, "upload_time": "2018-10-25T14:26:41", "url": "https://files.pythonhosted.org/packages/6d/f7/0a3527e84acba08bf6f7ef660a9be2996fd8418928c5367c56a442930827/pdir2-0.3.1.post1.tar.gz" } ], "0.3.1.post2": [ { "comment_text": "", "digests": { "md5": "e154b8bca84310230b2d611983558c88", "sha256": "71761d0fe879de2c91fc36ecdb9a7f20d059deee7d94d0f10c2dea2cca1c1929" }, "downloads": -1, "filename": "pdir2-0.3.1.post2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e154b8bca84310230b2d611983558c88", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13604, "upload_time": "2018-10-25T14:43:44", "url": "https://files.pythonhosted.org/packages/e8/11/f3d2b3fbceceb3c5f8401cfcbcee3b3f2d16d79a9333bde5996a083d5b04/pdir2-0.3.1.post2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9123bc6560475ce717ff0d4282cc52de", "sha256": "f3c08df2387e6d34f2ce22be78de9dd809fcffae96a69be733a4e99a2b5d8872" }, "downloads": -1, "filename": "pdir2-0.3.1.post2.tar.gz", "has_sig": true, "md5_digest": "9123bc6560475ce717ff0d4282cc52de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13013, "upload_time": "2018-10-25T14:43:47", "url": "https://files.pythonhosted.org/packages/7e/c1/531b2a6d8271ff155764486a1daf96a049b556232922024f487940553f68/pdir2-0.3.1.post2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e154b8bca84310230b2d611983558c88", "sha256": "71761d0fe879de2c91fc36ecdb9a7f20d059deee7d94d0f10c2dea2cca1c1929" }, "downloads": -1, "filename": "pdir2-0.3.1.post2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e154b8bca84310230b2d611983558c88", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13604, "upload_time": "2018-10-25T14:43:44", "url": "https://files.pythonhosted.org/packages/e8/11/f3d2b3fbceceb3c5f8401cfcbcee3b3f2d16d79a9333bde5996a083d5b04/pdir2-0.3.1.post2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9123bc6560475ce717ff0d4282cc52de", "sha256": "f3c08df2387e6d34f2ce22be78de9dd809fcffae96a69be733a4e99a2b5d8872" }, "downloads": -1, "filename": "pdir2-0.3.1.post2.tar.gz", "has_sig": true, "md5_digest": "9123bc6560475ce717ff0d4282cc52de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13013, "upload_time": "2018-10-25T14:43:47", "url": "https://files.pythonhosted.org/packages/7e/c1/531b2a6d8271ff155764486a1daf96a049b556232922024f487940553f68/pdir2-0.3.1.post2.tar.gz" } ] }