pyjks


Namepyjks JSON
Version 20.0.0 PyPI version JSON
download
home_pagehttp://github.com/kurtbrose/pyjks
SummaryPure-Python Java Keystore (JKS) library
upload_time2020-04-19 01:37:26
maintainer
docs_urlNone
authorKurt Rose, Jeroen De Ridder
requires_python
licenseMIT
keywords jks jceks java keystore security ssl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            PyJKS enables Python projects to load and manipulate Java KeyStore
(JKS) data without a JVM dependency. PyJKS supports JKS, JCEKS, BKS
and UBER (BouncyCastle) keystores. Simply::

  pip install pyjks

Or::

  easy_install pyjks

Then::

  import jks

  keystore = jks.KeyStore.load('keystore.jks', 'passphrase')

  print(keystore.private_keys)
  print(keystore.certs)
  print(keystore.secret_keys)

And that's barely scratching the surface. Check out `the usage examples on
GitHub <https://github.com/kurtbrose/pyjks#usage-examples>`_ for
more!


            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/kurtbrose/pyjks",
    "name": "pyjks",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "JKS JCEKS java keystore security ssl",
    "author": "Kurt Rose, Jeroen De Ridder",
    "author_email": "kurt@kurtrose.com",
    "download_url": "https://files.pythonhosted.org/packages/9a/3d/69e49f948f4daa09d27ac3c5378d44107e1bf98b3b5c0f847121c3773945/pyjks-20.0.0.tar.gz",
    "platform": "",
    "description": "PyJKS enables Python projects to load and manipulate Java KeyStore\n(JKS) data without a JVM dependency. PyJKS supports JKS, JCEKS, BKS\nand UBER (BouncyCastle) keystores. Simply::\n\n  pip install pyjks\n\nOr::\n\n  easy_install pyjks\n\nThen::\n\n  import jks\n\n  keystore = jks.KeyStore.load('keystore.jks', 'passphrase')\n\n  print(keystore.private_keys)\n  print(keystore.certs)\n  print(keystore.secret_keys)\n\nAnd that's barely scratching the surface. Check out `the usage examples on\nGitHub <https://github.com/kurtbrose/pyjks#usage-examples>`_ for\nmore!\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pure-Python Java Keystore (JKS) library",
    "version": "20.0.0",
    "project_urls": {
        "Homepage": "http://github.com/kurtbrose/pyjks"
    },
    "split_keywords": [
        "jks",
        "jceks",
        "java",
        "keystore",
        "security",
        "ssl"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2846e1f2c679d9c6c76a5fda4eb99922a51141803089bf58e77c74a1fe6f9033",
                "md5": "90a9f05ca4fb7a44f2669cb1d752ab07",
                "sha256": "394dee142ecff6b1adc36f64356e5584732f1859575aa03b9cf5d5541a9e3460"
            },
            "downloads": -1,
            "filename": "pyjks-20.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "90a9f05ca4fb7a44f2669cb1d752ab07",
            "packagetype": "bdist_wheel",
            "python_version": "2.7",
            "requires_python": null,
            "size": 45253,
            "upload_time": "2020-04-19T01:37:28",
            "upload_time_iso_8601": "2020-04-19T01:37:28.789403Z",
            "url": "https://files.pythonhosted.org/packages/28/46/e1f2c679d9c6c76a5fda4eb99922a51141803089bf58e77c74a1fe6f9033/pyjks-20.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a3d69e49f948f4daa09d27ac3c5378d44107e1bf98b3b5c0f847121c3773945",
                "md5": "1a6bce95484f1f62f8ff59755972c632",
                "sha256": "0378cec15fb11b2ed27ba54dad9fd987d48e6f62f49fcff138f5f7a8b312b044"
            },
            "downloads": -1,
            "filename": "pyjks-20.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1a6bce95484f1f62f8ff59755972c632",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 25695,
            "upload_time": "2020-04-19T01:37:26",
            "upload_time_iso_8601": "2020-04-19T01:37:26.520222Z",
            "url": "https://files.pythonhosted.org/packages/9a/3d/69e49f948f4daa09d27ac3c5378d44107e1bf98b3b5c0f847121c3773945/pyjks-20.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-04-19 01:37:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kurtbrose",
    "github_project": "pyjks",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "appveyor": true,
    "requirements": [],
    "tox": true,
    "lcname": "pyjks"
}
        
Elapsed time: 0.18667s