josepy


Namejosepy JSON
Version 1.14.0 PyPI version JSON
download
home_pagehttps://github.com/certbot/josepy
SummaryJOSE protocol implementation in Python
upload_time2023-11-01 13:40:31
maintainer
docs_urlNone
authorCertbot Project
requires_python>=3.7,<4.0
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            JOSE protocol implementation in Python using cryptography

.. image:: https://github.com/certbot/josepy/actions/workflows/check.yaml/badge.svg
  :target: https://github.com/certbot/josepy/actions/workflows/check.yaml

.. image:: https://readthedocs.org/projects/josepy/badge/?version=latest
  :target: http://josepy.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
  :target: https://github.com/psf/black

Originally developed as part of the ACME_ protocol implementation.

.. _ACME: https://pypi.python.org/pypi/acme

To learn how to contribute to this project, see CONTRIBUTING.md_.

.. _CONTRIBUTING.md: CONTRIBUTING.md


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/certbot/josepy",
    "name": "josepy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Certbot Project",
    "author_email": "certbot-dev@eff.org",
    "download_url": "https://files.pythonhosted.org/packages/2c/cd/684c45107851da4507854ef4b16fcdce448e02668f0e7c359d0558cbfbeb/josepy-1.14.0.tar.gz",
    "platform": null,
    "description": "JOSE protocol implementation in Python using cryptography\n\n.. image:: https://github.com/certbot/josepy/actions/workflows/check.yaml/badge.svg\n  :target: https://github.com/certbot/josepy/actions/workflows/check.yaml\n\n.. image:: https://readthedocs.org/projects/josepy/badge/?version=latest\n  :target: http://josepy.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n  :target: https://github.com/psf/black\n\nOriginally developed as part of the ACME_ protocol implementation.\n\n.. _ACME: https://pypi.python.org/pypi/acme\n\nTo learn how to contribute to this project, see CONTRIBUTING.md_.\n\n.. _CONTRIBUTING.md: CONTRIBUTING.md\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "JOSE protocol implementation in Python",
    "version": "1.14.0",
    "project_urls": {
        "Homepage": "https://github.com/certbot/josepy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b9b2ba5943ca36213123cf54a21629695c9bf168ee135f06ad17e89f9f6236c",
                "md5": "2d941ef052f359a2427a75b6c49a1410",
                "sha256": "d2b36a30f316269f3242f4c2e45e15890784178af5ec54fa3e49cf9234ee22e0"
            },
            "downloads": -1,
            "filename": "josepy-1.14.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d941ef052f359a2427a75b6c49a1410",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 32180,
            "upload_time": "2023-11-01T13:40:29",
            "upload_time_iso_8601": "2023-11-01T13:40:29.338312Z",
            "url": "https://files.pythonhosted.org/packages/8b/9b/2ba5943ca36213123cf54a21629695c9bf168ee135f06ad17e89f9f6236c/josepy-1.14.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ccd684c45107851da4507854ef4b16fcdce448e02668f0e7c359d0558cbfbeb",
                "md5": "69f00a52f2c76c429f3c99f309332624",
                "sha256": "308b3bf9ce825ad4d4bba76372cf19b5dc1c2ce96a9d298f9642975e64bd13dd"
            },
            "downloads": -1,
            "filename": "josepy-1.14.0.tar.gz",
            "has_sig": false,
            "md5_digest": "69f00a52f2c76c429f3c99f309332624",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 58794,
            "upload_time": "2023-11-01T13:40:31",
            "upload_time_iso_8601": "2023-11-01T13:40:31.132870Z",
            "url": "https://files.pythonhosted.org/packages/2c/cd/684c45107851da4507854ef4b16fcdce448e02668f0e7c359d0558cbfbeb/josepy-1.14.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-01 13:40:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "certbot",
    "github_project": "josepy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "josepy"
}
        
Elapsed time: 0.15387s