aio-dtls


Nameaio-dtls JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/businka/aio_dtls
Summaryasyncio implementation of the dtls protocol in python
upload_time2023-12-24 10:45:32
maintainer
docs_urlNone
authorRazgovorov Mikhail
requires_python>=3.9
licenseMIT
keywords python tls dtls mbed asyncio
VCS
bugtrack_url
requirements twine construct cryptography
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aio_dtls

[![img lib ver](https://img.shields.io/pypi/v/aio_dtls.svg "")](https://pypi.python.org/pypi/aio_dtls)
[![img python ver](https://img.shields.io/pypi/pyversions/aio_dtls.svg "")](https://pypi.python.org/pypi/aio_dtls)
[![img license](https://img.shields.io/pypi/l/aio_dtls.svg "")](https://pypi.python.org/pypi/aio_dtls)

The implementation of dtls was made to connect to the iotivity which uses the mbedtls and not the standard cipher.

Handshake dtls and tls for ECDHE_ANON is working now

A simple example of use can be seen in example.py

An example implementation of the COAPS protocol in Bubot_CoAP



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/businka/aio_dtls",
    "name": "aio-dtls",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "python tls dtls mbed asyncio",
    "author": "Razgovorov Mikhail",
    "author_email": "1338833@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c1/41/156f6a379c5004485d1cda97d0f1ff44ef20d4d0da09db15e3fddafc85b6/aio_dtls-0.0.4.tar.gz",
    "platform": null,
    "description": "# aio_dtls\r\n\r\n[![img lib ver](https://img.shields.io/pypi/v/aio_dtls.svg \"\")](https://pypi.python.org/pypi/aio_dtls)\r\n[![img python ver](https://img.shields.io/pypi/pyversions/aio_dtls.svg \"\")](https://pypi.python.org/pypi/aio_dtls)\r\n[![img license](https://img.shields.io/pypi/l/aio_dtls.svg \"\")](https://pypi.python.org/pypi/aio_dtls)\r\n\r\nThe implementation of dtls was made to connect to the iotivity which uses the mbedtls and not the standard cipher.\r\n\r\nHandshake dtls and tls for ECDHE_ANON is working now\r\n\r\nA simple example of use can be seen in example.py\r\n\r\nAn example implementation of the COAPS protocol in Bubot_CoAP\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "asyncio implementation of the dtls protocol in python",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/businka/aio_dtls"
    },
    "split_keywords": [
        "python",
        "tls",
        "dtls",
        "mbed",
        "asyncio"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "893b3ba5bc6a06b0bf19936fb7755a1f107bc8f6999960f1d6a7891607d04580",
                "md5": "e83bac474b23034d08db25521315af43",
                "sha256": "1ead7a08acd21ed7aeb94d826a9816a88ae734ca2d984bb03e98a84b2840267d"
            },
            "downloads": -1,
            "filename": "aio_dtls-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e83bac474b23034d08db25521315af43",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 53325,
            "upload_time": "2023-12-24T10:45:30",
            "upload_time_iso_8601": "2023-12-24T10:45:30.281097Z",
            "url": "https://files.pythonhosted.org/packages/89/3b/3ba5bc6a06b0bf19936fb7755a1f107bc8f6999960f1d6a7891607d04580/aio_dtls-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c141156f6a379c5004485d1cda97d0f1ff44ef20d4d0da09db15e3fddafc85b6",
                "md5": "76493df2d8ceb42c099899ec476b5d51",
                "sha256": "415f1a13a1578bbe9f537456ac79b1c78f14b0cb0f585206c2e51b809d6ac4c5"
            },
            "downloads": -1,
            "filename": "aio_dtls-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "76493df2d8ceb42c099899ec476b5d51",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 52321,
            "upload_time": "2023-12-24T10:45:32",
            "upload_time_iso_8601": "2023-12-24T10:45:32.865979Z",
            "url": "https://files.pythonhosted.org/packages/c1/41/156f6a379c5004485d1cda97d0f1ff44ef20d4d0da09db15e3fddafc85b6/aio_dtls-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-24 10:45:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "businka",
    "github_project": "aio_dtls",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "twine",
            "specs": []
        },
        {
            "name": "construct",
            "specs": []
        },
        {
            "name": "cryptography",
            "specs": []
        }
    ],
    "lcname": "aio-dtls"
}
        
Elapsed time: 0.26501s