{ "info": { "author": "Brenton Cleeland", "author_email": "brenton@brntn.me", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Utilities" ], "description": "piprot\n======\n\nHow rotten are your requirements?\n\ntl;dr: piprot allows you to check the requirements defined in your\nrequirements files for freshness.\n\n.. figure:: http://i.imgur.com/kewPaFa.gif\n :alt: piprot Demo\n\n piprot Demo\n\n\nInstallation\n~~~~~~~~~~~~\n\nThe latest release of piprot can be installed via PyPI:\n\n::\n\n pip install -U piprot\n\nBasic Usage\n~~~~~~~~~~~\n\nRun piprot and provide a requirements file (if it's not called\nrequirements.txt) and it will tell you the current status of your\npackages.\n\n::\n\n > piprot base_requirements.txt\n requests (2.3.0) is up to date\n six (1.6.1) is 107 days out of date. Latest is 1.7.3\n piprot (0.6.0) is up to date\n doge (3.4.0) is 129 days out of date. Latest is 3.5.0\n Your requirements are 236 days out of date\n\nIf your requirements file is named \"requirements.txt\", you don't need to\nprovide it. piprot will automatically traverse included requirements\nfiles.\n\nThe ``--verbatim`` argument will output your complete requirements file,\nwith some comments about the out of date nature of your packages.\n\n::\n\n > piprot --verbatim\n # Requirements for Piprot\n # This actually doubles as a test file\n\n requests==2.3.0\n six==1.6.1 # Latest 1.7.3\n\n piprot==0.6.0\n # notarequirement==0.1.1\n\n doge==3.4.0 # Latest 3.5.0\n # Generated with piprot 0.7.0\n # Your requirements are 236 days out of date\n\nUsing ``--outdated`` will show only the out of date requirements, pretty\nmuch the same as running ``pip list -o``, except on a requirements file.\n\n::\n\n > piprot --outdated\n six (1.6.1) is 107 days out of date. Latest is 1.7.3\n doge (3.4.0) is 129 days out of date. Latest is 3.5.0\n Your requirements are 236 days out of date\n\nThe ``--latest`` argument will output the requirements lines with the\ncurrent version replaced with the latest version.\n\n::\n\n > piprot --latest\n ipython (1.1.0) is 331 days out of date. Latest is 2.2.0\n ipython==2.2.0 # Updated from 1.1.0\n Django (1.5.4) is 241 days out of date. Latest is 1.6.5\n Django==1.6.5 # Updated from 1.5.4\n requests (1.2.3) is 356 days out of date. Latest is 2.3.0\n requests==2.3.0 # Updated from 1.2.3\n Your requirements are 928 days out of date\n\nPersonally, I like to use ``--latest`` and ``--verbatim`` together,\ncreating a sort-of ''perfect'' requirements file for me,\n\n::\n\n > piprot --latest --verbatim\n # Development Requirements\n ipython==2.2.0 # Updated from 1.1.0\n\n Django==1.6.5 # Updated from 1.5.4\n requests==2.3.0 # Updated from 1.2.3\n # Generated with piprot 0.8.0\n # Your requirements are 928 days out of date\n\nYep, you can use stdin as well if you really want to, but there are\nbetter tools for working with packages installed in your environment.\n\n::\n\n pip freeze | piprot\n\n\n(New in 0.9) You can also lookup requirements from a Github repo with the ``--github``,\n``--branch`` and ``--path`` options. Additionally you can use ``--token`` to\nsupply a `Personal Access Token` to remotely test private repositories.\n\n::\n\n > piprot -g sesh/piprot\n requests (2.4.2) is out of date. Latest is 2.4.3\n requests-futures (0.9.5) is up to date\n six (1.8.0) is up to date\n piprot (0.8.2) is up to date\n Looks like you've been keeping up to date, time for a delicious beverage!\n\nYou can also ignore packages using a norot comment in your requirements file.\n\n::\n\n # Inside requirements.txt\n # Note: two spaces before # norot\n Django==1.6.5 # norot\n\nYou can set up a delay before piprot throws an error.\nThis is useful when you set up piprot in CI but cannot always upgrade the dependencies.\n\n::\n\n > piprot --delay 7\n ipython (1.1.0) is 5 days out of date. Latest is 1.1.1\n All of your dependancies are at most 7 days out of date.\n # Displays a warning but does not throw an error\n\n\nWorking with your environment\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\npiprot is designed around working with requirements defined in a\nrequirements file. Check out\n`pip-tools `__ if you're looking for\nsomething similar that's designed for use against the packages that you\nactually have installed.\n\n\nTests\n~~~~~\n\nTo run the test suite, execute ``python -m unittest discover``, within\nthe project directory.\n\nPlease ensure that the (limited) tests are all passing before making a\npull request. Feel free to add more.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/sesh/piprot", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "piprot", "package_url": "https://pypi.org/project/piprot/", "platform": "", "project_url": "https://pypi.org/project/piprot/", "project_urls": { "Homepage": "http://github.com/sesh/piprot" }, "release_url": "https://pypi.org/project/piprot/0.9.10/", "requires_dist": null, "requires_python": "", "summary": "How rotten are your requirements?", "version": "0.9.10" }, "last_serial": 3785948, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7b767fdb766416a96e02a30f5a0618d5", "sha256": "6e22be3ac5bcafbc5d69d938dfd9274b31eb6de898e2a52b8cf73b2b6dc86d2a" }, "downloads": -1, "filename": "piprot-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7b767fdb766416a96e02a30f5a0618d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4612, "upload_time": "2013-03-04T04:20:58", "url": "https://files.pythonhosted.org/packages/a4/08/8ffb4a83a8ee73b85ea97747e290ed577cc4ba96b9b263ff9cb569a05220/piprot-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0f5ade760320f38ce02e99b21ffced16", "sha256": "df11ad97ccd0649a48fcb6427273f30a6d7223e2c1ec23e63c19a0a5ee424ffe" }, "downloads": -1, "filename": "piprot-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0f5ade760320f38ce02e99b21ffced16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4178, "upload_time": "2013-03-04T04:26:48", "url": "https://files.pythonhosted.org/packages/35/69/1442ab1e2be01d2adbada3221f6de49b8dcd54f5283e9f70364ce94921ac/piprot-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "4f55205e28598c32a88f309413198b20", "sha256": "2ffc32981f65e8e48553d35dbb4b0ff860458291d24a45617959e0da38a1d3f6" }, "downloads": -1, "filename": "piprot-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4f55205e28598c32a88f309413198b20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4232, "upload_time": "2013-03-04T04:47:32", "url": "https://files.pythonhosted.org/packages/68/c4/0d7200e614d928191096f37f2fc5c0023c08d9967366369c8d67d8ab18cc/piprot-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "a8369cf92b492077cc87484225744e56", "sha256": "0349bc26562b6623fc5b0f34c81b556a1ad99a9574720c9c647862b49f949a92" }, "downloads": -1, "filename": "piprot-0.1.3.tar.gz", "has_sig": false, "md5_digest": "a8369cf92b492077cc87484225744e56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4636, "upload_time": "2013-03-28T00:42:57", "url": "https://files.pythonhosted.org/packages/6e/24/027c22514db059e75cb59c2952f562563d2f6ea2c9dfd43f05b2979c5561/piprot-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "ff1da22990edfd6d9ac79be10065f494", "sha256": "915441a18a199c68627e00c7ac2dc6dc29a0b9e58d944d929103b6f094341c34" }, "downloads": -1, "filename": "piprot-0.1.4.tar.gz", "has_sig": false, "md5_digest": "ff1da22990edfd6d9ac79be10065f494", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4494, "upload_time": "2013-09-17T06:32:49", "url": "https://files.pythonhosted.org/packages/28/7b/1fc213936ed8069a2ae25cae2c1fdad5a0fc086255198badcb292c1bc368/piprot-0.1.4.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "11bed31b40a365e2a6df6737b86f55e8", "sha256": "257fc7dc659cb7b2c9d6a03cadca5ce068c8f2999e5ea6eb374b01148688a1b7" }, "downloads": -1, "filename": "piprot-0.2.0.tar.gz", "has_sig": false, "md5_digest": "11bed31b40a365e2a6df6737b86f55e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4340, "upload_time": "2013-09-18T01:21:09", "url": "https://files.pythonhosted.org/packages/7d/3e/8792f6c1fe73e64b3989801bc7746f2071e945153d8040218ff96af3cee8/piprot-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "caeb69e2f418912c7a2dc6898c2a4647", "sha256": "49d4755878afe0eaaf4337449501d6777a4c2b007e7a16836b564080298b6e98" }, "downloads": -1, "filename": "piprot-0.3.0.tar.gz", "has_sig": false, "md5_digest": "caeb69e2f418912c7a2dc6898c2a4647", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4525, "upload_time": "2014-02-04T00:26:48", "url": "https://files.pythonhosted.org/packages/08/fe/95c4e63605f7f45c2edc4454b3ebff5ae0b50f207d9fcacc14a97fec25eb/piprot-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "7b14a109b8250bff2fed490559e00195", "sha256": "7781de476d2803a400dec293bd52dc539abf7eebecfc929804a971196885135a" }, "downloads": -1, "filename": "piprot-0.4.0.tar.gz", "has_sig": false, "md5_digest": "7b14a109b8250bff2fed490559e00195", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4609, "upload_time": "2014-02-10T04:53:04", "url": "https://files.pythonhosted.org/packages/90/71/7bca319f7aba3acbbf9da4ac3f5392c184edade64cf687e41f5c233f07aa/piprot-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "14e75d75b892dc674e2e5b2fd9369c16", "sha256": "0b150be8f59e813c463908157deedea6c42d31fe0df17c726ac946db0e572183" }, "downloads": -1, "filename": "piprot-0.5.0.tar.gz", "has_sig": false, "md5_digest": "14e75d75b892dc674e2e5b2fd9369c16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4676, "upload_time": "2014-02-21T00:38:41", "url": "https://files.pythonhosted.org/packages/ff/1b/9d01e5b8c0991070911e079b146a003efa5b5fba50b8f8d36d1c8dc41565/piprot-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "2c9d3c66042f5c04530df3f2e88910ff", "sha256": "ef595e1ac8ddcf74bd55c0ef36da05faecc3595f8203d0202fd4e586071ade32" }, "downloads": -1, "filename": "piprot-0.6.0.tar.gz", "has_sig": false, "md5_digest": "2c9d3c66042f5c04530df3f2e88910ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4825, "upload_time": "2014-05-31T10:47:29", "url": "https://files.pythonhosted.org/packages/73/27/4335da9e3148eb01b004fc42fea5fc14ea1d8f9670b100afb1d04998a52f/piprot-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "51c7bcb63834a31eb33fbae8677bb3e0", "sha256": "124ea60f2574e86fb31e4d74df9d0ad5c47e08d68022378d76bc34424a3f83f6" }, "downloads": -1, "filename": "piprot-0.7.0.tar.gz", "has_sig": false, "md5_digest": "51c7bcb63834a31eb33fbae8677bb3e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5214, "upload_time": "2014-08-11T01:35:57", "url": "https://files.pythonhosted.org/packages/c5/66/8447dba25a633701d2c1f3f3391722bafbbae10c7f81e85aa608f04966e5/piprot-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "fcda3e7532cb156981ef1ac451b8f112", "sha256": "f61674cbb86381e8272358f808b126a975ffb731e59d0537b4a6f76a6cdf0607" }, "downloads": -1, "filename": "piprot-0.7.1.tar.gz", "has_sig": false, "md5_digest": "fcda3e7532cb156981ef1ac451b8f112", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5881, "upload_time": "2014-08-16T02:38:18", "url": "https://files.pythonhosted.org/packages/fd/f3/ec9ef7cafec810aa657ac08cce8d5a270dd9432861902d452bd783078326/piprot-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "d70afb27f841c17c0b16d19f4ca1f616", "sha256": "c9953b3e3355521a4de3f1d837a1e40213223e1995dcfdebd3d79c55ad0006e7" }, "downloads": -1, "filename": "piprot-0.7.2.tar.gz", "has_sig": false, "md5_digest": "d70afb27f841c17c0b16d19f4ca1f616", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6229, "upload_time": "2014-08-16T02:44:45", "url": "https://files.pythonhosted.org/packages/0f/27/637c14714bdcd8cea3074152a14d96026cdb5fd504ad1705bb3dec24bb4f/piprot-0.7.2.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "43104cfd13d74229e869ad8f57f99d4c", "sha256": "d06e33d2b70ca464fb65baa1289eb1990eb9997643fb0e0a266db138c35c420a" }, "downloads": -1, "filename": "piprot-0.8.0.tar.gz", "has_sig": false, "md5_digest": "43104cfd13d74229e869ad8f57f99d4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8285, "upload_time": "2014-09-18T23:37:18", "url": "https://files.pythonhosted.org/packages/e5/e1/29ca173393a5b65891dc5973ecd07bf890bfff56f8040dc0acf6d7065427/piprot-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "b706900ad6c0f00956de397198ffa469", "sha256": "0259c7e61e58d6d31d772caf2bdb7fb00fe4585efcbb9fe63a6fe55c137ff342" }, "downloads": -1, "filename": "piprot-0.8.1.tar.gz", "has_sig": false, "md5_digest": "b706900ad6c0f00956de397198ffa469", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8328, "upload_time": "2014-09-18T23:41:47", "url": "https://files.pythonhosted.org/packages/a3/ea/8a669d7b4f2d9f474e1fcce0e239c08993b391aeb216f1503e448c7e6943/piprot-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "4b2b9db047c2299e9ffd926085b78098", "sha256": "1e25d9f8c7af8b05744ef44a54d7c4cfa16da3a5357fc65cdd3b882e499eb28c" }, "downloads": -1, "filename": "piprot-0.8.2.tar.gz", "has_sig": false, "md5_digest": "4b2b9db047c2299e9ffd926085b78098", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8544, "upload_time": "2014-09-18T23:42:36", "url": "https://files.pythonhosted.org/packages/16/ea/772603e53b5a7341180684137b2ed087276a20305fa7172268ecb37cbd40/piprot-0.8.2.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "e0d648cb611b9df39fe36f641fc79ea5", "sha256": "71546e8c115c48b8d4793ab22d07e0cb5ad51377fcf3cdb12948556244899e86" }, "downloads": -1, "filename": "piprot-0.9.0.tar.gz", "has_sig": false, "md5_digest": "e0d648cb611b9df39fe36f641fc79ea5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8329, "upload_time": "2015-02-10T04:33:24", "url": "https://files.pythonhosted.org/packages/22/27/d97eb236a9e59de244abd51ebfe6bd0a16f1d0d97848215cd22904ec5e86/piprot-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "ede43b3e14cd7a9e17ca3881f93ce866", "sha256": "4ca62962decf1634eed27ebdb221b0975be8e15d19004d4234b8ec480c9b911d" }, "downloads": -1, "filename": "piprot-0.9.1.tar.gz", "has_sig": false, "md5_digest": "ede43b3e14cd7a9e17ca3881f93ce866", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8736, "upload_time": "2015-03-09T23:20:34", "url": "https://files.pythonhosted.org/packages/6a/e0/9230d096bba6891a56d89fdddb8a9c95d1f6f37fbb89d69274b7e10cde73/piprot-0.9.1.tar.gz" } ], "0.9.10": [ { "comment_text": "", "digests": { "md5": "bce0b9d2af74e526bdd91f414e86afeb", "sha256": "3470eb39d54de5482157345151744afbdc98568d9d38b8add4b82964afde8c67" }, "downloads": -1, "filename": "piprot-0.9.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bce0b9d2af74e526bdd91f414e86afeb", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 8697, "upload_time": "2018-04-20T21:29:32", "url": "https://files.pythonhosted.org/packages/cd/ab/44849ae642aa68fd0551e29bab64204db21956c4de596962eb81458c121d/piprot-0.9.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "579f7c40cbd2b4c767735d14e67389a3", "sha256": "a2d44c74296acf2eda81df60dbd5a2246355da0695a20f883d6eb5f1f05505ec" }, "downloads": -1, "filename": "piprot-0.9.10.tar.gz", "has_sig": false, "md5_digest": "579f7c40cbd2b4c767735d14e67389a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9995, "upload_time": "2018-04-20T21:29:28", "url": "https://files.pythonhosted.org/packages/63/92/412f2b3f270f64df3877f7772ab31eb1d323374261fb38c1b24788b9716e/piprot-0.9.10.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "b4db85e80c56ab9c36e31458feea0633", "sha256": "6a04fc791f4331398243389fbb0b68eaa315883dc33107032d5e20638cac5535" }, "downloads": -1, "filename": "piprot-0.9.2.tar.gz", "has_sig": false, "md5_digest": "b4db85e80c56ab9c36e31458feea0633", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8811, "upload_time": "2015-08-13T02:46:43", "url": "https://files.pythonhosted.org/packages/f0/dd/fb4e0b706af1f545f373ba98a22c4bfe389ba6c3cd07642d59c8ae14bbff/piprot-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "d1974b93a32267761f42e11823c0a9c7", "sha256": "273837f22bc9473edb9c3159b9394e6d576779894d08169e4b2002b7ec0a5829" }, "downloads": -1, "filename": "piprot-0.9.3.tar.gz", "has_sig": false, "md5_digest": "d1974b93a32267761f42e11823c0a9c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8822, "upload_time": "2015-08-19T09:49:42", "url": "https://files.pythonhosted.org/packages/a0/b4/dd004b5f67750ff14106ee350f37c6afd35a1dba260c980bb61724e430f6/piprot-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "04d1883e35e3f114c0d157534b26669f", "sha256": "c32c2cecd1a0a0a9420449eb5f0a789d6b58b60a1c1bb9f76a8e281840ca5ded" }, "downloads": -1, "filename": "piprot-0.9.4.tar.gz", "has_sig": false, "md5_digest": "04d1883e35e3f114c0d157534b26669f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8879, "upload_time": "2015-08-19T22:48:05", "url": "https://files.pythonhosted.org/packages/36/ee/c446d1a939ce5c4074d7b96da28892621fbf97de8b2854a4b298b5ebf95a/piprot-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "4d438c41ee3d299401b217fb4cd0f0ed", "sha256": "46fa2e3c840bff0b11800b8fb479330ff486fbf0bcac671a902a4e01c0f357d3" }, "downloads": -1, "filename": "piprot-0.9.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4d438c41ee3d299401b217fb4cd0f0ed", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8620, "upload_time": "2015-12-01T03:14:54", "url": "https://files.pythonhosted.org/packages/27/5a/166f42165a5cd58685e2c285a09c7b5df433f8a32a6663afaf5dccaf642f/piprot-0.9.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7a4627e933b0bbbf6af66c05748c3977", "sha256": "c187830c912942f8056dc8ea290f24dc6d972895ed0047ea1d5562510497f629" }, "downloads": -1, "filename": "piprot-0.9.5.tar.gz", "has_sig": false, "md5_digest": "7a4627e933b0bbbf6af66c05748c3977", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9165, "upload_time": "2015-12-01T03:14:45", "url": "https://files.pythonhosted.org/packages/93/7d/1ed9986289119c22204abb1064419aecd3b5ec6b5f453b0127dfb1cd19bf/piprot-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "147e13119188ff2c9a6076e1650087b0", "sha256": "d7d957c33f9763364ee444d99d5e7d8381f5744c482d9df59c27fa5b82a4a19b" }, "downloads": -1, "filename": "piprot-0.9.6.tar.gz", "has_sig": false, "md5_digest": "147e13119188ff2c9a6076e1650087b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9206, "upload_time": "2016-01-13T04:08:16", "url": "https://files.pythonhosted.org/packages/6e/90/bc5e46d42f513b1d75b11307138905d3139b4441fe714533ff8b72b91fee/piprot-0.9.6.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "1c9564deea1c9533e50fc86cf98e9396", "sha256": "7bcc465992465d8b9f55591efb65c41977b2f2bcea4f6869e760ad552e6ac694" }, "downloads": -1, "filename": "piprot-0.9.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1c9564deea1c9533e50fc86cf98e9396", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 8637, "upload_time": "2016-09-26T22:45:48", "url": "https://files.pythonhosted.org/packages/1e/3c/7a743a41b59ea74fea41d0bc11103060effec881342068b2bb73c06a3479/piprot-0.9.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e8ce3c5469538ab56b50cd21e748a3db", "sha256": "b0dd6aba060e39d5a6d1032b4c7f9ffd194d7a7878d47e70da3e5dfbec11500e" }, "downloads": -1, "filename": "piprot-0.9.7.tar.gz", "has_sig": false, "md5_digest": "e8ce3c5469538ab56b50cd21e748a3db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9209, "upload_time": "2016-09-26T22:45:44", "url": "https://files.pythonhosted.org/packages/f2/0f/a14f16e6c03ecd11805408afdd7830835b7c4509c22c6ce2027c4a677d72/piprot-0.9.7.tar.gz" } ], "0.9.9": [ { "comment_text": "", "digests": { "md5": "3db9913b515faf8c03ad33c621c381db", "sha256": "ebd797bcb1ad22bcac065b4b96b79beb86e5bb2278ab6342ddb047e1131971d5" }, "downloads": -1, "filename": "piprot-0.9.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3db9913b515faf8c03ad33c621c381db", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 7082, "upload_time": "2018-04-20T21:11:26", "url": "https://files.pythonhosted.org/packages/d4/6f/3bc352351df204ee9b455e86714d078cc00c9fc6c3e9d46e1f6a2f3fec13/piprot-0.9.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b35e16f5071f10b906680761f6bf9f39", "sha256": "d703ddd36c59c1fe1e5a70f83cca67d0fff15d2248d0e8386440f27ed5958b67" }, "downloads": -1, "filename": "piprot-0.9.9.tar.gz", "has_sig": false, "md5_digest": "b35e16f5071f10b906680761f6bf9f39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8419, "upload_time": "2018-04-20T21:11:22", "url": "https://files.pythonhosted.org/packages/39/88/62043c7103272812d0be401c87892d12b82bb92cc7cee67d1102dc411c99/piprot-0.9.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bce0b9d2af74e526bdd91f414e86afeb", "sha256": "3470eb39d54de5482157345151744afbdc98568d9d38b8add4b82964afde8c67" }, "downloads": -1, "filename": "piprot-0.9.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bce0b9d2af74e526bdd91f414e86afeb", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 8697, "upload_time": "2018-04-20T21:29:32", "url": "https://files.pythonhosted.org/packages/cd/ab/44849ae642aa68fd0551e29bab64204db21956c4de596962eb81458c121d/piprot-0.9.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "579f7c40cbd2b4c767735d14e67389a3", "sha256": "a2d44c74296acf2eda81df60dbd5a2246355da0695a20f883d6eb5f1f05505ec" }, "downloads": -1, "filename": "piprot-0.9.10.tar.gz", "has_sig": false, "md5_digest": "579f7c40cbd2b4c767735d14e67389a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9995, "upload_time": "2018-04-20T21:29:28", "url": "https://files.pythonhosted.org/packages/63/92/412f2b3f270f64df3877f7772ab31eb1d323374261fb38c1b24788b9716e/piprot-0.9.10.tar.gz" } ] }