{ "info": { "author": "Michael Bilow", "author_email": "michael.k.bilow@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "======\nissho\n======\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :target: https://raw.githubusercontent.com/michaelbilow/issho/master/LICENSE\n :alt: License\n\n.. image:: https://img.shields.io/travis/michaelbilow/issho.svg\n :target: https://travis-ci.org/michaelbilow/issho\n\n.. image:: https://readthedocs.org/projects/issho/badge/?version=latest\n :target: https://issho.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/issho.svg\n :target: https://pypi.python.org/pypi/issho\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/issho.svg\n :target: https://anaconda.org/conda-forge/issho\n :alt: Conda Version\n\n.. image:: https://img.shields.io/conda/pn/conda-forge/issho.svg\n :target: https://anaconda.org/conda-forge/issho\n :alt: Conda Platforms\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/python/black\n :alt: Code style: black\n\n.. image:: https://pepy.tech/badge/issho\n :target: https://pepy.tech/project/issho\n :alt: Downloads\n\n``issho`` and intuitive wrapper over paramiko_ for configuring\nand talking to a remote host. keyring_ is used to\nmanage secrets locally.\n\n``issho`` is designed such that interacting with a\nsingle, heavily used remote machine should\nbe *easy*, and working with more than one remote\nmachine should be *simple*.\n\n\n* Free software: MIT license\n* Documentation: https://issho.readthedocs.io.\n\nInstallation\n------------\n\nInstall with ``pip`` or ``conda``\n\n::\n\n pip install issho\n\n\n::\n\n conda install -c conda-forge issho\n\n\nFeatures\n--------\n\n* Simple access to simple commands\n - Port forwarding\n - Executing commands over ssh\n - Transferring files over sftp\n - Running a hive query\n\nCredits\n-------\n\nThis package was created with Cookiecutter_\nand the `audreyr/cookiecutter-pypackage`_ project template.\n\nThe sftp work and (future)testing framework is adapted from `Jeff Hinrichs`_'s\nexcellent pysftp_ package, and some of the ssh\nframework is inspired by `Colin Wood`_'s sshed_.\n\nShout out to `Spencer Tipping`_, `Neal Fultz`_, and `Factual`_\nfor helping me learn to write my own tools.\n\nThanks to `Michael Vertuli`_ for helping test.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n.. _paramiko: http://www.paramiko.org/\n.. _sshed: https://github.com/cwood/sshed\n.. _pysftp: https://bitbucket.org/dundeemt/pysftp\n.. _keyring: https://github.com/jaraco/keyring\n.. _Jeff Hinrichs: https://bitbucket.org/dundeemt/\n.. _Colin Wood: https://github.com/cwood\n.. _Spencer Tipping: https://github.com/spencertipping\n.. _Neal Fultz: https://github.com/nfultz\n.. _Michael Vertuli: https://github.com/vertuli\n.. _Factual: https://www.factual.com\n\n\n=======\nHistory\n=======\n\n0.5.1 (2019-06-24)\n------------------\n* Add ``hadoop`` operators\n* Allow some simple runtime execution by overriding ``__getattr__``\n* Add new operators to docs\n\n0.5.0 (2019-06-24)\n------------------\n* Error release\n\n0.4.2 (2019-06-22)\n------------------\n* Add ``spark`` and ``spark_submit`` operator\n* Upgrade to ``paramiko >=2.5.0``, fixing bug with recent versions of ``cryptography``\n\n0.4.0 (2019-06-07)\n------------------\n* Switch from bumpversion to punch_\n\n0.3.6 (2019-06-06)\n------------------\n* Format code using black\n* Update install to include conda-forge path\n\n0.3.5 (2019-05-23)\n------------------\n* Delete blank top line from beeline by default.\n\n0.3.4 (2019-05-23)\n------------------\n* Allow hive to output to a file\n* Add environment variable profiles with ``issho env``\n* Update docs\n* Allow users to re-use variables that have been set in previous configurations\n\n0.3.3 (2019-05-18)\n------------------\n* Fix bug related to paramiko v2.4 not liking the Mac version of ssh keys.\n* Added clear error messages to fix.\n\n0.3.1 (2019-04-11)\n------------------\n* Fix bug regarding ssh vs local user identity\n\n0.3.0 (2019-04-09)\n------------------\n* Add more configuration and reduce variables on the ``Issho`` object.\n* Allow ``prompt_toolkit>=1.0.10`` to allow ``jupyter`` interoperability.\n* Set up useful passwords using ``issho config``\n\n0.2.5 (2019-03-25)\n------------------\n* Clean up hive operator and sftp callback\n* Note that ``issho`` is incompatible with ``jupyter_console<6.0`` and ``ipython<7.0``\n\n\n0.2.4 (2019-03-25)\n------------------\n* Fix bug in hive operator\n\n0.2.3 (2019-03-25)\n------------------\n* Add ``.readthedocs.yml``; docs build now passes.\n\n0.2.2 (2019-03-24)\n------------------\n* Clean up docs, try to have a passing build\n\n0.2.1 (2019-03-22)\n------------------\n* Add docstrings for all functions\n* Add autodocs\n* Switch out ``bumpversion`` for ``bump2version``\n\n0.2.0 (2019-03-22)\n------------------\n* Add Hive function\n* Add configuration CLI\n* Fix Travis config to Python 3.5+\n\n0.1.0 (2019-02-26)\n------------------\n\n* First release on PyPI.\n\n.. _punch: https://github.com/lgiordani/punch\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/michaelbilow/issho", "keywords": "issho,paramiko,keyring,ssh,sftp,python,python-fire,prompt-toolkit,pysftp,sshed,sshtunnel", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "issho", "package_url": "https://pypi.org/project/issho/", "platform": "", "project_url": "https://pypi.org/project/issho/", "project_urls": { "Homepage": "https://github.com/michaelbilow/issho" }, "release_url": "https://pypi.org/project/issho/0.5.1/", "requires_dist": [ "sshtunnel (>=0.1.4)", "keyring (>=18.0.0)", "paramiko (>=2.5.0)", "prompt-toolkit (>=1.0.10)", "toml (>=0.10.0)", "fire (>=0.1.3)", "humanize (>=0.5.1)" ], "requires_python": "", "summary": "issho allows easy access to simple commands on a remote machine.", "version": "0.5.1" }, "last_serial": 5443202, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b5171ab800524d61fbe764406da94f7b", "sha256": "208cd26acbecc9fdfcc1bca3a865abf98dcd94a30331ca4af443508974389ae1" }, "downloads": -1, "filename": "issho-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b5171ab800524d61fbe764406da94f7b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7117, "upload_time": "2019-02-27T02:30:26", "url": "https://files.pythonhosted.org/packages/82/7b/b3d34894c016fa84437eb702e707dbf2f53be34602bd89aa752b656455c1/issho-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "52a7dfe354240714a01c356acd6c89ed", "sha256": "1ebfaf917df610c4d475cc89a14a4a20157de127515e8a907cb05efdb70bb2b2" }, "downloads": -1, "filename": "issho-0.1.0.tar.gz", "has_sig": false, "md5_digest": "52a7dfe354240714a01c356acd6c89ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10718, "upload_time": "2019-02-27T02:30:28", "url": "https://files.pythonhosted.org/packages/68/34/a4fb63258383a4b774ac6af3b062f56ab05927d84edff2d56b98dc5ff3ae/issho-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "990e1ff068e489e85147a784ff1b0031", "sha256": "48bb1052bbe089638123f05e11c5ec7503348ec7428837a9d1a6a53cfe9dcddf" }, "downloads": -1, "filename": "issho-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "990e1ff068e489e85147a784ff1b0031", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7215, "upload_time": "2019-03-22T14:10:14", "url": "https://files.pythonhosted.org/packages/a7/3f/3e0e7c272ba3c7460983edb69e231ae883de64c7870aae112fe2aa029174/issho-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9348706e40cb5082775bb68f38c76c8e", "sha256": "fa6fd37a7b6a46b7dc6dff46688068fa45f8e7b683dbc98ec26f2140cb425fc3" }, "downloads": -1, "filename": "issho-0.2.0.tar.gz", "has_sig": false, "md5_digest": "9348706e40cb5082775bb68f38c76c8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11237, "upload_time": "2019-03-22T14:10:15", "url": "https://files.pythonhosted.org/packages/4f/2e/e17f14fc4c227dd66d6a0b49a0a4ad353d003fa776d2b0636d3d23249e3e/issho-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "bd9f1b847ab0f6333e4c94cbd5059442", "sha256": "d1c68d16c54290ff09e7a1ba018b0e8f1bce034ada682764bbaddb33db1e6e01" }, "downloads": -1, "filename": "issho-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bd9f1b847ab0f6333e4c94cbd5059442", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8242, "upload_time": "2019-03-25T04:01:15", "url": "https://files.pythonhosted.org/packages/56/35/21a1395b764559532044d6e65bcccf258082e68383c88db17aae0bbfe58a/issho-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3f41b60c03eb7e8b7380c5f0df2291df", "sha256": "3050312148da41e6832fd288fc04196143d7d70857b088368d5ac3864ab16209" }, "downloads": -1, "filename": "issho-0.2.1.tar.gz", "has_sig": false, "md5_digest": "3f41b60c03eb7e8b7380c5f0df2291df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13129, "upload_time": "2019-03-25T04:01:17", "url": "https://files.pythonhosted.org/packages/ad/25/1d99b5b262d289f7ec854017a339b749bb091f955439349754d39a55d1be/issho-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "4ec1d9bfbc10be9802bf9c9147fd59f1", "sha256": "4e6e685144b4bc40d1f40491f39b8113bfa1f2305bb2ff5da7d8cf8a335abc42" }, "downloads": -1, "filename": "issho-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4ec1d9bfbc10be9802bf9c9147fd59f1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8376, "upload_time": "2019-03-25T16:54:39", "url": "https://files.pythonhosted.org/packages/86/c2/34683ac2e7e5e7da63a8804bafbad1383bd6ee5de12e46210f0b7c11783f/issho-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "89c07319a0c7ac259b2ef38af0d95cf9", "sha256": "fa9636f1f85b72ce97fbd3ee899c76ebb02fa9ec1df8bcfd4bf9d089c92e0621" }, "downloads": -1, "filename": "issho-0.2.2.tar.gz", "has_sig": false, "md5_digest": "89c07319a0c7ac259b2ef38af0d95cf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13259, "upload_time": "2019-03-25T16:54:40", "url": "https://files.pythonhosted.org/packages/fc/07/64ebb85681c4ae8881e1f74eb57b8c4d02aa0cb0022508cc2a08251cd38b/issho-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "7eb9df8b11b1a314d1da028fc7c745b1", "sha256": "c9d7c7e01e7103dcda3bf79c623be02fab8f04c009334e7caa3c7fbf6f70bb70" }, "downloads": -1, "filename": "issho-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7eb9df8b11b1a314d1da028fc7c745b1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8404, "upload_time": "2019-03-25T17:22:41", "url": "https://files.pythonhosted.org/packages/80/7b/ef727303a1c4729fa78c9601c7081f9bb1a54987cdd8144ad482e8d8b949/issho-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e7958c2bdd13fe7ea3685bf4cc061ec2", "sha256": "d1bdf0221fe9865fde10a2a28b804f1e9cf315b24fbf7aea539d0bedaf3ba9de" }, "downloads": -1, "filename": "issho-0.2.3.tar.gz", "has_sig": false, "md5_digest": "e7958c2bdd13fe7ea3685bf4cc061ec2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13306, "upload_time": "2019-03-25T17:22:42", "url": "https://files.pythonhosted.org/packages/89/ff/1f513fb36d1b0b9f8a0bd8d6b019d22f2c24feb4a2f442db7b5e659ab02b/issho-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "4f1b3873aa0ff5a46c008c4f9a433121", "sha256": "e010d92b4b1c72ea1f2df84a76707634d93d53dab567fceeab1b96a8c56c31be" }, "downloads": -1, "filename": "issho-0.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4f1b3873aa0ff5a46c008c4f9a433121", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8413, "upload_time": "2019-03-25T22:58:16", "url": "https://files.pythonhosted.org/packages/59/04/0ea3103ea78dfd3ef50cca4ee7ea6d3492b7ae218cd118b1e34b179bba6f/issho-0.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "675c91b7dd0136d2e4e9c0998601c537", "sha256": "0022944b3d73557e473bcef6e30bd8b0ee2734a270bac3b10327db8862e7bf29" }, "downloads": -1, "filename": "issho-0.2.4.tar.gz", "has_sig": false, "md5_digest": "675c91b7dd0136d2e4e9c0998601c537", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13316, "upload_time": "2019-03-25T22:58:18", "url": "https://files.pythonhosted.org/packages/f5/09/453917485fe5cb777ce6422c991cc91bd47eb15d597f881cc6584753dd7e/issho-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "a08f6fd207242f57ae9b2152b2482c2d", "sha256": "68c325510ebc322bc1f00570d38b928ba3ce06cdefa8326f352967de406cab6f" }, "downloads": -1, "filename": "issho-0.2.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a08f6fd207242f57ae9b2152b2482c2d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8521, "upload_time": "2019-03-25T23:50:08", "url": "https://files.pythonhosted.org/packages/80/c9/a05650cb811f4e92a7e3c71f6a4d6d95da5e54b1c6f31edcb0d6bc46f85c/issho-0.2.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "70f2ff8b0311998c2763ed5f0e28990e", "sha256": "d01e3e1dad512b4dc9477a53f0df9b15c37a031d8b877132e17d626936fa34f5" }, "downloads": -1, "filename": "issho-0.2.5.tar.gz", "has_sig": false, "md5_digest": "70f2ff8b0311998c2763ed5f0e28990e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13441, "upload_time": "2019-03-25T23:50:09", "url": "https://files.pythonhosted.org/packages/c1/c2/978a2b45c51978e198ea8b6eabfd93dce0dde3efc30131999e998c803842/issho-0.2.5.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "3eb4a422ffbb14a47e22521cfa7aa401", "sha256": "c90e2a62e4730f4aa5f9a94b5d273075ec242ab1061723227871340248f10fa0" }, "downloads": -1, "filename": "issho-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3eb4a422ffbb14a47e22521cfa7aa401", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9412, "upload_time": "2019-04-09T21:40:50", "url": "https://files.pythonhosted.org/packages/28/65/4a1895bdc7727e26b29538738668efeca72d45b824060cd881b20d0abb48/issho-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aecbf365303a02a8e5de24f838febf3f", "sha256": "236c79ecacdab4d7687b626c28848678403225ecb77de3f91692817446c29017" }, "downloads": -1, "filename": "issho-0.3.0.tar.gz", "has_sig": false, "md5_digest": "aecbf365303a02a8e5de24f838febf3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14824, "upload_time": "2019-04-09T21:40:51", "url": "https://files.pythonhosted.org/packages/5e/10/7ee95ee84ea6ceb24c6931a9901d9374fba7d7f6c7ce1ddc4ae49f7d1aa3/issho-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "b32f0f3b6e8df36a5f2ba69584e58797", "sha256": "8391b5864e455fa9834135ddefd89e99a3fa8d938e038b0dd6047f52bfb46b63" }, "downloads": -1, "filename": "issho-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b32f0f3b6e8df36a5f2ba69584e58797", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9497, "upload_time": "2019-04-13T00:27:11", "url": "https://files.pythonhosted.org/packages/fa/81/60ebe08ea66916b95245ac39d27d39ef4c7b3e2f21bc3bfeabb8535c77d0/issho-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "19aeb1710f1427389f04b7beb61dcc23", "sha256": "8ff9c21db11083df3f68b72694bf898757ffd88f6ca2811a5101becd3b96857a" }, "downloads": -1, "filename": "issho-0.3.1.tar.gz", "has_sig": false, "md5_digest": "19aeb1710f1427389f04b7beb61dcc23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14918, "upload_time": "2019-04-13T00:27:13", "url": "https://files.pythonhosted.org/packages/51/53/0eae17558534ca3efa126ab6b8d4bcd5d3b35bf93d225533ce053be89471/issho-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "cb177b30c3f4968e5352b3ef81df5098", "sha256": "0da779f938483d7169e9dbc40272ab713efdac007a3caaed0cb928d2de57dd5d" }, "downloads": -1, "filename": "issho-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cb177b30c3f4968e5352b3ef81df5098", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9644, "upload_time": "2019-05-18T22:31:20", "url": "https://files.pythonhosted.org/packages/21/e4/aa624332ad812e9e44f6378f8b4e3bdd80f741171a531ead631afdbe6ab0/issho-0.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1a9b706e2a66df0e588b845fa2a787c6", "sha256": "1635bc1f7726e18900e2b6e9e52c2329b73587410fedec6af681a3882e5a369f" }, "downloads": -1, "filename": "issho-0.3.2.tar.gz", "has_sig": false, "md5_digest": "1a9b706e2a66df0e588b845fa2a787c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15028, "upload_time": "2019-05-18T22:31:22", "url": "https://files.pythonhosted.org/packages/54/b1/83dd3e868c3f929d0e25117025dc4c059610f52630bc786594cad7a1eaff/issho-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "d8bc59fcb14545b1d7a3ad9c6cc5e75b", "sha256": "207e89b4fac61df3d6fa20f1551fe556137c14a8acf8800a3ed9cafbd224a0f8" }, "downloads": -1, "filename": "issho-0.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d8bc59fcb14545b1d7a3ad9c6cc5e75b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9898, "upload_time": "2019-05-18T22:32:26", "url": "https://files.pythonhosted.org/packages/4c/86/4a363a639ce36c4ae8f6cd97dd02d7d362560ae1f50672c1c92c4cc25dbf/issho-0.3.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c6292ad4fa8799138a00450a5f176a27", "sha256": "4595e69c34423b5dddac50720d67d79ff41276144d1338ce0b1b3fcac1fc2044" }, "downloads": -1, "filename": "issho-0.3.3.tar.gz", "has_sig": false, "md5_digest": "c6292ad4fa8799138a00450a5f176a27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15223, "upload_time": "2019-05-18T22:32:28", "url": "https://files.pythonhosted.org/packages/77/91/77a65448f1fb42f202561f714fd9a1982b1c011ec2758b28f1454bf7337b/issho-0.3.3.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "18c1ab4503ac304f4450e069aecaa850", "sha256": "75293ae295371c2dce0ebfe8c17ff7d91b9e7711e5f8962bdfdbab8c8d89226f" }, "downloads": -1, "filename": "issho-0.3.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "18c1ab4503ac304f4450e069aecaa850", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11104, "upload_time": "2019-05-23T18:29:40", "url": "https://files.pythonhosted.org/packages/33/ed/f4b6e89c04164350bce1ba6d38fcd9e25f6684798dcb828064733326b501/issho-0.3.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd0d538611cd39e2e234b602926c8427", "sha256": "430394f679ca5bedf603c4f68ec576149a90de1f70bbb82af2e50fa8c634bf06" }, "downloads": -1, "filename": "issho-0.3.5.tar.gz", "has_sig": false, "md5_digest": "fd0d538611cd39e2e234b602926c8427", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16602, "upload_time": "2019-05-23T18:29:42", "url": "https://files.pythonhosted.org/packages/81/20/85a6cc30b5583b71569a025c1cdbc8afadbc17044148d2aaac728b0e6d6d/issho-0.3.5.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "9b729a754f7de21beb46c63931ff94cd", "sha256": "ee7df5d32e06335195c3983202b544392383840a46ec52da3c4bdd0093c96ed5" }, "downloads": -1, "filename": "issho-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9b729a754f7de21beb46c63931ff94cd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11365, "upload_time": "2019-06-08T01:08:15", "url": "https://files.pythonhosted.org/packages/a9/d8/47989f12939e06635fa6a9145404fd309fb33c98d11c08b451e7cc429ac4/issho-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ec86b5e6fb809ac0a00f89bbbc5014e8", "sha256": "752dadaa55a5b5df46c1609bf85634928e0413ee6328ba4c07a81b03ee291ba0" }, "downloads": -1, "filename": "issho-0.4.0.tar.gz", "has_sig": false, "md5_digest": "ec86b5e6fb809ac0a00f89bbbc5014e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16965, "upload_time": "2019-06-08T01:08:17", "url": "https://files.pythonhosted.org/packages/3a/cb/5a3108a991e5e77934d57318c9c6ad3f2d79e91785dd2796f6565c6dd19c/issho-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "849407ba01ac1b64f415aa58fce27be2", "sha256": "ee1febc1cbe40e27b96d1c8841e512eefaa624a0ae379ae6a0fec8f54963ad26" }, "downloads": -1, "filename": "issho-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "849407ba01ac1b64f415aa58fce27be2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11364, "upload_time": "2019-06-08T01:19:36", "url": "https://files.pythonhosted.org/packages/16/40/96b4317b5b6819c8f3c9728d35cc29ac2011077e3f263a66d77463b7d8b7/issho-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b065d6898eec5f21eeacdc4a0dc11f36", "sha256": "57ed889ecc5005b97ab0cbd10fffef8f6e2521f93dad8bd95c1153fa7865d0bf" }, "downloads": -1, "filename": "issho-0.4.1.tar.gz", "has_sig": false, "md5_digest": "b065d6898eec5f21eeacdc4a0dc11f36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16966, "upload_time": "2019-06-08T01:19:38", "url": "https://files.pythonhosted.org/packages/18/b1/17b66e302c72399aef837a55e49e8ac935c3be9b678f63fc26562448aece/issho-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "4c8cdc11a8d4adcbaacc23336b8dd132", "sha256": "a0d864ad31fb3233d0f4f55ce326b69d84e3942add12f31671a877cbf0d6bada" }, "downloads": -1, "filename": "issho-0.4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4c8cdc11a8d4adcbaacc23336b8dd132", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11994, "upload_time": "2019-06-22T23:28:35", "url": "https://files.pythonhosted.org/packages/27/f9/f48761fb914b4390b0603cbb18c8939d422f7b64091b4a1bdb634bffa838/issho-0.4.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "93de235d59c76d265dad569cc160d6aa", "sha256": "70478e25ea5f17902beb3ab5cbab3c512c20957be5a6bd125d3ab507a5ede9a6" }, "downloads": -1, "filename": "issho-0.4.2.tar.gz", "has_sig": false, "md5_digest": "93de235d59c76d265dad569cc160d6aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17594, "upload_time": "2019-06-22T23:28:37", "url": "https://files.pythonhosted.org/packages/3a/51/70a49970115af9be77f1638a958998cb2ec70dcbaf85b0f8a2bf783c8ff2/issho-0.4.2.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "e4bd4862b073b0886eb4cbaeee133570", "sha256": "2d639ea3991799a7e6819b91d4cf343bfe688dff020b62c6cc4da7b4804cf719" }, "downloads": -1, "filename": "issho-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e4bd4862b073b0886eb4cbaeee133570", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11994, "upload_time": "2019-06-25T00:07:58", "url": "https://files.pythonhosted.org/packages/f6/a6/7eedfe2cc5cf059da9553cafe0577ed63aa770fa5876b158e666d5d80d12/issho-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3249ca104268ccf21d46d8969403f31b", "sha256": "e760b8951211ad80888a0796bd352c2e6a2392a8c954841988dffcb457c59c74" }, "downloads": -1, "filename": "issho-0.5.0.tar.gz", "has_sig": false, "md5_digest": "3249ca104268ccf21d46d8969403f31b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17592, "upload_time": "2019-06-25T00:08:00", "url": "https://files.pythonhosted.org/packages/55/fc/59450c7fe8e042cf4ec718d2fc2f1a1d9b295f18bf0b9ad9c4393303fbd2/issho-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "ff01b7e7a9385191ededa448d785d69a", "sha256": "491d921a5f9b22156e999d227ae2ee214ad59be7cc582a6e79d0e9954215b1cd" }, "downloads": -1, "filename": "issho-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ff01b7e7a9385191ededa448d785d69a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12592, "upload_time": "2019-06-25T00:14:05", "url": "https://files.pythonhosted.org/packages/27/82/f131eb0fe1e2faba20cef941eb487d9c58c77d1856149fa49ba1dd5421ab/issho-0.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "791a94b80422e096b5416a4566c5f159", "sha256": "e994a9c91249152d9f36f9b5e76fe264daebda038a9702b8972224acaa40928d" }, "downloads": -1, "filename": "issho-0.5.1.tar.gz", "has_sig": false, "md5_digest": "791a94b80422e096b5416a4566c5f159", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18563, "upload_time": "2019-06-25T00:14:07", "url": "https://files.pythonhosted.org/packages/59/cc/3bf3ceab00373848da6c9c8855194c561131a9f054b8f693be0534664d00/issho-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ff01b7e7a9385191ededa448d785d69a", "sha256": "491d921a5f9b22156e999d227ae2ee214ad59be7cc582a6e79d0e9954215b1cd" }, "downloads": -1, "filename": "issho-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ff01b7e7a9385191ededa448d785d69a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12592, "upload_time": "2019-06-25T00:14:05", "url": "https://files.pythonhosted.org/packages/27/82/f131eb0fe1e2faba20cef941eb487d9c58c77d1856149fa49ba1dd5421ab/issho-0.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "791a94b80422e096b5416a4566c5f159", "sha256": "e994a9c91249152d9f36f9b5e76fe264daebda038a9702b8972224acaa40928d" }, "downloads": -1, "filename": "issho-0.5.1.tar.gz", "has_sig": false, "md5_digest": "791a94b80422e096b5416a4566c5f159", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18563, "upload_time": "2019-06-25T00:14:07", "url": "https://files.pythonhosted.org/packages/59/cc/3bf3ceab00373848da6c9c8855194c561131a9f054b8f693be0534664d00/issho-0.5.1.tar.gz" } ] }