{ "info": { "author": "Sorin Muntean", "author_email": "contact@sorinmuntean.ro", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3.6" ], "description": "\nNotary: License your project\n============================\n\n.. image:: https://img.shields.io/pypi/v/notary.svg\n :target: https://pypi.python.org/pypi/notary\n\n.. image:: https://img.shields.io/pypi/l/notary.svg\n :target: https://pypi.python.org/pypi/notary\n\n.. image:: https://img.shields.io/pypi/wheel/notary.svg\n :target: https://pypi.python.org/pypi/notary\n\n.. image:: https://img.shields.io/pypi/pyversions/notary.svg\n :target: https://pypi.python.org/pypi/notary\n\n.. image:: https://travis-ci.org/sxn/notary.svg?branch=master\n :target: https://travis-ci.org/sxn/notary\n\n.. image:: https://codecov.io/gh/sxn/notary/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/sxn/notary\n\n.. image:: https://dependencyci.com/github/sxn/notary/badge\n :target: https://dependencyci.com/github/sxn/notary\n\n.. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg\n :target: https://saythanks.io/to/sorin\n\n\n-----------------------------\n\n**Notary** is a Python CLI tool to help you manage your project's license.\nLicenses are fetched from choosealicense_.\n\n.. image:: https://asciinema.org/a/105819.png\n :target: https://asciinema.org/a/105819?autoplay=1\n\nInstallation\n------------\n\n::\n\n pip install notary\n\nUsage\n-----\n\n::\n\n $ notary\n Usage: notary [OPTIONS] COMMAND [ARGS]...\n\n Manages your project's license.\n\n Options:\n -h, --help Show this message and exit.\n\n Commands:\n add Adds a license, replacing any that might exist.\n remove Removes any license present in the current folder.\n\n::\n\n $ notary add --help\n Usage: notary add [OPTIONS]\n\n Tries to find a license that matches the given LICENSE argument. If one\n exists and takes a author and year, it adds them to the license. Otherwise\n it writes the license without an author and year and informs the user.\n\n :param license_name: the 'human' name of the license that should be added.\n Notary will try to guess the actual name from this. :param author: Tuple\n representing the name of the author. :param year: Integer representing the\n year that will be written to the license.\n\n Options:\n -l, --license TEXT The name of the license you want to add. Doesn't have to\n be exact.\n -a, --author TEXT The name that will be on the license. Is ignored if not\n required.\n -y, --year INTEGER The year that will be on the license. Is ignored if not\n required. [default: 2017]\n -h, --help Show this message and exit.\n\n::\n\n $ notary add\n License name: m\n The following license file(s) already exist:\n /Users/sorin/Workspace/notary/LICENSE\n Remove /Users/sorin/Workspace/notary/LICENSE? [y/N]: y\n Removed /Users/sorin/Workspace/notary/LICENSE.\n Found the following matching licenses:\n 1: MIT License\n 2: Mozilla Public License Version 2.0\n Please choose which one you'd like to add [1]: 1\n Author: Sorin Muntean\n Adding MIT License as the project's license. Continue? [y/N]: y\n Added MIT License to /Users/sorin/Workspace/notary/LICENSE\n\n::\n\n $ notary add --author 'Sorin Muntean'\n License name: mit\n Adding MIT License as the project's license. Continue? [y/N]: y\n Added MIT License to /Users/sorin/Workspace/notary/LICENSE\n\n::\n\n $ notary add -l mit -a 'Sorin Muntean' -y 2017\n Adding MIT License as the project's license. Continue? [y/N]: y\n Added MIT License to /Users/sorin/Workspace/Python/Personal/github.com/notary/LICENSE\n\n::\n\n $ notary remove --help\n Usage: notary remove [OPTIONS]\n\n Tries to find a file named LICENSE or LICENSE.md. If one (or both) exists,\n it asks the user if it should go ahead and remove them. Otherwise it exits\n and informs the user that none could be found.\n\n Options:\n -h, --help Show this message and exit.\n\n::\n\n $ notary remove\n The following license file(s) already exist:\n /Users/sorin/Workspace/notary/LICENSE\n Remove /Users/sorin/Workspace/notary/LICENSE? [y/N]: y\n Removed /Users/sorin/Workspace/notary/LICENSE.\n\n::\n\n $ notary remove\n The following license file(s) already exist:\n /Users/sorin/Workspace/notary/LICENSE\n /Users/sorin/Workspace/notary/LICENSE.md\n /Users/sorin/Workspace/notary/license.rst\n Remove /Users/sorin/Workspace/notary/LICENSE? [y/N]: y\n Removed /Users/sorin/Workspace/notary/LICENSE.\n Remove /Users/sorin/Workspace/notary/LICENSE.md? [y/N]: y\n Removed /Users/sorin/Workspace/notary/LICENSE.md.\n Remove /Users/sorin/Workspace/notary/license.rst? [y/N]: y\n Removed /Users/sorin/Workspace/notary/license.rst.\n\n::\n\n $ notary remove\n No license file found in the current directory.\n\nDocumentation\n-------------\n\nYou can find the documentation over at ReadTheDocs_.\n\n\n.. _choosealicense: https://choosealicense.com/licenses/\n.. _ReadTheDocs: http://notary.rtfd.io/\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sxn/notary", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "notary", "package_url": "https://pypi.org/project/notary/", "platform": "", "project_url": "https://pypi.org/project/notary/", "project_urls": { "Homepage": "https://github.com/sxn/notary" }, "release_url": "https://pypi.org/project/notary/0.1.17/", "requires_dist": null, "requires_python": "", "summary": "License your project", "version": "0.1.17" }, "last_serial": 3443978, "releases": { "0.1.10": [ { "comment_text": "", "digests": { "md5": "fdc8bae11066689566651dcec52dc731", "sha256": "caff3fac019783a46d85fe1b1dd78d3eb8c6e659c51e7b4419c72bc91e375056" }, "downloads": -1, "filename": "notary-0.1.10-py3-none-any.whl", "has_sig": false, "md5_digest": "fdc8bae11066689566651dcec52dc731", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 47044, "upload_time": "2017-03-05T01:05:51", "url": "https://files.pythonhosted.org/packages/e9/b2/34dd0c9fa714a2e8b8de013310afe5c5c10cb8a3ad8cd319d15d8439eff5/notary-0.1.10-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "93bb79d77efbe2d6585931ca5d92fdeb", "sha256": "ab7daf973417e9c07ab2b77f106f96283d272b5ae62740d4b71f405f9d0c1320" }, "downloads": -1, "filename": "notary-0.1.10.tar.gz", "has_sig": false, "md5_digest": "93bb79d77efbe2d6585931ca5d92fdeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39201, "upload_time": "2017-03-05T01:05:49", "url": "https://files.pythonhosted.org/packages/ad/61/d7fc2aa84495a9dbc73d34890d5842befbd6ba2fb382db1bc9c941664a1f/notary-0.1.10.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "2a9d1f34c8450b5d24acee8458709fab", "sha256": "1a414374a29af9409794b9a9f98ef9383c0e19ed68d97a8e7141f56981f8d61f" }, "downloads": -1, "filename": "notary-0.1.11-py3-none-any.whl", "has_sig": false, "md5_digest": "2a9d1f34c8450b5d24acee8458709fab", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 47147, "upload_time": "2017-03-05T02:03:25", "url": "https://files.pythonhosted.org/packages/06/2c/d42f76e88d566d7e7e43e973fa73e828265d47b005b655ec2dbbdc1aeb20/notary-0.1.11-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b99d54042f27631fbe3d34994e19e3d8", "sha256": "bab506fc5a36ba7eb1d0fb6d2623eeeb92b720e60ef04defeb044e263e3ac523" }, "downloads": -1, "filename": "notary-0.1.11.tar.gz", "has_sig": false, "md5_digest": "b99d54042f27631fbe3d34994e19e3d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39275, "upload_time": "2017-03-05T02:03:23", "url": "https://files.pythonhosted.org/packages/51/b1/f5376dcda1ef47c6757a3b4cbd2b83521c3913977c2637b7a681d7765237/notary-0.1.11.tar.gz" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "7e2da0a77be3f8d25825f5a3054f426e", "sha256": "58ade296f5a3e634ab26bcc9d52c0a13a4c1526d9cb1ea3e8ecd529345662460" }, "downloads": -1, "filename": "notary-0.1.12-py3-none-any.whl", "has_sig": false, "md5_digest": "7e2da0a77be3f8d25825f5a3054f426e", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 47169, "upload_time": "2017-03-05T09:12:38", "url": "https://files.pythonhosted.org/packages/2e/32/536c82e86d48bb278cc85d4b8a005d5dac337b4504b9f57bf8598a96990e/notary-0.1.12-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d0a43c0b6a8b42fe050c5da16f9ba667", "sha256": "cd3318fa562bcf08b33c930e3f838bf4c36fcb8eef5085182943c5f509ae9b44" }, "downloads": -1, "filename": "notary-0.1.12.tar.gz", "has_sig": false, "md5_digest": "d0a43c0b6a8b42fe050c5da16f9ba667", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39306, "upload_time": "2017-03-05T09:12:35", "url": "https://files.pythonhosted.org/packages/6f/d4/88920201d78836012582b018071e471e912f2ffc22e81e8a7ddea6bf8355/notary-0.1.12.tar.gz" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "50ea6a27da1df0e11b1221fa37d1e3cc", "sha256": "ac545908c549c5622c23e610f5119cfa69792d659e9af01d9f43fca29b93f54c" }, "downloads": -1, "filename": "notary-0.1.13-py3-none-any.whl", "has_sig": false, "md5_digest": "50ea6a27da1df0e11b1221fa37d1e3cc", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 47243, "upload_time": "2017-03-05T10:07:30", "url": "https://files.pythonhosted.org/packages/56/bb/750a191ff1f55787c7b0b26f32f6a16db443393139f6a5c9aa59d4d0c371/notary-0.1.13-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "79ef1241648f296a88745e5b7d4aea8d", "sha256": "3251b9e60373b4eb23c076d6051834d6bc19e9f20deabee09cf4ea1f063b35b0" }, "downloads": -1, "filename": "notary-0.1.13.tar.gz", "has_sig": false, "md5_digest": "79ef1241648f296a88745e5b7d4aea8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39338, "upload_time": "2017-03-05T10:07:28", "url": "https://files.pythonhosted.org/packages/d8/be/fe3d695b7cd32c317ce92629b188d0087202b19a7f71cf31d94933cfe2c0/notary-0.1.13.tar.gz" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "f4bbb86d63b7a8e3e278d25b535f9ff3", "sha256": "73195b8e21e6fca79f16c70e40a91a90e9b5341824a58495f61832d3be46d1b7" }, "downloads": -1, "filename": "notary-0.1.14-py3-none-any.whl", "has_sig": false, "md5_digest": "f4bbb86d63b7a8e3e278d25b535f9ff3", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 47242, "upload_time": "2017-03-05T10:51:40", "url": "https://files.pythonhosted.org/packages/1f/46/8843f814f62b05ff6c85b5bba6aba43a672781dccd34db4ee6a8140a9c3f/notary-0.1.14-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "055069baf9e38dd36ce028671c1bdad8", "sha256": "ec3d7b0331c09d25eae394e2c0494555b3f62828e082b60bbf963d9723664c74" }, "downloads": -1, "filename": "notary-0.1.14.tar.gz", "has_sig": false, "md5_digest": "055069baf9e38dd36ce028671c1bdad8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39343, "upload_time": "2017-03-05T10:51:38", "url": "https://files.pythonhosted.org/packages/60/62/f5e0a4dbe2d015e30fe98b71f5bf87cadfd32a2468bf8a8032939e717937/notary-0.1.14.tar.gz" } ], "0.1.15": [ { "comment_text": "", "digests": { "md5": "ce3cf34bf55f3e4edf199cd3407f7251", "sha256": "4b97b9aa6392ced2dba128eefb4995bdc5159919aaf5ca57ac079ff2c019d58b" }, "downloads": -1, "filename": "notary-0.1.15-py3-none-any.whl", "has_sig": false, "md5_digest": "ce3cf34bf55f3e4edf199cd3407f7251", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 47241, "upload_time": "2017-03-05T13:48:30", "url": "https://files.pythonhosted.org/packages/20/f7/772233911eb926819aaa7a83ac66f5988ae982f65d1895abf9759da10df3/notary-0.1.15-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ba9d97497c7a44ee00ffa874c7f56622", "sha256": "861247718953657f01b44fa7a78fdcf9a77c98541ba86066ef57c42469a89fdd" }, "downloads": -1, "filename": "notary-0.1.15.tar.gz", "has_sig": false, "md5_digest": "ba9d97497c7a44ee00ffa874c7f56622", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39303, "upload_time": "2017-03-05T13:48:27", "url": "https://files.pythonhosted.org/packages/29/cb/64ecb60167ad5437bec2d419d1e2d9ce0a392cb3b7491470886afea62f90/notary-0.1.15.tar.gz" } ], "0.1.16": [ { "comment_text": "", "digests": { "md5": "203947cca0099699ee52b82a3d0da0e1", "sha256": "6ae1fb89a4f5cd897b4375deb327a8681a1f094f0e6dc7f9e85e01e105240580" }, "downloads": -1, "filename": "notary-0.1.16-py3-none-any.whl", "has_sig": false, "md5_digest": "203947cca0099699ee52b82a3d0da0e1", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 47309, "upload_time": "2017-03-05T17:02:59", "url": "https://files.pythonhosted.org/packages/e1/78/56f8f229b0b55484ce5eb41bafaf7b6e9d713da70d8c68f8c346c7a07270/notary-0.1.16-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9f970d1e2d5abbf6e811b638ba6b5510", "sha256": "58b6a26f8b35cc4b8dfe3a75c7f4d10f928f0951b177c218a62cd7ddbc47cbaa" }, "downloads": -1, "filename": "notary-0.1.16.tar.gz", "has_sig": false, "md5_digest": "9f970d1e2d5abbf6e811b638ba6b5510", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39343, "upload_time": "2017-03-05T17:02:57", "url": "https://files.pythonhosted.org/packages/ae/61/69352b58999b76086d6447bd2758ef3aecf7a060d9e1dcc0515c5eaf0f04/notary-0.1.16.tar.gz" } ], "0.1.17": [ { "comment_text": "", "digests": { "md5": "65e24b02219f920f6d20378aff756cfb", "sha256": "69fb67302cf779ec4bb4283622a8d24faec9a27d5c283c28a0bc4e061eb13d1a" }, "downloads": -1, "filename": "notary-0.1.17-py3-none-any.whl", "has_sig": false, "md5_digest": "65e24b02219f920f6d20378aff756cfb", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 47271, "upload_time": "2017-12-26T20:51:07", "url": "https://files.pythonhosted.org/packages/2f/e9/04e5e76e6cad08ed6005741fee201c05a63613bb864a8ca9fcd52c6a6506/notary-0.1.17-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6004ae5aa962b745d9ecd931b27400e9", "sha256": "199b676a06a7f565713ccd38d636d5b156440d11c82082f14759987f0f2b5518" }, "downloads": -1, "filename": "notary-0.1.17.tar.gz", "has_sig": false, "md5_digest": "6004ae5aa962b745d9ecd931b27400e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40297, "upload_time": "2017-12-26T20:51:05", "url": "https://files.pythonhosted.org/packages/17/dd/82efc638bdde9d1b37b490ae20833f94c3dd206dc723df733dc57d9ff9ae/notary-0.1.17.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "befc85e01ddc49d616a1c7fa8e20ca8c", "sha256": "63a461c5adaf49e5c4bedadb0682b0bf808abaf2b7bf496b65f9058c897d0bdc" }, "downloads": -1, "filename": "notary-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "befc85e01ddc49d616a1c7fa8e20ca8c", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 46792, "upload_time": "2017-03-04T19:44:47", "url": "https://files.pythonhosted.org/packages/b1/5f/4203459a7b0a69ffa6df54feb42318dbf06924bde50ad6aaba15f07d82ac/notary-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "85af6861a9dad5e9c5704f5ee5bfd54c", "sha256": "53027aaee39efa5f2d62aa0b5025c2bfe6e4abef62098a1568a5748e575e06a0" }, "downloads": -1, "filename": "notary-0.1.3.tar.gz", "has_sig": false, "md5_digest": "85af6861a9dad5e9c5704f5ee5bfd54c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38829, "upload_time": "2017-03-04T19:44:45", "url": "https://files.pythonhosted.org/packages/7e/e9/1351c07ce0979b0ed66c152d0ac0b4892828aa89d1c41e8adfcf5fc6d99e/notary-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "3113d2ad76dafd244cb3405ff00cb9e9", "sha256": "14993e981aad706f2cbc473c2bdd19f6089d71ec2645ac7c55a868fbec29e30c" }, "downloads": -1, "filename": "notary-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "3113d2ad76dafd244cb3405ff00cb9e9", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 46646, "upload_time": "2017-03-05T00:00:03", "url": "https://files.pythonhosted.org/packages/3b/01/8659196f95fb00f13434bcb643096911e10fb52f438bda633dc3f4145ca3/notary-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8e671f99f9845cecfa16428e5b101f27", "sha256": "2cacc43f992ee8a16acab79ae8a8b19c86bc378df90797ecc9b3f06a81b41b17" }, "downloads": -1, "filename": "notary-0.1.4.tar.gz", "has_sig": false, "md5_digest": "8e671f99f9845cecfa16428e5b101f27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38631, "upload_time": "2017-03-05T00:00:01", "url": "https://files.pythonhosted.org/packages/73/55/22a600c5a4c5733e05050a7715dcb8c4caa0bd906ee0add2ad9d51e86a0d/notary-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "dc13d0aeb656fb2fde483ed574db2374", "sha256": "b648685d3eb00c41d64a0c44cdf9b43193cd79adb5f6268b18739e2c569cc335" }, "downloads": -1, "filename": "notary-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "dc13d0aeb656fb2fde483ed574db2374", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 46649, "upload_time": "2017-03-05T00:08:00", "url": "https://files.pythonhosted.org/packages/0f/e4/666cab999b36b54bde2b1172a0bfbe179c200e3fe99f9f165f0542f2d548/notary-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5e3994c1ccf221a371a7f279a7a1e1b8", "sha256": "9d33511d6c669d900d660da2d604acf72a4f57962018d3b678d80c880529d9ff" }, "downloads": -1, "filename": "notary-0.1.5.tar.gz", "has_sig": false, "md5_digest": "5e3994c1ccf221a371a7f279a7a1e1b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38633, "upload_time": "2017-03-05T00:07:57", "url": "https://files.pythonhosted.org/packages/6a/fb/d755e7fe8775be2db983c94ddad895d22b6b4922d5165599a214051028cb/notary-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "4ced888ba1282b3dec813fb41b726f95", "sha256": "f29bfaf13d18b03b52e59c517f9fd36670fb2704a00011954d5df40879d1b87d" }, "downloads": -1, "filename": "notary-0.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "4ced888ba1282b3dec813fb41b726f95", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 46718, "upload_time": "2017-03-05T00:10:34", "url": "https://files.pythonhosted.org/packages/01/42/eec3c2070081bb34ac3e825cb81cf46e32cc86fb19c9c308de941768260a/notary-0.1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f4bc8d08ad9e388d3c78a68a5f25abe8", "sha256": "bd850d115cd622df1308fa042068e779a34c42b4a7841b39bac8081f9b38ca2d" }, "downloads": -1, "filename": "notary-0.1.6.tar.gz", "has_sig": false, "md5_digest": "f4bc8d08ad9e388d3c78a68a5f25abe8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38690, "upload_time": "2017-03-05T00:10:32", "url": "https://files.pythonhosted.org/packages/66/06/57cec476c6f6459426c128a19ef2add6716d654335363faa406d788fcd25/notary-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "aeb2c3c0124474af513d6090149b8e63", "sha256": "3a2eae1d9a3e8965b3961c7d6f94322bab6d4d4504f051f46598e3b1a6545df0" }, "downloads": -1, "filename": "notary-0.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "aeb2c3c0124474af513d6090149b8e63", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 46654, "upload_time": "2017-03-05T00:23:42", "url": "https://files.pythonhosted.org/packages/a2/09/39d99b79016f8043800232a1f348de41fee3f88f3ddf785fa2c8c4d37468/notary-0.1.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "087e7075e03044118f4240f18896e7ce", "sha256": "653293a4c14adf60bd5cfb2fdbfacc54fe6d2284ab4ce0aacfa8fdda0921cce1" }, "downloads": -1, "filename": "notary-0.1.7.tar.gz", "has_sig": false, "md5_digest": "087e7075e03044118f4240f18896e7ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38847, "upload_time": "2017-03-05T00:23:40", "url": "https://files.pythonhosted.org/packages/8a/f3/8b99f5815b42993132598ded2fe515f2bb3a18ce37f57afa8e0e1fddbb2d/notary-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "419c907173968aff16d403d76104220f", "sha256": "14cc6ed3b99e051dccc434b5c811b96d741dd204e6a61ea7857445b49165ab07" }, "downloads": -1, "filename": "notary-0.1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "419c907173968aff16d403d76104220f", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 46689, "upload_time": "2017-03-05T00:25:36", "url": "https://files.pythonhosted.org/packages/55/f6/0b323b5e6993961ddeabd13ea368debea7c9a78f735ab051f466fe5592ea/notary-0.1.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5023c0ffeb0f39634ec920a50929fb8e", "sha256": "38dfa3ec6f60d35fe4002af9ef5243c61ec0d4786be996c16eeb11dd17af61c3" }, "downloads": -1, "filename": "notary-0.1.8.tar.gz", "has_sig": false, "md5_digest": "5023c0ffeb0f39634ec920a50929fb8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38895, "upload_time": "2017-03-05T00:25:34", "url": "https://files.pythonhosted.org/packages/fa/72/4bbcc9583e6ff18f30f1c5dc050b5d9c3406381a30bd62abf8867a1d915a/notary-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "2f7698f963d41b38d695f78442aaca38", "sha256": "7847235d7cf6a9e01862fe00086c75c36199359d72489ae0956cbb525ba4dfb1" }, "downloads": -1, "filename": "notary-0.1.9-py3-none-any.whl", "has_sig": false, "md5_digest": "2f7698f963d41b38d695f78442aaca38", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 46971, "upload_time": "2017-03-05T00:50:24", "url": "https://files.pythonhosted.org/packages/83/df/15cf15d501487c37a5ce26df68419222a1e13738a517d4dde296a1b59d49/notary-0.1.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b3eb343170db5db26dd32163d6c09585", "sha256": "f68b49bd1f7a067e7bd4625190ff4a5f38b5f3a1a2ba475205ee3d084ae9e3b8" }, "downloads": -1, "filename": "notary-0.1.9.tar.gz", "has_sig": false, "md5_digest": "b3eb343170db5db26dd32163d6c09585", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39157, "upload_time": "2017-03-05T00:50:22", "url": "https://files.pythonhosted.org/packages/a4/96/2e56817d15de4c537771eaebbcd7ece97f04efe49ad54709bfe5efc0792d/notary-0.1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "65e24b02219f920f6d20378aff756cfb", "sha256": "69fb67302cf779ec4bb4283622a8d24faec9a27d5c283c28a0bc4e061eb13d1a" }, "downloads": -1, "filename": "notary-0.1.17-py3-none-any.whl", "has_sig": false, "md5_digest": "65e24b02219f920f6d20378aff756cfb", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 47271, "upload_time": "2017-12-26T20:51:07", "url": "https://files.pythonhosted.org/packages/2f/e9/04e5e76e6cad08ed6005741fee201c05a63613bb864a8ca9fcd52c6a6506/notary-0.1.17-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6004ae5aa962b745d9ecd931b27400e9", "sha256": "199b676a06a7f565713ccd38d636d5b156440d11c82082f14759987f0f2b5518" }, "downloads": -1, "filename": "notary-0.1.17.tar.gz", "has_sig": false, "md5_digest": "6004ae5aa962b745d9ecd931b27400e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40297, "upload_time": "2017-12-26T20:51:05", "url": "https://files.pythonhosted.org/packages/17/dd/82efc638bdde9d1b37b490ae20833f94c3dd206dc723df733dc57d9ff9ae/notary-0.1.17.tar.gz" } ] }