{ "info": { "author": "Blake Miller", "author_email": "blakethomasmiller@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Testing", "Topic :: System :: Filesystems", "Topic :: Utilities" ], "description": "sanpai\n======\n\nSanpai is a tool for inspecting and diffing SANs on x509 certificates.\n\n\nModules\n-------\nFor converting a directory to a dict, use convert_dir:\n\n.. code-block:: python\n\n >>> from sanpai import san\n >>> domains = san.inspect(pem_file=\"path/to/cert.pem\")\n >>> type(domains)\n \n\n\nScripts\n-------\nFrom command line, retrieve newline-separated list of domains attached to a cert:\n\n.. code-block:: bash\n\n $ sanpai /path/to/cert.pem\n subdomain.example.com\n example.org\n *.wilcard.io\n\nCompare two certs:\n\n.. code-block:: bash\n\n $ sanpai /path/to/cert1.pem --diff /path/to/cert2.pem\n - subdomain.example.com\n + www.example.org\n ! example.org\n ...\n\n\nInstallation\n------------\nTo install Sanpai, simply:\n\n.. code-block:: bash\n\n $ pip install sanpai", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/blaketmiller/sanpai", "keywords": "x509 cert inspect diff subject alternative name san domain openssl crypto cryptography ssl https", "license": "GNU GPL v2.0", "maintainer": null, "maintainer_email": null, "name": "sanpai", "package_url": "https://pypi.org/project/sanpai/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sanpai/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/blaketmiller/sanpai" }, "release_url": "https://pypi.org/project/sanpai/0.1/", "requires_dist": null, "requires_python": null, "summary": "sanpai is a tool for inspecting and diffing SANs on x509 certificates", "version": "0.1" }, "last_serial": 2405610, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "847977c3bdc3d7f089bc6c15625415e4", "sha256": "1b19972c438999c95b2dc4aae7b6eb99a5ae2ba9af40fd20b5382cc4377b654a" }, "downloads": -1, "filename": "sanpai-0.1.tar.gz", "has_sig": false, "md5_digest": "847977c3bdc3d7f089bc6c15625415e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2547, "upload_time": "2016-10-18T04:07:37", "url": "https://files.pythonhosted.org/packages/9e/7a/7a732716a7ba7abcdd916b38b8e161355fa7e09320af6cbf3ca6aaa9353b/sanpai-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "847977c3bdc3d7f089bc6c15625415e4", "sha256": "1b19972c438999c95b2dc4aae7b6eb99a5ae2ba9af40fd20b5382cc4377b654a" }, "downloads": -1, "filename": "sanpai-0.1.tar.gz", "has_sig": false, "md5_digest": "847977c3bdc3d7f089bc6c15625415e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2547, "upload_time": "2016-10-18T04:07:37", "url": "https://files.pythonhosted.org/packages/9e/7a/7a732716a7ba7abcdd916b38b8e161355fa7e09320af6cbf3ca6aaa9353b/sanpai-0.1.tar.gz" } ] }