{ "info": { "author": "Jeremy Lain\u00e9", "author_email": "jeremy.laine@m4x.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Topic :: Communications :: Telephony", "Topic :: Security :: Cryptography" ], "description": "pylibsrtp\n=========\n\n|rtd| |pypi-v| |pypi-pyversions| |pypi-l| |pypi-wheel| |tests| |codecov|\n\n.. |rtd| image:: https://readthedocs.org/projects/pylibsrtp/badge/?version=latest\n :target: https://pylibsrtp.readthedocs.io/\n\n.. |pypi-v| image:: https://img.shields.io/pypi/v/pylibsrtp.svg\n :target: https://pypi.python.org/pypi/pylibsrtp\n\n.. |pypi-pyversions| image:: https://img.shields.io/pypi/pyversions/pylibsrtp.svg\n :target: https://pypi.python.org/pypi/pylibsrtp\n\n.. |pypi-l| image:: https://img.shields.io/pypi/l/pylibsrtp.svg\n :target: https://pypi.python.org/pypi/pylibsrtp\n\n.. |pypi-wheel| image:: https://img.shields.io/pypi/wheel/pylibsrtp.svg\n :target: https://pypi.python.org/pypi/pylibsrtp\n\n.. |tests| image:: https://github.com/aiortc/pylibsrtp/workflows/tests/badge.svg\n :target: https://github.com/aiortc/pylibsrtp/actions\n\n.. |codecov| image:: https://img.shields.io/codecov/c/github/aiortc/pylibsrtp.svg\n :target: https://codecov.io/gh/aiortc/pylibsrtp\n\nWhat is ``pylibsrtp``?\n----------------------\n\n``pylibsrtp`` is a Python wrapper around `libsrtp`_, making it possible to\nencrypt and decrypt Secure Real-time Transport Protocol (SRTP) packets from\nPython code.\n\nSRTP is a profile of the Real-time Transport Protocol (RTP) which provides\nconfidentiality, message authentication, and replay protection. It is defined\nby `RFC 3711`_.\n\nYou can install ``pylibsrtp`` with ``pip``:\n\n.. code-block:: console\n\n $ pip install pylibsrtp\n\nTo learn more about ``pylibsrtp`` please `read the documentation`_.\n\n.. _libsrtp: https://github.com/cisco/libsrtp\n\n.. _RFC 3711: https://tools.ietf.org/html/rfc3711\n\n.. _read the documentation: https://pylibsrtp.readthedocs.io/en/stable/\n\nExample\n-------\n\n.. code:: python\n\n #!/usr/bin/env python\n\n from pylibsrtp import Policy, Session\n\n key = (b'\\x00' * 30)\n rtp = b'\\x80\\x08\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00' + (b'\\xd4' * 160)\n\n # protect RTP\n tx_policy = Policy(key=key, ssrc_type=Policy.SSRC_ANY_OUTBOUND)\n tx_session = Session(policy=tx_policy)\n srtp = tx_session.protect(rtp)\n\n # unprotect RTP\n rx_policy = Policy(key=key, ssrc_type=Policy.SSRC_ANY_INBOUND)\n rx_session = Session(policy=rx_policy)\n rtp2 = rx_session.unprotect(srtp)\n\n # check roundtrip worked!\n assert rtp2 == rtp\n\nBuilding pylibsrtp\n------------------\n\nIf you wish to build pylibsrtp yourself, you will need libsrtp version 2.0 or better.\n\nOn Debian/Ubuntu run:\n\n.. code-block:: console\n\n $ apt install libsrtp2-dev\n\nOn OS X run:\n\n.. code-block:: console\n\n $ brew install srtp\n\nLicense\n-------\n\n``pylibsrtp`` is released under the `BSD license`_.\n\n.. _BSD license: https://pylibsrtp.readthedocs.io/en/stable/license.html\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/aiortc/pylibsrtp", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "pylibsrtp", "package_url": "https://pypi.org/project/pylibsrtp/", "platform": "", "project_url": "https://pypi.org/project/pylibsrtp/", "project_urls": { "Homepage": "https://github.com/aiortc/pylibsrtp" }, "release_url": "https://pypi.org/project/pylibsrtp/0.7.1/", "requires_dist": [ "cffi (>=1.0.0)" ], "requires_python": "", "summary": "Python wrapper around the libsrtp library", "version": "0.7.1", "yanked": false, "yanked_reason": null }, "last_serial": 12763583, "releases": { "0.6.0": [ { "comment_text": "", "digests": { "md5": "b2521218e17c93e82d0231df33fab6c6", "sha256": "3e3e655b310c98ed59a10adb90660c3faade52a2861a9d5a0630a2fb9b32d9d3" }, "downloads": -1, "filename": "pylibsrtp-0.6.0-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "b2521218e17c93e82d0231df33fab6c6", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 54215, "upload_time": "2018-09-07T09:16:59", "upload_time_iso_8601": "2018-09-07T09:16:59.229150Z", "url": "https://files.pythonhosted.org/packages/7d/44/3557daf02b78545317495a6f31b684a84fa1cc6723df887d952599a5f79c/pylibsrtp-0.6.0-cp35-cp35m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dffa8b3433b68b3a8c7b6a6a3f56d5d7", "sha256": "9ae7208991d9eac804af8a2abe67380be42cc851e011a08932f16b6c3b5184a0" }, "downloads": -1, "filename": "pylibsrtp-0.6.0-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "dffa8b3433b68b3a8c7b6a6a3f56d5d7", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 62607, "upload_time": "2018-09-07T09:11:38", "upload_time_iso_8601": "2018-09-07T09:11:38.746117Z", "url": "https://files.pythonhosted.org/packages/88/da/232bec95a8aa75f79cb036ed45f246f5b5bd06433f31b46b411228278313/pylibsrtp-0.6.0-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2533d8066c1bf5ce0449d95191c77216", "sha256": "55d0d749fe5d43432b0bdff6b7c3b62f90cc09502bcda588ed09c6a6d16d21a0" }, "downloads": -1, "filename": "pylibsrtp-0.6.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2533d8066c1bf5ce0449d95191c77216", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 64936, "upload_time": "2018-09-07T09:11:40", "upload_time_iso_8601": "2018-09-07T09:11:40.062142Z", "url": "https://files.pythonhosted.org/packages/6d/82/1dabe3088043d754d8376c78d023e567917ab99fcd52e4efb90246d9d976/pylibsrtp-0.6.0-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "be609d011b5a705a87188ba745e6c662", "sha256": "47c1db319c9fb507daea2c2f79090e245c864f7a2008f5febf5a1bf9e626f42d" }, "downloads": -1, "filename": "pylibsrtp-0.6.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "be609d011b5a705a87188ba745e6c662", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 41864, "upload_time": "2018-09-07T09:07:29", "upload_time_iso_8601": "2018-09-07T09:07:29.027033Z", "url": "https://files.pythonhosted.org/packages/0c/0d/5528c6b837e34b93d40f878ef0ccaba96e029fef1947c4cd1c09c9a9d469/pylibsrtp-0.6.0-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ee57d934c898fdc392e1266c30962c32", "sha256": "3556905b97b3ab9acae48a05c8af804752dd02f7a609f5249b7bbefc7c203880" }, "downloads": -1, "filename": "pylibsrtp-0.6.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "ee57d934c898fdc392e1266c30962c32", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 47692, "upload_time": "2018-09-07T09:07:30", "upload_time_iso_8601": "2018-09-07T09:07:30.631821Z", "url": "https://files.pythonhosted.org/packages/32/e4/6087c004a030f723b214a7205cd2c5af3ec4f2d5d35f1c6844fdb66e2526/pylibsrtp-0.6.0-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "30adf672bd5e275c67522b47de45b91c", "sha256": "7778858310095e5e86a7e478d54339f4eb758bdd5ec03913699e8572e1d1b0fb" }, "downloads": -1, "filename": "pylibsrtp-0.6.0-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "30adf672bd5e275c67522b47de45b91c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 54215, "upload_time": "2018-09-07T09:17:00", "upload_time_iso_8601": "2018-09-07T09:17:00.448286Z", "url": "https://files.pythonhosted.org/packages/d1/cf/ccaf1ed5ef6e3e1941262f40c08498fabe2a99674e67770f634501aff5c2/pylibsrtp-0.6.0-cp36-cp36m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aeaff7c790658b895a0d6df6bb60cfe7", "sha256": "d219a4bdb3ef8df721c957abba16918e243cd4f468976112a3cc4577f219ed75" }, "downloads": -1, "filename": "pylibsrtp-0.6.0-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "aeaff7c790658b895a0d6df6bb60cfe7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 62604, "upload_time": "2018-09-07T09:11:41", "upload_time_iso_8601": "2018-09-07T09:11:41.271406Z", "url": "https://files.pythonhosted.org/packages/ea/20/319bbe2ced1b56b2130cd7868d29dc9490f6e6925ae7fd0b49ebc849a2d5/pylibsrtp-0.6.0-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "726e12191ee7cf93518284effef5847b", "sha256": "666162ab73fa650b1bd6ed469e8132a8b316217f027d3915bbbe2952028534ce" }, "downloads": -1, "filename": "pylibsrtp-0.6.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "726e12191ee7cf93518284effef5847b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 64939, "upload_time": "2018-09-07T09:11:42", "upload_time_iso_8601": "2018-09-07T09:11:42.302125Z", "url": "https://files.pythonhosted.org/packages/bf/a5/285e6da47f081b0e3f35b31b6d3f5a0a832a402ef8ff5f92e4518b29d1bc/pylibsrtp-0.6.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bdcfa9cc1bb2c28749082ca89924fbde", "sha256": "164c5b38fe5ddba2c0eaa0b69764e4088d6978ca6c8b691241406c81f055a6fb" }, "downloads": -1, "filename": "pylibsrtp-0.6.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "bdcfa9cc1bb2c28749082ca89924fbde", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 41861, "upload_time": "2018-09-07T09:07:31", "upload_time_iso_8601": "2018-09-07T09:07:31.866649Z", "url": "https://files.pythonhosted.org/packages/77/21/0a65a6ea02879fd4af7f6e137cb4fb14a64f72f8557112408462fc43124f/pylibsrtp-0.6.0-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d2f5485da4c98956db6abeea786a2792", "sha256": "424db9f942f44d4602a743a421a82afde6e8d2b7341122d5ad1303eb28215bf9" }, "downloads": -1, "filename": "pylibsrtp-0.6.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "d2f5485da4c98956db6abeea786a2792", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 47692, "upload_time": "2018-09-07T09:07:33", "upload_time_iso_8601": "2018-09-07T09:07:33.452093Z", "url": "https://files.pythonhosted.org/packages/01/6e/452040beecd42782e6878367b9ac87c68b212c1980e4eb068e6e515756bd/pylibsrtp-0.6.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e03fd52ce9fc2792fe11395612f5020e", "sha256": "082efca3c06a538f839287cd117623003de8a1bb1de761cdce2993b95b05e249" }, "downloads": -1, "filename": "pylibsrtp-0.6.0-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "e03fd52ce9fc2792fe11395612f5020e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 54217, "upload_time": "2018-09-07T09:17:01", "upload_time_iso_8601": "2018-09-07T09:17:01.866017Z", "url": "https://files.pythonhosted.org/packages/d2/66/ac460babd07ae3f727c3cb83c2fbc27f7f6f312360883d08d1fa9dd05f81/pylibsrtp-0.6.0-cp37-cp37m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2ae1f9a4bd69c0d6e69c77da736acca9", "sha256": "c90c9694f851f62d731922199004f8bfbd823fb34bee94b133e27123f1283fe4" }, "downloads": -1, "filename": "pylibsrtp-0.6.0-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "2ae1f9a4bd69c0d6e69c77da736acca9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 62601, "upload_time": "2018-09-07T09:11:43", "upload_time_iso_8601": "2018-09-07T09:11:43.660170Z", "url": "https://files.pythonhosted.org/packages/e0/3e/2b04f09dcb381bcbfb8720fe7d5a931f331f62733ca41caeb44e81674992/pylibsrtp-0.6.0-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "726ab87a6b92ec3468c64fd35d8fcec1", "sha256": "504f322c5851128eb344d02dad8a608040f5b985a4b1f493c988721f6fa363c2" }, "downloads": -1, "filename": "pylibsrtp-0.6.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "726ab87a6b92ec3468c64fd35d8fcec1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 64936, "upload_time": "2018-09-07T09:11:44", "upload_time_iso_8601": "2018-09-07T09:11:44.992367Z", "url": "https://files.pythonhosted.org/packages/dc/d4/918ff8263741871da407052c206b59fb0cd3274eee5b03bfc3cc1448e488/pylibsrtp-0.6.0-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4d7deea141b9140fd07bb268e6840f4d", "sha256": "e7048efcec8fe5c0772e29741f3933207bb40d567c0f5182be572cca8e6cb067" }, "downloads": -1, "filename": "pylibsrtp-0.6.0-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "4d7deea141b9140fd07bb268e6840f4d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 41869, "upload_time": "2018-09-07T09:07:34", "upload_time_iso_8601": "2018-09-07T09:07:34.788261Z", "url": "https://files.pythonhosted.org/packages/54/5f/dafcf8a9a41be6a12c8d8efa35be6b6898c4f7fa17bf8307c941b61f3b92/pylibsrtp-0.6.0-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "080c30eab3a88f8cd88855b20eb942bb", "sha256": "a99d6cd5be5fb2b05929c74a58266d7381b9da1041175c036f57d30ee5649d51" }, "downloads": -1, "filename": "pylibsrtp-0.6.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "080c30eab3a88f8cd88855b20eb942bb", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 47691, "upload_time": "2018-09-07T09:07:59", "upload_time_iso_8601": "2018-09-07T09:07:59.458042Z", "url": "https://files.pythonhosted.org/packages/9e/bd/604baff7b615698fef8495ce5bb4467e8de33be69cbbcc88d010a6bc1154/pylibsrtp-0.6.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aa2e05d20dbb7dd2d2437dfa4cf1d9c2", "sha256": "7c76f18e403f68ee4825345bbc811140b3f8a8ed28d1228295508d95db399af1" }, "downloads": -1, "filename": "pylibsrtp-0.6.0.tar.gz", "has_sig": false, "md5_digest": "aa2e05d20dbb7dd2d2437dfa4cf1d9c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9328, "upload_time": "2018-09-07T09:08:54", "upload_time_iso_8601": "2018-09-07T09:08:54.353173Z", "url": "https://files.pythonhosted.org/packages/75/ab/bca419472cf7171b42aa56d977a6d1263ceadaf454c082a151cbad566b74/pylibsrtp-0.6.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "000c98e105982646aa3bd4fc86fb9182", "sha256": "fd1df78a49624712051b22c4e73697ea342aa40d11ec36220d49a7a90d0f3c2a" }, "downloads": -1, "filename": "pylibsrtp-0.6.1-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "000c98e105982646aa3bd4fc86fb9182", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 55183, "upload_time": "2019-02-07T01:11:08", "upload_time_iso_8601": "2019-02-07T01:11:08.094313Z", "url": "https://files.pythonhosted.org/packages/6b/08/b7d8a2db2a631dd99ea8bdac77c6e117ee293c10672a0593ef767a01dfb4/pylibsrtp-0.6.1-cp35-cp35m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6ee03dc7f1a5b0b3820d782a07890f9b", "sha256": "407e63fd9d39f592b0ed61a9cc78df3d818da35a9356bafed94e32686fca80b7" }, "downloads": -1, "filename": "pylibsrtp-0.6.1-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "6ee03dc7f1a5b0b3820d782a07890f9b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 62601, "upload_time": "2019-02-07T01:08:49", "upload_time_iso_8601": "2019-02-07T01:08:49.764638Z", "url": "https://files.pythonhosted.org/packages/f7/c7/55653f319f768c557bdc54a00ff13eec382ec07128f30b9d5098b3fae415/pylibsrtp-0.6.1-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a9b512b55d70bc0d102839f084ef43c2", "sha256": "9de3f4c49d1cd6a4fcc01da78a5a310da5997a18562fe7e59602e582e107110d" }, "downloads": -1, "filename": "pylibsrtp-0.6.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a9b512b55d70bc0d102839f084ef43c2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 64932, "upload_time": "2019-02-07T01:08:51", "upload_time_iso_8601": "2019-02-07T01:08:51.216092Z", "url": "https://files.pythonhosted.org/packages/62/df/093d710d06d53ae17e45d9879132a7e7956698ad2b795d6c86b84349ab6c/pylibsrtp-0.6.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b96e9cc0b4266d3de4abae38a719b965", "sha256": "88606d2ae17e6f510d45d756024676510f9dfa99e5df3db4ba46ad16ccda9f58" }, "downloads": -1, "filename": "pylibsrtp-0.6.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "b96e9cc0b4266d3de4abae38a719b965", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 42828, "upload_time": "2019-02-07T01:22:41", "upload_time_iso_8601": "2019-02-07T01:22:41.105469Z", "url": "https://files.pythonhosted.org/packages/5a/55/5021daa4d0110b728ab59339502cb61e48a5ec694e5dab54604fac4c9061/pylibsrtp-0.6.1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4b3179076daeddba724863410440f0cd", "sha256": "c213109750c39629e1090a73dcc8f6e51a5719a2cfea7bf89b8c4644929f2842" }, "downloads": -1, "filename": "pylibsrtp-0.6.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "4b3179076daeddba724863410440f0cd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 48661, "upload_time": "2019-02-07T01:22:42", "upload_time_iso_8601": "2019-02-07T01:22:42.331318Z", "url": "https://files.pythonhosted.org/packages/28/80/ba7aea1c38fcc71bd3a20af7080ba4d99165f713787a632565d104c87ec9/pylibsrtp-0.6.1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "12d9ec282159d323cdd36f56dc05d8c7", "sha256": "7282a95d915fb69ec7944acd4a98782a4586d0befe0105d935b6904176eac1bd" }, "downloads": -1, "filename": "pylibsrtp-0.6.1-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "12d9ec282159d323cdd36f56dc05d8c7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 55183, "upload_time": "2019-02-07T01:11:09", "upload_time_iso_8601": "2019-02-07T01:11:09.588916Z", "url": "https://files.pythonhosted.org/packages/2f/21/025dd2430d4748da56afa4967f345f31fa8ac512610354d40dd7de16b780/pylibsrtp-0.6.1-cp36-cp36m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c6cb5cf71ccb6dde12fb82e8a73bf5c0", "sha256": "ca6c65db02345f4e194bb0631e69f029985ad742f59854e3a5849cff50791c44" }, "downloads": -1, "filename": "pylibsrtp-0.6.1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "c6cb5cf71ccb6dde12fb82e8a73bf5c0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 62600, "upload_time": "2019-02-07T01:08:52", "upload_time_iso_8601": "2019-02-07T01:08:52.387718Z", "url": "https://files.pythonhosted.org/packages/8b/86/d6cb4ec2683534dcf01e247816d7d0837605d59f1314f276367671e88cef/pylibsrtp-0.6.1-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dd1d453d1fd42a25cf08f053cd3b0b4b", "sha256": "2d67c056e39f8a8a6cfdb98e2bde1645540cf3b3c6a81355a7b162755c866a1b" }, "downloads": -1, "filename": "pylibsrtp-0.6.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "dd1d453d1fd42a25cf08f053cd3b0b4b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 64932, "upload_time": "2019-02-07T01:08:53", "upload_time_iso_8601": "2019-02-07T01:08:53.732233Z", "url": "https://files.pythonhosted.org/packages/41/38/e27a9a8c5a643b2497612ff9d160a645034d82ac42c36c413bcf64acde81/pylibsrtp-0.6.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "abcd72f49453e521413457802a4090d4", "sha256": "767dd3f340feee910930d7c482a13a763f5fb83f1dcef1c95dee48ae9f222394" }, "downloads": -1, "filename": "pylibsrtp-0.6.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "abcd72f49453e521413457802a4090d4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 42830, "upload_time": "2019-02-07T01:22:43", "upload_time_iso_8601": "2019-02-07T01:22:43.479743Z", "url": "https://files.pythonhosted.org/packages/e4/78/c13f6abbd558cf8b9fa1eb0af798bb41b4858c7f0c36e794e3d998d49843/pylibsrtp-0.6.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "926c3ef055496193f4e486589a842a80", "sha256": "8efffa4472322fabfa13362e342bb74664ce68315ff89634cbadd37de5a0084a" }, "downloads": -1, "filename": "pylibsrtp-0.6.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "926c3ef055496193f4e486589a842a80", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 48660, "upload_time": "2019-02-07T01:22:44", "upload_time_iso_8601": "2019-02-07T01:22:44.888931Z", "url": "https://files.pythonhosted.org/packages/03/f3/9df7d99499707ac2f5a393734621b44ecca78b00b3343d51f3f03b68e5b7/pylibsrtp-0.6.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "516a89ad90dc17d3bd6af556525a4034", "sha256": "ba6387791cd180e2d370d7019261445b6ee2c1ec53f1c4d7cb9040d8df7c9304" }, "downloads": -1, "filename": "pylibsrtp-0.6.1-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "516a89ad90dc17d3bd6af556525a4034", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 55182, "upload_time": "2019-02-07T01:11:10", "upload_time_iso_8601": "2019-02-07T01:11:10.901445Z", "url": "https://files.pythonhosted.org/packages/db/6d/f4e032afd24f34e0fd4ca7fef162712e4382d7464a13fbd1b10de912c386/pylibsrtp-0.6.1-cp37-cp37m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2c31da3eb0198ca3a6f6ea80b9962c1b", "sha256": "72c757857c92ee4158cc822d33fa169a768b4e13d8289ba3dab9d2572fa6bad6" }, "downloads": -1, "filename": "pylibsrtp-0.6.1-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "2c31da3eb0198ca3a6f6ea80b9962c1b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 62597, "upload_time": "2019-02-07T01:08:55", "upload_time_iso_8601": "2019-02-07T01:08:55.104427Z", "url": "https://files.pythonhosted.org/packages/61/49/f74a2b436541f732abfbceb12647b264e4bec27371d72be011b5ddcce6da/pylibsrtp-0.6.1-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "306451ac4e94c910f73e51704f7584e9", "sha256": "db72aadc29be5bb45a5fd3fa827596854fc1d4e40976577114f16fad9aade691" }, "downloads": -1, "filename": "pylibsrtp-0.6.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "306451ac4e94c910f73e51704f7584e9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 64934, "upload_time": "2019-02-07T01:08:56", "upload_time_iso_8601": "2019-02-07T01:08:56.380927Z", "url": "https://files.pythonhosted.org/packages/57/d1/06958fc469800052ddf28652b4b10921ffd7fe2107a12732e6e4039cb5b4/pylibsrtp-0.6.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0e588917c8fb19207a1737013e8e865a", "sha256": "268a944c25c1c2e942b678771fddc8f3db6cefdaaf691ef74c56755ec51fae1f" }, "downloads": -1, "filename": "pylibsrtp-0.6.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "0e588917c8fb19207a1737013e8e865a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 42833, "upload_time": "2019-02-07T01:22:46", "upload_time_iso_8601": "2019-02-07T01:22:46.246153Z", "url": "https://files.pythonhosted.org/packages/f7/d1/b78f93e840751f5d55a987841b3d0537e423df7e0b4dd6b7ba17e269d094/pylibsrtp-0.6.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "58ec0c7e3f793673d9a1b64408e6b4df", "sha256": "f75adb8ae3c343b45baf4a6add5ad08278bd278dfb320e840d8f81d10a4ac374" }, "downloads": -1, "filename": "pylibsrtp-0.6.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "58ec0c7e3f793673d9a1b64408e6b4df", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 48663, "upload_time": "2019-02-07T01:22:47", "upload_time_iso_8601": "2019-02-07T01:22:47.465497Z", "url": "https://files.pythonhosted.org/packages/9e/69/f57cc7bebe317bcbf4d487accfc25775321257ab34232c8b858a1489d937/pylibsrtp-0.6.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "090f16d1d6652ace5866dd27fb89483e", "sha256": "f134b72b63ea508766ae8a517328e65d9ee1448c6f0b44b24da2301666930af1" }, "downloads": -1, "filename": "pylibsrtp-0.6.1.tar.gz", "has_sig": false, "md5_digest": "090f16d1d6652ace5866dd27fb89483e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9260, "upload_time": "2019-02-07T01:06:41", "upload_time_iso_8601": "2019-02-07T01:06:41.545256Z", "url": "https://files.pythonhosted.org/packages/57/96/626c1dbcac770b233290d5f23851bcf78c4e345db5a021bb519e2f8afbc1/pylibsrtp-0.6.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "445b224c099e178be6549d6d77d28728", "sha256": "334fd48100e8202de9a2ea53ba589dfa6f413c30efc81f25b74d8b58e55e2683" }, "downloads": -1, "filename": "pylibsrtp-0.6.2-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "445b224c099e178be6549d6d77d28728", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 62848, "upload_time": "2019-10-31T07:22:22", "upload_time_iso_8601": "2019-10-31T07:22:22.082545Z", "url": "https://files.pythonhosted.org/packages/3e/6d/e1c53a8baae9e688b931630c11f2b45409f1ddbabb989371e466fa347754/pylibsrtp-0.6.2-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1da7cd4bfde0249dedbee831e6d0c8de", "sha256": "ccb8776196cb5e810375232a1d07415dd7161b03a8aacda10fb512dbfbe9d525" }, "downloads": -1, "filename": "pylibsrtp-0.6.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1da7cd4bfde0249dedbee831e6d0c8de", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 65175, "upload_time": "2019-10-31T07:22:23", "upload_time_iso_8601": "2019-10-31T07:22:23.728712Z", "url": "https://files.pythonhosted.org/packages/d5/91/a8d6386fcc194bf807d8efd4570c9567aea945f5df0f3d26b3fbd1c17427/pylibsrtp-0.6.2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "85cb1df8d59a9312e8189b6df3b68a7c", "sha256": "df6cad5209813b4f4744d94c058abeebd447620ff5cb66e2baa5be6eea63f635" }, "downloads": -1, "filename": "pylibsrtp-0.6.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "85cb1df8d59a9312e8189b6df3b68a7c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 43071, "upload_time": "2019-10-31T07:02:14", "upload_time_iso_8601": "2019-10-31T07:02:14.653775Z", "url": "https://files.pythonhosted.org/packages/8f/dd/7b3a11b9091f63db0e5076b390d02f39258aec1875ab0f3a9969f851ba9c/pylibsrtp-0.6.2-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bb7a16ecb3229a0e72d6d79a48730008", "sha256": "d8aa915fbb3df54d44c78a70d82c22ef28a6503cfb36e86118bc245303205279" }, "downloads": -1, "filename": "pylibsrtp-0.6.2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "bb7a16ecb3229a0e72d6d79a48730008", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 48902, "upload_time": "2019-10-31T07:02:16", "upload_time_iso_8601": "2019-10-31T07:02:16.575188Z", "url": "https://files.pythonhosted.org/packages/30/01/e67838496d9e27e5a0b2ab0c70c8fa28c8eddbd90dc1c7b3071219bf62f9/pylibsrtp-0.6.2-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3d36af865bbb0c31b0cb26f8fbe94753", "sha256": "c0d33193a543b4f3372d79292ff24ed62cfa664c1ebc30bbedbfc690f75d0aae" }, "downloads": -1, "filename": "pylibsrtp-0.6.2-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "3d36af865bbb0c31b0cb26f8fbe94753", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 62851, "upload_time": "2019-10-31T07:22:25", "upload_time_iso_8601": "2019-10-31T07:22:25.131373Z", "url": "https://files.pythonhosted.org/packages/23/8d/5eab8dd83c71d34fd45ee17fd19a81efb216b8ae2b6e86db8a235ec00ad5/pylibsrtp-0.6.2-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a928145ceb1e157bd0ea0ab6291f3521", "sha256": "a43882069634e5e840325ff118c69f3e65943db64bd2feb272f0737c28b995aa" }, "downloads": -1, "filename": "pylibsrtp-0.6.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a928145ceb1e157bd0ea0ab6291f3521", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 65174, "upload_time": "2019-10-31T07:22:26", "upload_time_iso_8601": "2019-10-31T07:22:26.868336Z", "url": "https://files.pythonhosted.org/packages/52/6a/ce551279912fcc182e607cc9bded8fa4245b166b996fea447e57fa79771c/pylibsrtp-0.6.2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e876f410db9e3cc6838184913e9419b", "sha256": "94887bc0d38279860ebef1f678964e764bba7d6395fa97c9f6e0e3809282767d" }, "downloads": -1, "filename": "pylibsrtp-0.6.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "5e876f410db9e3cc6838184913e9419b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 43075, "upload_time": "2019-10-31T07:02:17", "upload_time_iso_8601": "2019-10-31T07:02:17.958550Z", "url": "https://files.pythonhosted.org/packages/9e/f9/fa54875f62bdd1cf12b3e95f11a5e38eb92465de924a148c7848b5c6edc2/pylibsrtp-0.6.2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4b56430f722cd178f69cd97cbc204bd2", "sha256": "30895bbe0936452075131e7ebe69bfd211fd66041403bf4b6038a26e520a7958" }, "downloads": -1, "filename": "pylibsrtp-0.6.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "4b56430f722cd178f69cd97cbc204bd2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 48903, "upload_time": "2019-10-31T07:02:19", "upload_time_iso_8601": "2019-10-31T07:02:19.768425Z", "url": "https://files.pythonhosted.org/packages/4d/4d/79f9d36a2208efc0907ed99b00926ca7efbf29056a506f02c0613b684dc1/pylibsrtp-0.6.2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "651da225672b758f9349862272670ef2", "sha256": "39db1765a994fa5ca56b279e7e73f727aeacd81c07ea510248251923d7059a2f" }, "downloads": -1, "filename": "pylibsrtp-0.6.2-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "651da225672b758f9349862272670ef2", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 62838, "upload_time": "2019-10-31T07:22:28", "upload_time_iso_8601": "2019-10-31T07:22:28.113639Z", "url": "https://files.pythonhosted.org/packages/9e/d0/33a2df24aee9607a78a36d0a98ddd37d1aa7b7aa4b6a384e4c1a76bd43d4/pylibsrtp-0.6.2-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e9585f99592679f176db1555b7ebdd84", "sha256": "7a6dfb2608735d2d28746dbf4efff0349db83d4efc242b6dbe22b05c72c17ee0" }, "downloads": -1, "filename": "pylibsrtp-0.6.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e9585f99592679f176db1555b7ebdd84", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 65184, "upload_time": "2019-10-31T07:22:29", "upload_time_iso_8601": "2019-10-31T07:22:29.425415Z", "url": "https://files.pythonhosted.org/packages/bd/f1/3d5b5f7ffa9e8fdef5febe164e5be05759aa8d5d5369f942197194617e73/pylibsrtp-0.6.2-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "760d7dfe7bffe7e545c70224b0275c98", "sha256": "288b9cabd69f04123574487027ae52f5b018d8aadd7647c31459fc10b536920c" }, "downloads": -1, "filename": "pylibsrtp-0.6.2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "760d7dfe7bffe7e545c70224b0275c98", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 43073, "upload_time": "2019-10-31T07:02:21", "upload_time_iso_8601": "2019-10-31T07:02:21.667104Z", "url": "https://files.pythonhosted.org/packages/a4/1c/099e30e8e3991d5ba35981a37734a2f8b9317a29385c582a3cabaa021e81/pylibsrtp-0.6.2-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ad32801f050a87272a7847778a6fd7c", "sha256": "ad44c7808087cffd7b77c66287cc8aa52909ac8814c0efc9b9f47810cb83d1eb" }, "downloads": -1, "filename": "pylibsrtp-0.6.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "4ad32801f050a87272a7847778a6fd7c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 48905, "upload_time": "2019-10-31T07:02:23", "upload_time_iso_8601": "2019-10-31T07:02:23.354703Z", "url": "https://files.pythonhosted.org/packages/5a/cb/4acd063e76878e4a34ccdde78280f47c0bd9bff3cf08e9eee832e1c2b82b/pylibsrtp-0.6.2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4d37fc0f5c44b44b86343e8bea537c0b", "sha256": "4597ff2243d0ee71e1ac21f7fda52abb157a58615e8530ea200c9f7394b463b3" }, "downloads": -1, "filename": "pylibsrtp-0.6.2.tar.gz", "has_sig": false, "md5_digest": "4d37fc0f5c44b44b86343e8bea537c0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9417, "upload_time": "2019-10-31T07:20:11", "upload_time_iso_8601": "2019-10-31T07:20:11.349084Z", "url": "https://files.pythonhosted.org/packages/c7/b4/ea72ee6ecf866ae787613cc6085e9540f678809b7980e888b1f498dd17e3/pylibsrtp-0.6.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "ed769e97ddca87f417d393ee22531f49", "sha256": "1d6c23b230dc3815e6cee750e0d0ca3deeaaf9d5df2b3aff9b69a3c44301d8d9" }, "downloads": -1, "filename": "pylibsrtp-0.6.3-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "ed769e97ddca87f417d393ee22531f49", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 55420, "upload_time": "2019-10-31T08:40:53", "upload_time_iso_8601": "2019-10-31T08:40:53.808620Z", "url": "https://files.pythonhosted.org/packages/21/06/7296994c076e97109e138477d681c33358fe03ca558785bd99997e59b94a/pylibsrtp-0.6.3-cp35-cp35m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c92f8052e7e77614658beeb6d57496f3", "sha256": "4e15afe1bc29bdfff5646d49210b88064d4e032f8bc23f23e330574cc768fd31" }, "downloads": -1, "filename": "pylibsrtp-0.6.3-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "c92f8052e7e77614658beeb6d57496f3", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 62841, "upload_time": "2019-10-31T08:38:02", "upload_time_iso_8601": "2019-10-31T08:38:02.373169Z", "url": "https://files.pythonhosted.org/packages/a3/27/a2a8ad9f48c7a2cd1d8c7851ac9ebe208e1653b210ec65d6b4d58d4a47c0/pylibsrtp-0.6.3-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a95b4bfc6fe67652f13eee48616dac97", "sha256": "83a099300b441ca10de732f967533b5e61a9b0c7771ea61fe79b836c012efbdb" }, "downloads": -1, "filename": "pylibsrtp-0.6.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a95b4bfc6fe67652f13eee48616dac97", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 65178, "upload_time": "2019-10-31T08:38:04", "upload_time_iso_8601": "2019-10-31T08:38:04.153105Z", "url": "https://files.pythonhosted.org/packages/a2/1e/69bbb7361b528ce2108ece6027c55ad06555b6cadc421caf1a24dcac89f9/pylibsrtp-0.6.3-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b1724ff6dbb106425d6cd6c9880b59e4", "sha256": "4e832bfa640ed75d2abca0c864684e2244c7f76656ab15a4589213838f8cdfe8" }, "downloads": -1, "filename": "pylibsrtp-0.6.3-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "b1724ff6dbb106425d6cd6c9880b59e4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 43070, "upload_time": "2019-10-31T08:31:21", "upload_time_iso_8601": "2019-10-31T08:31:21.683819Z", "url": "https://files.pythonhosted.org/packages/5e/9a/4c42156a593b3b170a653146aa5689aff4c90cb07b128362ab3ab5635dbf/pylibsrtp-0.6.3-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dcf013e5dd9e0758f32911f308e9d9b6", "sha256": "73d44fa2fe2b3f668f2e29f54517e5cd78d4710c74aa550a5ba6ac0373af4095" }, "downloads": -1, "filename": "pylibsrtp-0.6.3-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "dcf013e5dd9e0758f32911f308e9d9b6", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 48903, "upload_time": "2019-10-31T08:31:23", "upload_time_iso_8601": "2019-10-31T08:31:23.807778Z", "url": "https://files.pythonhosted.org/packages/ff/08/cc8cab46e4e4583403ef2e5a84b1be6e44e0268a9676a0398eaafaec4851/pylibsrtp-0.6.3-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eccb63cda50c7787d89677526394c3bd", "sha256": "2cf9055cd5b9ef2608564762954d992c8b869f256ab5f5f80763169214547aa5" }, "downloads": -1, "filename": "pylibsrtp-0.6.3-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "eccb63cda50c7787d89677526394c3bd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 55422, "upload_time": "2019-10-31T08:40:55", "upload_time_iso_8601": "2019-10-31T08:40:55.061448Z", "url": "https://files.pythonhosted.org/packages/24/35/965c277f2b83c2d21b5491085d1a1a94508bd62531873647187e9c4048f6/pylibsrtp-0.6.3-cp36-cp36m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ee28873c1549b00afc2c970c65d054dc", "sha256": "11ff328ed660239b16c83473654c09bc00d6c499507612e1c51bd62be765d7d5" }, "downloads": -1, "filename": "pylibsrtp-0.6.3-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "ee28873c1549b00afc2c970c65d054dc", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 62844, "upload_time": "2019-10-31T08:38:05", "upload_time_iso_8601": "2019-10-31T08:38:05.869623Z", "url": "https://files.pythonhosted.org/packages/c1/e4/15ac3f09a71c7c1eaee8caa6b832f7909aabcbf349fa8ea061d9a7a9dc3e/pylibsrtp-0.6.3-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ca68b0de572cdffb5c3a868c8f25408e", "sha256": "718b8fa3fb049fd424772ac5d620ea9de5922728e58fb4fce3ff47636ada2dc9" }, "downloads": -1, "filename": "pylibsrtp-0.6.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ca68b0de572cdffb5c3a868c8f25408e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 65178, "upload_time": "2019-10-31T08:38:07", "upload_time_iso_8601": "2019-10-31T08:38:07.394018Z", "url": "https://files.pythonhosted.org/packages/06/6d/1a5d8444223696ac67770d450c803712a8ff4565e337fc9489e32b60f3b3/pylibsrtp-0.6.3-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8c640b3c23e72bee18e4ec2bc52bda8b", "sha256": "9a0d4bff0cd894e700cf7155d5853f0be03fa4a7fcb1452ff72b05d0168b44a9" }, "downloads": -1, "filename": "pylibsrtp-0.6.3-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "8c640b3c23e72bee18e4ec2bc52bda8b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 43076, "upload_time": "2019-10-31T08:31:25", "upload_time_iso_8601": "2019-10-31T08:31:25.642004Z", "url": "https://files.pythonhosted.org/packages/96/12/5d819327e65e85ce09b1aa2e02bc2dc8b246d2030cf8f00f478c6aebb1dc/pylibsrtp-0.6.3-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2a97100fa64241519f428258d239767f", "sha256": "cf8a525ea33cc19c817decd9e1f0296849c19325d4dbabc90513b55038ff9578" }, "downloads": -1, "filename": "pylibsrtp-0.6.3-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "2a97100fa64241519f428258d239767f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 48903, "upload_time": "2019-10-31T08:31:26", "upload_time_iso_8601": "2019-10-31T08:31:26.974793Z", "url": "https://files.pythonhosted.org/packages/b7/47/aab59722e3d04f106a368faf0e16e7c52ccc5ef3cf1dd2d6588ed9a5aeb9/pylibsrtp-0.6.3-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "036e9d1bde349b1a5ca6b81c80cbd067", "sha256": "d6b77b601fdfb6b16cd028d17783da3483d52b521088d1a70e67bf2dd358c467" }, "downloads": -1, "filename": "pylibsrtp-0.6.3-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "036e9d1bde349b1a5ca6b81c80cbd067", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 59796, "upload_time": "2019-10-31T08:40:57", "upload_time_iso_8601": "2019-10-31T08:40:57.005237Z", "url": "https://files.pythonhosted.org/packages/04/38/5c6ee11b160c4bb029d2f2a20c5e7b36a74c6f7999932255ab2552cbfb0e/pylibsrtp-0.6.3-cp37-cp37m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "13ee84a8a468064015767f6f0e0c373b", "sha256": "d742f9d539dc13eb6a666c5646b98298b284dfb522f40c924468af71266bb1e4" }, "downloads": -1, "filename": "pylibsrtp-0.6.3-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "13ee84a8a468064015767f6f0e0c373b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 62835, "upload_time": "2019-10-31T08:38:08", "upload_time_iso_8601": "2019-10-31T08:38:08.731726Z", "url": "https://files.pythonhosted.org/packages/32/aa/911af807b9e9eb9063bfee10c18e5f19675cd3a86bd4d1419a24b31ffc77/pylibsrtp-0.6.3-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "74074a05f16f097c7b1d7eb881c0285b", "sha256": "47e0bec163b90f89808c11076f3f06efbd6ee249a064bfbbc647fb3644a45b6b" }, "downloads": -1, "filename": "pylibsrtp-0.6.3-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "74074a05f16f097c7b1d7eb881c0285b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 65173, "upload_time": "2019-10-31T08:38:10", "upload_time_iso_8601": "2019-10-31T08:38:10.113879Z", "url": "https://files.pythonhosted.org/packages/b0/b6/6f1cdf60c82ba1412a601cfc690747432e77fcf2ca623eb8dc9b2e02a82e/pylibsrtp-0.6.3-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1325dd558f7c83cc650ab33c2d38d2f2", "sha256": "8237b3735f77520a637989dfda6a0910e2edbf88e8575b1cfeb09b9febc35f40" }, "downloads": -1, "filename": "pylibsrtp-0.6.3-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "1325dd558f7c83cc650ab33c2d38d2f2", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 43070, "upload_time": "2019-10-31T08:31:28", "upload_time_iso_8601": "2019-10-31T08:31:28.198559Z", "url": "https://files.pythonhosted.org/packages/67/d9/9e44c9bd7d778a036be57cada523f9f5c2db7d0551af9b9c95fe6f633a5e/pylibsrtp-0.6.3-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d6b9214f7217746a416f9b57ddc41a01", "sha256": "7339006401f32e9fcf1f972e3ebd06e4c105e3b8b7eef35fb8675553bee83dda" }, "downloads": -1, "filename": "pylibsrtp-0.6.3-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "d6b9214f7217746a416f9b57ddc41a01", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 48904, "upload_time": "2019-10-31T08:31:29", "upload_time_iso_8601": "2019-10-31T08:31:29.546492Z", "url": "https://files.pythonhosted.org/packages/ab/e6/07bb080996bcced6705baab3ddfe75da1a32ba551b56cb90b3e68db66cfe/pylibsrtp-0.6.3-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bb01327a983204fe421d07a4e5b3992e", "sha256": "c26b495c5448d786c644529ac917ddfb632af66981a01cc6773a63f8d6b07be1" }, "downloads": -1, "filename": "pylibsrtp-0.6.3.tar.gz", "has_sig": false, "md5_digest": "bb01327a983204fe421d07a4e5b3992e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9413, "upload_time": "2019-10-31T08:35:41", "upload_time_iso_8601": "2019-10-31T08:35:41.714567Z", "url": "https://files.pythonhosted.org/packages/d0/37/54c63961bea326bee1924aac3e055fe3cd4cff98d1e8ed80159fc637707c/pylibsrtp-0.6.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "65df70a10edd341e609d6f3179301b66", "sha256": "54b4fed31a1402b99a3777487c5a66ae8f6c9f5bca42d7b48a295724e15dcaf2" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "65df70a10edd341e609d6f3179301b66", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 54219, "upload_time": "2019-11-25T12:34:34", "upload_time_iso_8601": "2019-11-25T12:34:34.869484Z", "url": "https://files.pythonhosted.org/packages/ac/d6/12aaf4b3ffa0cfe365cd4b3fb5c3bdedc7d2c65283d4eabab854fe996773/pylibsrtp-0.6.4-cp35-cp35m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c4e4b34360d77be97594998f7e09b462", "sha256": "dbe6207547e099c85f360dd6c4fb04d661e2c9d855a840e9ed464464e4dce9e4" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp35-cp35m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "c4e4b34360d77be97594998f7e09b462", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 64051, "upload_time": "2019-11-25T12:31:50", "upload_time_iso_8601": "2019-11-25T12:31:50.720093Z", "url": "https://files.pythonhosted.org/packages/33/93/ff849a8ccfba05a4f8ef25516e13739fe11de5b539e09492b3471eca39c0/pylibsrtp-0.6.4-cp35-cp35m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b1be1da28b6e5e2e3611a9f887badf84", "sha256": "ec6528b51a5a31ce7e8e90061ca8e87356a03cbe05553c49a2858084cce3a29f" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp35-cp35m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "b1be1da28b6e5e2e3611a9f887badf84", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 66863, "upload_time": "2019-11-25T12:31:51", "upload_time_iso_8601": "2019-11-25T12:31:51.869335Z", "url": "https://files.pythonhosted.org/packages/72/37/1cc70750cc09ad81855a473c55ca7dba2c42614468ec5a77bdd810a5b8ab/pylibsrtp-0.6.4-cp35-cp35m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ee7d60b48b730cef1d27dcd2d46c6a0b", "sha256": "2d72529712c1330c18dead1765002b2f4684cf49ceca4b9a6abd9df779db01c9" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "ee7d60b48b730cef1d27dcd2d46c6a0b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 41869, "upload_time": "2019-11-25T12:10:05", "upload_time_iso_8601": "2019-11-25T12:10:05.877308Z", "url": "https://files.pythonhosted.org/packages/f0/85/dceab40719cdf79e18ab2965853d52806c2ce302dfbe8928dd67d9be4484/pylibsrtp-0.6.4-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "17785848d4a1dc29d6cfa34f0afcd68d", "sha256": "83a5342383e7eb4a4b1ca9d4ff41750df476d93988090821c98c99191e1cca14" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "17785848d4a1dc29d6cfa34f0afcd68d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 47699, "upload_time": "2019-11-25T12:10:07", "upload_time_iso_8601": "2019-11-25T12:10:07.587719Z", "url": "https://files.pythonhosted.org/packages/34/48/2e883a1597bd6a205bfeb00413530a9093b643ad8f98eccdb775a96ff161/pylibsrtp-0.6.4-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5624fa361651e4f1457ad3a23ff0f6f8", "sha256": "bc2fe755a88396ec2c9a6c37907d050708ea8ac9760b4cdcf6b90704d091a922" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "5624fa361651e4f1457ad3a23ff0f6f8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 54218, "upload_time": "2019-11-25T12:34:36", "upload_time_iso_8601": "2019-11-25T12:34:36.223351Z", "url": "https://files.pythonhosted.org/packages/20/dd/290b0bc6fb5edf9707435184183830a38b505ae68dc0bcba0a9e98e46f8a/pylibsrtp-0.6.4-cp36-cp36m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4796e57e1c8b6c9b24e1467ee61e37b5", "sha256": "aaa12a46ef30aed6228ee61fc9a50004c2019ee78204a7cb6b4ba3f6f6a2de4b" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp36-cp36m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "4796e57e1c8b6c9b24e1467ee61e37b5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 63637, "upload_time": "2019-11-25T12:31:53", "upload_time_iso_8601": "2019-11-25T12:31:53.471100Z", "url": "https://files.pythonhosted.org/packages/d2/97/9a88c61a2ab8265a4c8d8f43d5f1b4bdd2c992f8c236598e88eb50441af9/pylibsrtp-0.6.4-cp36-cp36m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "341585c297647a5f913404644e8717c5", "sha256": "234adf8d846d9216dce426d209d5e34be13860968033d3079356e82ce4e4b3fc" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "341585c297647a5f913404644e8717c5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 66456, "upload_time": "2019-11-25T12:31:55", "upload_time_iso_8601": "2019-11-25T12:31:55.014833Z", "url": "https://files.pythonhosted.org/packages/75/dd/0d8bc94fe0eb84c1566735152d78c2f85853aa9a260d0f7a07b1e330126c/pylibsrtp-0.6.4-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c5c17c6974bbe36fb3f200fff39a8d9b", "sha256": "e96058713e6715878caf3daf1f48e63842ee9763ab171cbad0b8193baa481f80" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "c5c17c6974bbe36fb3f200fff39a8d9b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 41872, "upload_time": "2019-11-25T12:10:09", "upload_time_iso_8601": "2019-11-25T12:10:09.465559Z", "url": "https://files.pythonhosted.org/packages/bc/7b/3a51aba0974fb3e583eae47ceb3d4baeccfd157b9726ee4c6c5999fdd66a/pylibsrtp-0.6.4-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "145e30680cdf7b6415c7f0e07e6084b5", "sha256": "6fe9f451a1c5db2282cff764c239a087b247874660e6f477920d8ffaaa1760de" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "145e30680cdf7b6415c7f0e07e6084b5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 47702, "upload_time": "2019-11-25T12:10:10", "upload_time_iso_8601": "2019-11-25T12:10:10.772199Z", "url": "https://files.pythonhosted.org/packages/ae/ca/6062b5726e870cdddbe189dc8a129ff5ebe80de42de8d69d77fbf9f2d5fa/pylibsrtp-0.6.4-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "060d6bbb707880c45126e413eaf97d69", "sha256": "f314a49f37be225114914d8f0ce8dcfab8ff5636a34189cd956c01e3ca589bfa" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "060d6bbb707880c45126e413eaf97d69", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 58597, "upload_time": "2019-11-25T12:34:38", "upload_time_iso_8601": "2019-11-25T12:34:38.049479Z", "url": "https://files.pythonhosted.org/packages/05/fd/cfb424908fd6e90e82b3b2662378e559a43b74bf8636161749178627c17f/pylibsrtp-0.6.4-cp37-cp37m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9886c67751c1bea90129613faad840ba", "sha256": "f43c3a5c7e193d02bc2dd85cd6ed6473ccd2fc40b9fd88af01499f691fe8718c" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp37-cp37m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "9886c67751c1bea90129613faad840ba", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 63624, "upload_time": "2019-11-25T12:31:56", "upload_time_iso_8601": "2019-11-25T12:31:56.296714Z", "url": "https://files.pythonhosted.org/packages/76/c0/0d1915dc8889219b50329aba448974f22956efff7969948bc57d54f87762/pylibsrtp-0.6.4-cp37-cp37m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2d44d345e94af9b1c70b3e3b403ddac8", "sha256": "e61d53620de47e2b2c0688a3e62b276fdacc13473219f75de26fe1a131d76eef" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "2d44d345e94af9b1c70b3e3b403ddac8", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 66462, "upload_time": "2019-11-25T12:31:58", "upload_time_iso_8601": "2019-11-25T12:31:58.195700Z", "url": "https://files.pythonhosted.org/packages/40/c5/d5dd08acc1e38742b9e77f9b307c150a9e28f62eab9d96fb4965cf228f6a/pylibsrtp-0.6.4-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "96931fe1f6a207320f43394cf21ac6c4", "sha256": "ec6566c7fce0b7f244be0aed3ae71491d260f1651c07ec4192fb6008d1c848cf" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "96931fe1f6a207320f43394cf21ac6c4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 41871, "upload_time": "2019-11-25T12:10:12", "upload_time_iso_8601": "2019-11-25T12:10:12.479008Z", "url": "https://files.pythonhosted.org/packages/ab/71/0de3086b95314034ef7d8243531884a62ef646735b0616350341a25f1a88/pylibsrtp-0.6.4-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "be70b73876d0953883033c05b1aedace", "sha256": "d72f550c9b42f1f2b009b974cc3bc28436fe852afd98bcba8850f56d98b96ac5" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "be70b73876d0953883033c05b1aedace", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 47707, "upload_time": "2019-11-25T12:10:14", "upload_time_iso_8601": "2019-11-25T12:10:14.179726Z", "url": "https://files.pythonhosted.org/packages/d3/39/98ce91e6f1e5290ddec2ff808deb6d0bb0336d24341f2e4c9d66e96e0315/pylibsrtp-0.6.4-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "07ed7db08255323c69df03b84cccf1c0", "sha256": "38ce5bca25cbbda01ea473d737e6713da470d97db7d5093f9cbf1ac8e20b8c3f" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "07ed7db08255323c69df03b84cccf1c0", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 52051, "upload_time": "2019-11-25T12:34:39", "upload_time_iso_8601": "2019-11-25T12:34:39.520006Z", "url": "https://files.pythonhosted.org/packages/dd/66/58c3799827888de508726afb6173314bf8ff9a0b615e692379f9145539b8/pylibsrtp-0.6.4-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "be7b48578914efb5b67b8ff951fe2ff1", "sha256": "ba9126566d027c3503890d9e1e0a4d103e9bef1f2f1bcaf318730edf47e99bc1" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp38-cp38-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "be7b48578914efb5b67b8ff951fe2ff1", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 64077, "upload_time": "2019-11-25T12:31:59", "upload_time_iso_8601": "2019-11-25T12:31:59.401938Z", "url": "https://files.pythonhosted.org/packages/1c/9c/dc227a04e05254cb4e70938286bdda8cd3495708e5e2c04a190d0232c496/pylibsrtp-0.6.4-cp38-cp38-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0edc7187a4e47d94bf670674f877e7cc", "sha256": "1d0aba67a3fcb3f967c2300cf937e2b979de8794e2d84f2049581200a9cbd1a3" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "0edc7187a4e47d94bf670674f877e7cc", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 67015, "upload_time": "2019-11-25T12:32:00", "upload_time_iso_8601": "2019-11-25T12:32:00.692225Z", "url": "https://files.pythonhosted.org/packages/57/c4/a087ac4bf9c8912f916102b82de5952fd1ff5375f8f132eecc6e06cdc079/pylibsrtp-0.6.4-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cb87ba01fe99340e270f9a037e6be754", "sha256": "afe1d03a73cbddf19490d42d2b7062c349ea705e92227b32540a08725da637ee" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "cb87ba01fe99340e270f9a037e6be754", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 41964, "upload_time": "2019-11-25T12:10:15", "upload_time_iso_8601": "2019-11-25T12:10:15.639263Z", "url": "https://files.pythonhosted.org/packages/dc/b2/51b1ce71d4ac48dff782f59b1d500a5c09b5a09e45d2d4c360f2345499a9/pylibsrtp-0.6.4-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "47aebb8fa20236c73cf2869da0b0a0e5", "sha256": "6f5e3beec663d110cd3413f5d9228d5a97774fc97e4bae871db9250ca53b7939" }, "downloads": -1, "filename": "pylibsrtp-0.6.4-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "47aebb8fa20236c73cf2869da0b0a0e5", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 47807, "upload_time": "2019-11-25T12:10:17", "upload_time_iso_8601": "2019-11-25T12:10:17.292248Z", "url": "https://files.pythonhosted.org/packages/30/2e/d74a781180907ddc89eabf89fefe390a241c308b2d2b3b8d2aea1a20c7a4/pylibsrtp-0.6.4-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c2a2ea1d5084f21f778f24e985825eab", "sha256": "c59e302361783ddd7160d1754c56eafd0d6d7d6538ad024a79d6d4c41a38d052" }, "downloads": -1, "filename": "pylibsrtp-0.6.4.tar.gz", "has_sig": false, "md5_digest": "c2a2ea1d5084f21f778f24e985825eab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10090, "upload_time": "2019-11-25T12:27:29", "upload_time_iso_8601": "2019-11-25T12:27:29.426748Z", "url": "https://files.pythonhosted.org/packages/25/95/ec90962d3e7eea9fa11d57f4ee1cd8dace408f6858aa8a6f64d4dca6681c/pylibsrtp-0.6.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "3086451a296c5e21e4f92bd0a898778d", "sha256": "0c2eb1549d698d3fdab9814a7ea66e9e8181b3b4da078f356c4b5af86da28cb7" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "3086451a296c5e21e4f92bd0a898778d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 56141, "upload_time": "2020-03-07T14:07:50", "upload_time_iso_8601": "2020-03-07T14:07:50.491102Z", "url": "https://files.pythonhosted.org/packages/43/27/993ae8c1448d2cf4f2a5f05cfec4dac35882a02f433d2d5682b5580ec175/pylibsrtp-0.6.5-cp35-cp35m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c9ac3423d2b33144591ea69110ddba0a", "sha256": "227e4e69fe13dc72d99a10c4f0fd0bbc681f0cd97f0d592ef58e47517ed7853a" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp35-cp35m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "c9ac3423d2b33144591ea69110ddba0a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 70234, "upload_time": "2020-03-07T14:07:51", "upload_time_iso_8601": "2020-03-07T14:07:51.849970Z", "url": "https://files.pythonhosted.org/packages/f2/a2/1d64dc3b35f075ee4f327c111799eaeef77df23cce252fd21f4c529b3b3e/pylibsrtp-0.6.5-cp35-cp35m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "69392fd199d497c40d958ba1bd7c5271", "sha256": "4a8314c2fc1bcb501804a5a26c76244537918739b33f68cf57dfd535b8cd0473" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp35-cp35m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "69392fd199d497c40d958ba1bd7c5271", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 74447, "upload_time": "2020-03-07T14:07:52", "upload_time_iso_8601": "2020-03-07T14:07:52.789386Z", "url": "https://files.pythonhosted.org/packages/06/96/2c3dfd39b67c9f1767b7a5f0b3b64f617328516e37c99ee4219fb5187e66/pylibsrtp-0.6.5-cp35-cp35m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b9fd3223ec94ea5529bc788b0b5f2891", "sha256": "ce73a0f56325cf2b51102d7234c22ce848dca74bff8f3234a029a54fa3b5198e" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "b9fd3223ec94ea5529bc788b0b5f2891", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 42509, "upload_time": "2020-03-07T14:15:34", "upload_time_iso_8601": "2020-03-07T14:15:34.024803Z", "url": "https://files.pythonhosted.org/packages/30/da/5bed6564b305e9a304e9d535331cd0a6c34db132bd0702b5657fc37cbbe3/pylibsrtp-0.6.5-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d276a8df386c07c0a4bd144e9444a156", "sha256": "0445269e2ce04fce0de157551da4422babe0512859c733f9b77c02bd48ad88de" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "d276a8df386c07c0a4bd144e9444a156", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 48720, "upload_time": "2020-03-07T14:15:35", "upload_time_iso_8601": "2020-03-07T14:15:35.173802Z", "url": "https://files.pythonhosted.org/packages/1d/08/af20929d167628675b814562a683a811e550ff1f8112315e1a4d0d854a1f/pylibsrtp-0.6.5-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1e14e10f7ff66a754dbbc46ec04a42c3", "sha256": "61196c58b4f19fe99a727602adbb35f78db3fec4d182051661f1a4a823a261a9" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "1e14e10f7ff66a754dbbc46ec04a42c3", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 56142, "upload_time": "2020-03-07T14:07:54", "upload_time_iso_8601": "2020-03-07T14:07:54.102628Z", "url": "https://files.pythonhosted.org/packages/92/7a/e48d70e1afd9bef0f997638b21c16bd57f65e16745885e7b69158d25bca8/pylibsrtp-0.6.5-cp36-cp36m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "22888a124d9b0a8a22f729709618ea32", "sha256": "8b852ccbb0ba8af95834a8c3adddb7fa9ca60f76d6c95c18ad99fb940aa498b0" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp36-cp36m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "22888a124d9b0a8a22f729709618ea32", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 69851, "upload_time": "2020-03-07T14:07:55", "upload_time_iso_8601": "2020-03-07T14:07:55.360615Z", "url": "https://files.pythonhosted.org/packages/0b/13/acf43eb2e2c3176cf00daef9ff3a951508e8b0720e47919a4fa5b5ea5548/pylibsrtp-0.6.5-cp36-cp36m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5c28478cb34f4b22ea4da8e31cf1ae9a", "sha256": "efb10fb0b92707eb5ea0e49a94eebdce9d714eea8e65506bf0253401def0535c" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "5c28478cb34f4b22ea4da8e31cf1ae9a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 74041, "upload_time": "2020-03-07T14:07:56", "upload_time_iso_8601": "2020-03-07T14:07:56.687067Z", "url": "https://files.pythonhosted.org/packages/7a/db/8c4d7e2955886d74e479084d155f934933c2ce67ff6aaf73a2b5edd3b21e/pylibsrtp-0.6.5-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f5bcf0d3f845c7555e463428c043899b", "sha256": "ebaf54d82a186b66e12e926afe712c517dd8d757104d6512ae4303fa5c87ad37" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "f5bcf0d3f845c7555e463428c043899b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 42508, "upload_time": "2020-03-07T14:15:36", "upload_time_iso_8601": "2020-03-07T14:15:36.346775Z", "url": "https://files.pythonhosted.org/packages/12/9b/2a339f9fd449b93a40d600fef442e716d451b4a1f404949901704411730b/pylibsrtp-0.6.5-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6694a293bf2965302deaa660cb64f0b9", "sha256": "77a899201e64c1d7febb17c37f6bba0dea078b66fecf418938cf313aace98d95" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "6694a293bf2965302deaa660cb64f0b9", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 48722, "upload_time": "2020-03-07T14:15:37", "upload_time_iso_8601": "2020-03-07T14:15:37.785959Z", "url": "https://files.pythonhosted.org/packages/93/c1/e2d4f875ad6e328c7de6f8addaf2867dcfb805f46b61965c1b2ff4224710/pylibsrtp-0.6.5-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e1c8bcc1031a4f7e7659811a496de497", "sha256": "c584f1c10430a0cf2255a91f25394ec49329515d42499629d121da2a74bed8cd" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "e1c8bcc1031a4f7e7659811a496de497", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 61543, "upload_time": "2020-03-07T14:07:58", "upload_time_iso_8601": "2020-03-07T14:07:58.025082Z", "url": "https://files.pythonhosted.org/packages/b8/d2/5bf6f98c52ce9292776db3c8b607d8f68ebfdd3fb022dbda403f514a0cff/pylibsrtp-0.6.5-cp37-cp37m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b68724d3faa9c226fba012dd8eb5fc3b", "sha256": "abbe1c7bb800ee7c13f6aef54b5045aa3c9c06c461dcc6f6253cb0c03a3eac73" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp37-cp37m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "b68724d3faa9c226fba012dd8eb5fc3b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 69865, "upload_time": "2020-03-07T14:07:59", "upload_time_iso_8601": "2020-03-07T14:07:59.317964Z", "url": "https://files.pythonhosted.org/packages/3f/35/a0a8fe02836cbbe0edade6f53cda86307cf9741b904ddb2f6ac01266f0fe/pylibsrtp-0.6.5-cp37-cp37m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fa20bca73d47851fbe64c7cd50e361f5", "sha256": "8537ad13d0984febddf4fb89396cb7408716b17b66635af66d1f79d4117db94a" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "fa20bca73d47851fbe64c7cd50e361f5", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 74034, "upload_time": "2020-03-07T14:08:00", "upload_time_iso_8601": "2020-03-07T14:08:00.318381Z", "url": "https://files.pythonhosted.org/packages/65/1a/7b1df2bd99e652dd5194a2ab4c72d8be90118d86807dd7f01171ee798ebf/pylibsrtp-0.6.5-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ffe100e31ee3b65bb7e9b0a8ee1bcdd4", "sha256": "25fa6fa5f1d395c497d3729e13773023e118e29784a798264ba07f22a172400b" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "ffe100e31ee3b65bb7e9b0a8ee1bcdd4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 42511, "upload_time": "2020-03-07T14:15:39", "upload_time_iso_8601": "2020-03-07T14:15:39.266008Z", "url": "https://files.pythonhosted.org/packages/e6/c6/7a8c16940f23779189531524238742136a4e24c30c2ab0aa894232937ef2/pylibsrtp-0.6.5-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "47169f7a3e094906d2a3dd9693a8f10a", "sha256": "a6917934656e5a7829ecfc3c18171e210cba303a251e39cd5c7d099ed4609dba" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "47169f7a3e094906d2a3dd9693a8f10a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 48723, "upload_time": "2020-03-07T14:15:40", "upload_time_iso_8601": "2020-03-07T14:15:40.412896Z", "url": "https://files.pythonhosted.org/packages/a5/6d/015b0dfcddee0e98c8719924c5ab107eb3065914235e69e4ea254bc68844/pylibsrtp-0.6.5-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "76750b528864fa84dd3ae7645c12e8d1", "sha256": "d47190900119346ccd0a52e274ec61a0174cf7245d4bd1bede96f4af18330b6a" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "76750b528864fa84dd3ae7645c12e8d1", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 53905, "upload_time": "2020-03-07T14:08:01", "upload_time_iso_8601": "2020-03-07T14:08:01.250817Z", "url": "https://files.pythonhosted.org/packages/78/b4/c362d2003abb17c9b836e9371fc960e155dc9648e637028ebb6582c468b3/pylibsrtp-0.6.5-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0946f55e47176c892ba7d0caa7eb0e9d", "sha256": "f6b1d33b076fc53490622d28e62c596356818957912fe70f08d9170c289e6d30" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp38-cp38-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "0946f55e47176c892ba7d0caa7eb0e9d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 70236, "upload_time": "2020-03-07T14:08:02", "upload_time_iso_8601": "2020-03-07T14:08:02.261421Z", "url": "https://files.pythonhosted.org/packages/c0/15/b09ae61f10b57ae207516037d59d52d9afb5aeda0d785d0551abb05a092a/pylibsrtp-0.6.5-cp38-cp38-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1712d9d3befc098cab86c73fbdadc9c2", "sha256": "7e415c6bd9ca9946a2977d1fcc751e5eae5a520093bb2077e5a3507e528613d6" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "1712d9d3befc098cab86c73fbdadc9c2", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 74520, "upload_time": "2020-03-07T14:08:03", "upload_time_iso_8601": "2020-03-07T14:08:03.283593Z", "url": "https://files.pythonhosted.org/packages/53/db/310235d1581550922ad4d0b7d058365396290866617513e97482dcce504d/pylibsrtp-0.6.5-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e3a0ed75e48f87d32bde44c70ff1e3ca", "sha256": "018a7c0e56fcecd030ab3242ec84ec78e2953c782bde8a92d85acbe98b27375e" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "e3a0ed75e48f87d32bde44c70ff1e3ca", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 42621, "upload_time": "2020-03-07T14:15:41", "upload_time_iso_8601": "2020-03-07T14:15:41.509282Z", "url": "https://files.pythonhosted.org/packages/ee/d8/b666e6da1604644d334e4129cb42875acbd19250c04d2665580a267cbb58/pylibsrtp-0.6.5-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "04f4f1fc8fc782f76808b26bef566ff3", "sha256": "2bbded5ddfc17ea1936c551a73a11c82c64967bacc3705c4246a7207a33cc4f8" }, "downloads": -1, "filename": "pylibsrtp-0.6.5-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "04f4f1fc8fc782f76808b26bef566ff3", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 48827, "upload_time": "2020-03-07T14:15:42", "upload_time_iso_8601": "2020-03-07T14:15:42.687204Z", "url": "https://files.pythonhosted.org/packages/9a/7f/2260743083b7d8a68878af83e93d9516c8ca652d75f6b460dc7edb1d8999/pylibsrtp-0.6.5-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c4c9ad898334e27e3824597a6a9fb08c", "sha256": "bd32c4177b621fca985583822c0292c4896092b6a5b409365416c1bf9621cdb8" }, "downloads": -1, "filename": "pylibsrtp-0.6.5.tar.gz", "has_sig": false, "md5_digest": "c4c9ad898334e27e3824597a6a9fb08c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10271, "upload_time": "2020-03-07T14:08:04", "upload_time_iso_8601": "2020-03-07T14:08:04.624321Z", "url": "https://files.pythonhosted.org/packages/21/8d/32885f05d49a7d4c03b5d5cecab339d9b77d8ce18775725a68d55712773b/pylibsrtp-0.6.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.6": [ { "comment_text": "", "digests": { "md5": "a8ead6e4d8099881114965c6a4b5725e", "sha256": "f06b4fa7e6cedb1050ace08e3e5d378b32924e63c79b70877cafc42190facfcb" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp35-cp35m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a8ead6e4d8099881114965c6a4b5725e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 53841, "upload_time": "2020-03-14T09:00:23", "upload_time_iso_8601": "2020-03-14T09:00:23.829361Z", "url": "https://files.pythonhosted.org/packages/e6/82/07480c344ae8c2bec80b634452f914f01e6edb2f97fc5cff3d06ddc3e9dd/pylibsrtp-0.6.6-cp35-cp35m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5843663af337e62dde7d9ec3c9a53d04", "sha256": "cf11c75dac9344c42937ba0cf89b613a0a2682abb4a02153378cf18cec5e03fd" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp35-cp35m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "5843663af337e62dde7d9ec3c9a53d04", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 70252, "upload_time": "2020-03-14T09:00:24", "upload_time_iso_8601": "2020-03-14T09:00:24.823013Z", "url": "https://files.pythonhosted.org/packages/0e/54/9a851ec59774583010a4af0af634ae33ef5db0a730651de026cae3e8de5f/pylibsrtp-0.6.6-cp35-cp35m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5abfca3faaafaf9dda3d31074135c048", "sha256": "5ef1e051bfd4b59d7495541bbec4d9d6cfd2b74d762943c63358c811892dbb8e" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp35-cp35m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "5abfca3faaafaf9dda3d31074135c048", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 74452, "upload_time": "2020-03-14T09:00:26", "upload_time_iso_8601": "2020-03-14T09:00:26.216541Z", "url": "https://files.pythonhosted.org/packages/4d/34/4745adbb322c49d2ee1c10cfc430f10f533f7d992d502cce9edfbfdf505c/pylibsrtp-0.6.6-cp35-cp35m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1e2b247a87cff1f59b4e7e07769b5709", "sha256": "a1ecf2f04bb5b25b67f5b41882dd999c9577842536878f41f980f5142646f698" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "1e2b247a87cff1f59b4e7e07769b5709", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 42889, "upload_time": "2020-03-14T09:00:27", "upload_time_iso_8601": "2020-03-14T09:00:27.726787Z", "url": "https://files.pythonhosted.org/packages/b8/25/c1153983dba1568bca95f3000a10736cfb5f3affde457d2a0db2b577edf4/pylibsrtp-0.6.6-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a70ef2dcaa7fc47227967e607a508d5f", "sha256": "706e3dd7637dda92880e35dd7c20d532a30a8ef18715e1339e72ed201573233e" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "a70ef2dcaa7fc47227967e607a508d5f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 48472, "upload_time": "2020-03-14T09:00:29", "upload_time_iso_8601": "2020-03-14T09:00:29.051183Z", "url": "https://files.pythonhosted.org/packages/59/a7/867cc4fbb4cb90b6cd74542e0357c2d86cde68d698725dae10524df7dd2e/pylibsrtp-0.6.6-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0eb341b734e228c514a271f8d3ffdcaf", "sha256": "d365d496ea986e1917ec51f0271d21d593c1cc2aca0fb0e5e048df8dcaa0c87b" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "0eb341b734e228c514a271f8d3ffdcaf", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 53838, "upload_time": "2020-03-14T09:00:30", "upload_time_iso_8601": "2020-03-14T09:00:30.347371Z", "url": "https://files.pythonhosted.org/packages/62/b7/26d90b2f86a97720dfb289aa5ffe2617d7316d184e0fc7280693327829fe/pylibsrtp-0.6.6-cp36-cp36m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6c08ef11bf3ced026e2969c017586de3", "sha256": "aca96394af234eccc279ad020f0a021832873967b0cba31da2cdb7b95122439a" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp36-cp36m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "6c08ef11bf3ced026e2969c017586de3", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 69858, "upload_time": "2020-03-14T09:00:31", "upload_time_iso_8601": "2020-03-14T09:00:31.266710Z", "url": "https://files.pythonhosted.org/packages/39/46/b69e05fa3e2f79a1bf5e7c9c012183125e45d803e0dccf075a0d98c97d3e/pylibsrtp-0.6.6-cp36-cp36m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b94e72eceba9a5a813e6554a082e8782", "sha256": "099250642c00c072f4895220042ad6e11b8932b20599ab7398e959035b93dec4" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "b94e72eceba9a5a813e6554a082e8782", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 74048, "upload_time": "2020-03-14T09:00:32", "upload_time_iso_8601": "2020-03-14T09:00:32.196391Z", "url": "https://files.pythonhosted.org/packages/11/cc/89985f4c15320ed0d52b4074fd6f7baa6dd567d79414c10c9dbd9ade39b2/pylibsrtp-0.6.6-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bc0bdb13bfd74453c125aa6b96411e36", "sha256": "bca9061bfe3f6c439d1380530e9174eca94ae3be11f162b4aca91737685712c0" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "bc0bdb13bfd74453c125aa6b96411e36", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 42886, "upload_time": "2020-03-14T09:00:33", "upload_time_iso_8601": "2020-03-14T09:00:33.500374Z", "url": "https://files.pythonhosted.org/packages/f7/29/3dc46a11aca29af26b4bfaa93ffa6c5d96ae531f465c8b0eb543ee27392f/pylibsrtp-0.6.6-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3918b6f0f50e2165ba388abe160477de", "sha256": "2e5f17bd0c60a4ddae91ed2f6116a6e776b997c488eb1c4cd06091b33a5cbfc3" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "3918b6f0f50e2165ba388abe160477de", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 48475, "upload_time": "2020-03-14T09:00:34", "upload_time_iso_8601": "2020-03-14T09:00:34.504401Z", "url": "https://files.pythonhosted.org/packages/9b/de/e20dae3bb995579014a48dd8f297b10de0bc297c6396b4bc630617b44d48/pylibsrtp-0.6.6-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "52ff3f29b00c2bd6d12031e0f50efd6a", "sha256": "05db3efdfa4eee7d937de291438aa7582a35be11b15a8a5af523302518483d38" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "52ff3f29b00c2bd6d12031e0f50efd6a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 53839, "upload_time": "2020-03-14T09:00:35", "upload_time_iso_8601": "2020-03-14T09:00:35.785597Z", "url": "https://files.pythonhosted.org/packages/4b/2e/7e4147cf13d68e39e40cde6be71365b42c28cba1d432a25bc1413c2feb21/pylibsrtp-0.6.6-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c5424b14a18f520b0d3e4fc63fd05d8e", "sha256": "904f5b9eb8de4c85d5214742ad602bd42528d3dce2779168307b83609a65cc8c" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp37-cp37m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "c5424b14a18f520b0d3e4fc63fd05d8e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 69875, "upload_time": "2020-03-14T09:00:36", "upload_time_iso_8601": "2020-03-14T09:00:36.599598Z", "url": "https://files.pythonhosted.org/packages/ed/0c/76aa10c2c227b7d81ffd1919f93e99c56c89dc91c4b6ae5ce8e903de3531/pylibsrtp-0.6.6-cp37-cp37m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6cc72a0439fa5d49c17576f3797bda39", "sha256": "133a0d88354c7779605f9386636ccff8d7d373f3e24183b72315d1c259810017" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "6cc72a0439fa5d49c17576f3797bda39", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 74046, "upload_time": "2020-03-14T09:00:37", "upload_time_iso_8601": "2020-03-14T09:00:37.495764Z", "url": "https://files.pythonhosted.org/packages/39/e3/31f62c1b62b16cd4f17716db97d065bbc745e35433c17e99706d3c1610e8/pylibsrtp-0.6.6-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a65c87ec20bf55f5587c425537bab860", "sha256": "9a68c3f63665dfca7aa024018f6c2836f048314f0e160ce583f8dec8e3e428ca" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "a65c87ec20bf55f5587c425537bab860", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 42891, "upload_time": "2020-03-14T09:00:38", "upload_time_iso_8601": "2020-03-14T09:00:38.396222Z", "url": "https://files.pythonhosted.org/packages/34/a2/cdd03202a6676a9e87eedb1b587c7ab58ef7138a5d5832edb78187efed3e/pylibsrtp-0.6.6-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "90d80cb11f041448fa716c3920200010", "sha256": "3c47d5ccc87d25bb9d9271533063cf9bf5056dc7e8a6d7c5eafcf04597806fe0" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "90d80cb11f041448fa716c3920200010", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 48475, "upload_time": "2020-03-14T09:00:39", "upload_time_iso_8601": "2020-03-14T09:00:39.246961Z", "url": "https://files.pythonhosted.org/packages/80/df/560f9947ff8d674520f3ff75e82751ffeb1aefa344abfff05091325ffd76/pylibsrtp-0.6.6-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7bd15f460eace58f5ca0d54a40cac71e", "sha256": "c9f4e7335fc28bea9f0212707a726e0a5437ebbd0484b16cad1510a26093496f" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "7bd15f460eace58f5ca0d54a40cac71e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 53902, "upload_time": "2020-03-14T09:00:40", "upload_time_iso_8601": "2020-03-14T09:00:40.145096Z", "url": "https://files.pythonhosted.org/packages/80/b7/c3c5713cb23e2fd400b751e1b781339ddedc9ad0b9107290b90355c1a453/pylibsrtp-0.6.6-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "95f3bffc81e15e94cee0b10e40d21b49", "sha256": "88d0599af067f1f031253cb858a4533c99d742e75df8993bfd4f7cddd47a2a15" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp38-cp38-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "95f3bffc81e15e94cee0b10e40d21b49", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 70252, "upload_time": "2020-03-14T09:00:41", "upload_time_iso_8601": "2020-03-14T09:00:41.098629Z", "url": "https://files.pythonhosted.org/packages/41/51/0f6effeed1b6874ce46c36a7ec3bb09ade25757e6fc6f49474829d20cdac/pylibsrtp-0.6.6-cp38-cp38-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a74744116e5c179d2a38006bda20cebd", "sha256": "b2f95c6153eb05da981267c3d7fdea793807960cb823d6a9d7e88dd42a484498" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "a74744116e5c179d2a38006bda20cebd", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 74523, "upload_time": "2020-03-14T09:00:42", "upload_time_iso_8601": "2020-03-14T09:00:42.101154Z", "url": "https://files.pythonhosted.org/packages/ec/94/e2352a7ff627874bcbf567a2003b22a0818349812b688eeb37b190c30335/pylibsrtp-0.6.6-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "298115affb3564adb3c5ea0ceebfac68", "sha256": "1f20773a4e15c805d66aae9129e1b74ff4fcf06ff07e868b1dc34bf068b97b52" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "298115affb3564adb3c5ea0ceebfac68", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 42921, "upload_time": "2020-03-14T09:00:43", "upload_time_iso_8601": "2020-03-14T09:00:43.059079Z", "url": "https://files.pythonhosted.org/packages/10/17/58b527b98bc3ab3a57e3e5d9dfb0616decd8ced7301d0de513b7cf925835/pylibsrtp-0.6.6-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bed74e9920375322d0947bc413cd05d9", "sha256": "af28819aa9c3ddd6c85e1abe9abc739a5fb596cf2e932f50b17df02313f2b75b" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "bed74e9920375322d0947bc413cd05d9", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 48509, "upload_time": "2020-03-14T09:00:43", "upload_time_iso_8601": "2020-03-14T09:00:43.995139Z", "url": "https://files.pythonhosted.org/packages/45/22/2e002c7449dda610f50b7e42472327b742ee6955b16c49b711521f084600/pylibsrtp-0.6.6-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3f174005bbaa2045083b5c3be40d33f3", "sha256": "e128a6e0344a7ec1fbbbf54b2287ae3944bd98740e12c2db0fccebdaedf6d847" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-pp36-pypy36_pp73-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "3f174005bbaa2045083b5c3be40d33f3", "packagetype": "bdist_wheel", "python_version": "pp36", "requires_python": null, "size": 52534, "upload_time": "2020-03-14T09:00:44", "upload_time_iso_8601": "2020-03-14T09:00:44.891658Z", "url": "https://files.pythonhosted.org/packages/4b/8e/31ba8667ba449abc8319247cc7fa5104cd19db1b166ba85d172899df3253/pylibsrtp-0.6.6-pp36-pypy36_pp73-macosx_10_7_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e30f545ef32b777100289c3a6c1646f3", "sha256": "5d4d212d6c90bfc9976ffd74b66dee003273b6badb75a9f5cd502c23f9b58ee6" }, "downloads": -1, "filename": "pylibsrtp-0.6.6-pp36-pypy36_pp73-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "e30f545ef32b777100289c3a6c1646f3", "packagetype": "bdist_wheel", "python_version": "pp36", "requires_python": null, "size": 54825, "upload_time": "2020-03-14T09:00:45", "upload_time_iso_8601": "2020-03-14T09:00:45.846134Z", "url": "https://files.pythonhosted.org/packages/41/dd/80cd254488410ea4245f69c91f4d7e4da7b4d74a839f9ba8a14ee41c5e58/pylibsrtp-0.6.6-pp36-pypy36_pp73-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "74c12d831dcd13109c2ee55ec82ac8c0", "sha256": "7c1a20b751a984a6dfdf2c9e9ce5b0be572bd058c357a820b35568a16499e019" }, "downloads": -1, "filename": "pylibsrtp-0.6.6.tar.gz", "has_sig": false, "md5_digest": "74c12d831dcd13109c2ee55ec82ac8c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10267, "upload_time": "2020-03-14T09:00:46", "upload_time_iso_8601": "2020-03-14T09:00:46.830820Z", "url": "https://files.pythonhosted.org/packages/6c/45/c9790acba244b58196ac0a4e21945ac68037cc912f2fa2730fd690ab7c51/pylibsrtp-0.6.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.7": [ { "comment_text": "", "digests": { "md5": "aa75ad597dcdf08de6aabad7ceb0f5cc", "sha256": "a6a89185d78eae11fb8d5bd967a8e005e5f9a3bfb07f53dbbc03ad92bea4bf7f" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp35-cp35m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "aa75ad597dcdf08de6aabad7ceb0f5cc", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 53315, "upload_time": "2020-10-15T08:11:59", "upload_time_iso_8601": "2020-10-15T08:11:59.868412Z", "url": "https://files.pythonhosted.org/packages/2a/56/a90d07d4443cbfdec0ac457387b18da91092653539fc2a1cd6f06ac4bcab/pylibsrtp-0.6.7-cp35-cp35m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b24d71dc2dc5131e4d640ba9419e3d47", "sha256": "1fe18155867138c50798733a75ee68b532d0fb2c3ae35588175104139bcc35d4" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp35-cp35m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "b24d71dc2dc5131e4d640ba9419e3d47", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 72850, "upload_time": "2020-10-15T08:12:01", "upload_time_iso_8601": "2020-10-15T08:12:01.341346Z", "url": "https://files.pythonhosted.org/packages/eb/b6/3aba44a75bdbd7a3a86c302eec68a467dd37f0b140831afb94411dd536b0/pylibsrtp-0.6.7-cp35-cp35m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "50e49be33010e68b270be5d74dd7473c", "sha256": "f31eadb1fe69993feb91f56e49fc5248be97d7ede46d80c1767de0cc588b0bac" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp35-cp35m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "50e49be33010e68b270be5d74dd7473c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 75436, "upload_time": "2020-10-15T08:12:02", "upload_time_iso_8601": "2020-10-15T08:12:02.706779Z", "url": "https://files.pythonhosted.org/packages/d8/4f/b165a5a80f3930badb7d8d7ceae3086d176c061644e28eaf54deba0fb4d6/pylibsrtp-0.6.7-cp35-cp35m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d7d3bb11eaf0e89428e4d1e9f867673e", "sha256": "9f7bafdd1e9c9846eb15045afa0d3b0b1a18eacf5bdd3aec03bda5627d2ac30a" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "d7d3bb11eaf0e89428e4d1e9f867673e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 42650, "upload_time": "2020-10-15T08:12:03", "upload_time_iso_8601": "2020-10-15T08:12:03.974787Z", "url": "https://files.pythonhosted.org/packages/c1/58/fdfff1dbb47124067e4e34d9c44bf92ec9d9c3925a6eaee04974c65c784e/pylibsrtp-0.6.7-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3ed16d986799da9cb675a1113b77d98b", "sha256": "87541de181d153a040a692a970af798f4ab3bf0cfa29795b31eb2fa9f9a6348a" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "3ed16d986799da9cb675a1113b77d98b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 48451, "upload_time": "2020-10-15T08:12:05", "upload_time_iso_8601": "2020-10-15T08:12:05.703225Z", "url": "https://files.pythonhosted.org/packages/2f/e5/7223ed82ae4cdb76646b349b7509f3e5f3f3b9cd21c2f28a23a51c7c9051/pylibsrtp-0.6.7-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b5d9ae6a87d4977514a7943db0bcde98", "sha256": "4b73eb930edd614059e598e106338c54ab63ce927fca075fff1d5d5666007fc2" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "b5d9ae6a87d4977514a7943db0bcde98", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 53313, "upload_time": "2020-10-15T08:12:07", "upload_time_iso_8601": "2020-10-15T08:12:07.089592Z", "url": "https://files.pythonhosted.org/packages/d2/cd/8f709d130fd2ee44e2626fbe141a838e9449820556b4fde98b49cc06c149/pylibsrtp-0.6.7-cp36-cp36m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f9e2a72f9220be902330bcfb8ae4f5ff", "sha256": "b14aa095d4b860112b8127c1bbc20befacfe14b7f8fcf3cb9ba53b001064d07a" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp36-cp36m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "f9e2a72f9220be902330bcfb8ae4f5ff", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 72443, "upload_time": "2020-10-15T08:12:08", "upload_time_iso_8601": "2020-10-15T08:12:08.268767Z", "url": "https://files.pythonhosted.org/packages/17/d3/3f8a4b1f0ee42c8ec10b3cfbef45505f40001d79b17a8e46c1fbd70de6b8/pylibsrtp-0.6.7-cp36-cp36m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "48dcc386e125c41079093c266d4c19d1", "sha256": "debb36f25da904d399fb76165ce8cc9efb95a79dee7fffe50052cad5e938317a" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "48dcc386e125c41079093c266d4c19d1", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 75027, "upload_time": "2020-10-15T08:12:09", "upload_time_iso_8601": "2020-10-15T08:12:09.645160Z", "url": "https://files.pythonhosted.org/packages/cb/fd/4f8e286da01db4e52aaa6426eac496af6e4dc00419d807d4f87d07363d84/pylibsrtp-0.6.7-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1940de8d7e6e1aa013adb297627aa149", "sha256": "545e33c6273b7f5b06be8c7e9c64a92468cee9efcfb1b9d1329405e24033aca7" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "1940de8d7e6e1aa013adb297627aa149", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 42652, "upload_time": "2020-10-15T08:12:10", "upload_time_iso_8601": "2020-10-15T08:12:10.766783Z", "url": "https://files.pythonhosted.org/packages/35/7c/3ebe7c8769b9c173ca05e1abea1c23dd62c602353555eba0654839e5a83e/pylibsrtp-0.6.7-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dd4bf2f7b792288520cde7091ebcd669", "sha256": "676931c4f49d47018b416d93f13ad387edf346adf536f9a85893ef97cd62100b" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "dd4bf2f7b792288520cde7091ebcd669", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 48445, "upload_time": "2020-10-15T08:12:11", "upload_time_iso_8601": "2020-10-15T08:12:11.742845Z", "url": "https://files.pythonhosted.org/packages/ba/36/66039665c1075cdfb5a916c8f23fb42393fb8128aaa3adcef197b63c283c/pylibsrtp-0.6.7-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e65fd69e8a9122bee78096f7e33a73e", "sha256": "4945b2fc7a78ba43dd49f9f043b82ed4c45b50ff14d0b97254f1a6d7f68b5bdb" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "5e65fd69e8a9122bee78096f7e33a73e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 53315, "upload_time": "2020-10-15T08:12:12", "upload_time_iso_8601": "2020-10-15T08:12:12.879400Z", "url": "https://files.pythonhosted.org/packages/4b/83/40b44f1c8816497fc7a9e5edf25bdecdf80d23035c1fe65912bc82eb31c5/pylibsrtp-0.6.7-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c9c3967b36ddc4d4b47b53d42953a6e7", "sha256": "023f3efa4c4d29b651730086308728b758da295be62593149a7dc14900c6a9e4" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp37-cp37m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "c9c3967b36ddc4d4b47b53d42953a6e7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 72437, "upload_time": "2020-10-15T08:12:13", "upload_time_iso_8601": "2020-10-15T08:12:13.944550Z", "url": "https://files.pythonhosted.org/packages/31/2d/562a8bbdc52ea7cdd66cdd193934cd2d3ccb19d9e4b6f13decac24772a11/pylibsrtp-0.6.7-cp37-cp37m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f954254aaf8c2e1336c3a3838348d4c3", "sha256": "7cec558bef0a57a4cb35d4e8c5334788dea41dcdddd8d3a936e4032e7fac85d4" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "f954254aaf8c2e1336c3a3838348d4c3", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 75024, "upload_time": "2020-10-15T08:12:15", "upload_time_iso_8601": "2020-10-15T08:12:15.098852Z", "url": "https://files.pythonhosted.org/packages/94/1a/6d4810815b2309b6af2de888bb66daa2fdf7b550aac262fd7af0b0a78e6b/pylibsrtp-0.6.7-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c88d17ae432ab613bc82000f70155fe5", "sha256": "872f325a0992f0578062f39c233ae98982169ead3f53d1638b3859ef630665ca" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "c88d17ae432ab613bc82000f70155fe5", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 42649, "upload_time": "2020-10-15T08:12:16", "upload_time_iso_8601": "2020-10-15T08:12:16.386743Z", "url": "https://files.pythonhosted.org/packages/1e/5c/ebea13df5d176d3f1dce91b3710ddce1580341c4a3e2aa5f3f89ac20511f/pylibsrtp-0.6.7-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c578829d0260e25949dac90eab2cf329", "sha256": "7b95f5621ab373f1ae76def3c3e38b8cfa850f6592c06d7c3a5ae0b1e665d8ec" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "c578829d0260e25949dac90eab2cf329", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 48450, "upload_time": "2020-10-15T08:12:17", "upload_time_iso_8601": "2020-10-15T08:12:17.610780Z", "url": "https://files.pythonhosted.org/packages/0f/de/0e0ff49867d3ef932a6936d3a1585b91135b36e94cc0e7540413dcad366b/pylibsrtp-0.6.7-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "80f5c57f87baeb6a27f6b4d51f7a6cc3", "sha256": "7669f712f425b80fda4547d0107ef6f6f67a45748b0ff9b8a32bddc0fa5052ff" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "80f5c57f87baeb6a27f6b4d51f7a6cc3", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 53375, "upload_time": "2020-10-15T08:12:18", "upload_time_iso_8601": "2020-10-15T08:12:18.596051Z", "url": "https://files.pythonhosted.org/packages/61/63/08edd8808f380799568df0ccbf1ef6718554654296b7f6367decc10edfe6/pylibsrtp-0.6.7-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "52243e92de139f67a65f6087804a4d40", "sha256": "1ce6d26214f15722907324a3075b61b6d83edc0f3419b7ae26fc5a1ba9b1c845" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp38-cp38-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "52243e92de139f67a65f6087804a4d40", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 72926, "upload_time": "2020-10-15T08:12:19", "upload_time_iso_8601": "2020-10-15T08:12:19.630788Z", "url": "https://files.pythonhosted.org/packages/fa/be/c6c181305974103ac1d001b378f7b702c876dabe2bb0b7b3f87997ef9213/pylibsrtp-0.6.7-cp38-cp38-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a611b501974a22bd1b425c89fc57444f", "sha256": "85c9e74a9ad4c2aa95ce315c3b6398d81790b700ef62e568ae9d6bc033ff6266" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "a611b501974a22bd1b425c89fc57444f", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 75500, "upload_time": "2020-10-15T08:12:20", "upload_time_iso_8601": "2020-10-15T08:12:20.821607Z", "url": "https://files.pythonhosted.org/packages/82/26/68e896ff99fd41950a7a4d67edc133d28eb6f8a268d8092181cb1ce9b653/pylibsrtp-0.6.7-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a2877233ce415263c95d5bb3a46f545f", "sha256": "e2ddf308c7093c9659f40e6eb4afceb3d810ce126c9ff8984441230b742dafe5" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "a2877233ce415263c95d5bb3a46f545f", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 42678, "upload_time": "2020-10-15T08:12:21", "upload_time_iso_8601": "2020-10-15T08:12:21.942777Z", "url": "https://files.pythonhosted.org/packages/93/f0/450699ede4d2d82e691a5639ade10fbab0db88f600997bf709634d43d42c/pylibsrtp-0.6.7-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "89b14b5f3f6ea9aece0892e16e6ca216", "sha256": "5dbd26a13ee95e8aeafed64bce534c7d4f1d4cee9a18f414455351e957cb46d9" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "89b14b5f3f6ea9aece0892e16e6ca216", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 48479, "upload_time": "2020-10-15T08:12:22", "upload_time_iso_8601": "2020-10-15T08:12:22.900517Z", "url": "https://files.pythonhosted.org/packages/31/f7/d434b28001b632fd23d5352dc412f7325a5f67fa77cfc1ec5e3f8e66c31b/pylibsrtp-0.6.7-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "31d2f05470f2cfbca62255686730ed55", "sha256": "c2a5764dd6e6059d12d2fb5b1387e9d5d0f2f010d76c42446f0b44cdcdf82c9f" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "31d2f05470f2cfbca62255686730ed55", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 53372, "upload_time": "2020-10-15T08:12:23", "upload_time_iso_8601": "2020-10-15T08:12:23.707331Z", "url": "https://files.pythonhosted.org/packages/bb/b7/d33472e019cc13bdc8887fe90a7e51d5b807090263df3c3f2d786ef3cd25/pylibsrtp-0.6.7-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "73147705c03d6c30eeed66372b23ce8a", "sha256": "1ceb7ccb90f8a4435313bdeefe9a7eadaefb49ffdc0fcdcc89d96e9515a29a6a" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp39-cp39-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "73147705c03d6c30eeed66372b23ce8a", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 72546, "upload_time": "2020-10-15T08:12:24", "upload_time_iso_8601": "2020-10-15T08:12:24.718186Z", "url": "https://files.pythonhosted.org/packages/bb/e2/d45f8b51722ccb5f1a7d6cc106d63837b4c8e68c9da158c1c4e808c3a29b/pylibsrtp-0.6.7-cp39-cp39-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "080e7db57b707a60fbcf27220005d2ed", "sha256": "b20ff485bd151774da4df530fd13c85ba4c0ba420af61f882eb5f0c1f0eb048f" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp39-cp39-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "080e7db57b707a60fbcf27220005d2ed", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 75129, "upload_time": "2020-10-15T08:12:25", "upload_time_iso_8601": "2020-10-15T08:12:25.766779Z", "url": "https://files.pythonhosted.org/packages/5e/6f/2ce39d645d27e151eb92c968789d6443eef6ac9d7b160723a3d8d96e0d23/pylibsrtp-0.6.7-cp39-cp39-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d3bab8169ca5c8c1904f80767adf9626", "sha256": "b83e7fe874fe3dddafc4517a10b82e4e60d34afb8636709e4e32bb28d4880f60" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "d3bab8169ca5c8c1904f80767adf9626", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 42675, "upload_time": "2020-10-15T08:12:27", "upload_time_iso_8601": "2020-10-15T08:12:27.009394Z", "url": "https://files.pythonhosted.org/packages/b7/84/1598d939a81d3c2820df8a487e01cde1a44f192b67965d7c5c735ba29a89/pylibsrtp-0.6.7-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2e44d7dbba007179f13f36f210faea1a", "sha256": "54e564e907ead1a966ba3da610a12709acb654360adc0b96dee7e31483dfc64e" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "2e44d7dbba007179f13f36f210faea1a", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 48471, "upload_time": "2020-10-15T08:12:28", "upload_time_iso_8601": "2020-10-15T08:12:28.031227Z", "url": "https://files.pythonhosted.org/packages/21/15/9de20ab643b9e728947903e8796ddc5db4555caef41816dced72f37b4f31/pylibsrtp-0.6.7-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7282f5f08f135d57c87f9e94363e60a2", "sha256": "09a76a4f469b4d50f3d70a97e84acd838422f656ed30ae5281d42c6f53ef6fe4" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-pp36-pypy36_pp73-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "7282f5f08f135d57c87f9e94363e60a2", "packagetype": "bdist_wheel", "python_version": "pp36", "requires_python": null, "size": 50065, "upload_time": "2020-10-15T08:12:28", "upload_time_iso_8601": "2020-10-15T08:12:28.903657Z", "url": "https://files.pythonhosted.org/packages/48/3c/4a9fcb23fcdf18834b3d64b26ecdc5b5a4129ac88d5de3da32326a02f6b0/pylibsrtp-0.6.7-pp36-pypy36_pp73-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7bd65891b37004d4e040cd44362474a8", "sha256": "1c0539f14c776a9fdedd539bf0abcea793cd41cd7294ec1766501e83fe7ef292" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-pp36-pypy36_pp73-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "7bd65891b37004d4e040cd44362474a8", "packagetype": "bdist_wheel", "python_version": "pp36", "requires_python": null, "size": 54828, "upload_time": "2020-10-15T08:12:29", "upload_time_iso_8601": "2020-10-15T08:12:29.903974Z", "url": "https://files.pythonhosted.org/packages/10/36/a65e99a5358dc0801febe25a9c6dade93274fac733fe0bb41ca1f102342f/pylibsrtp-0.6.7-pp36-pypy36_pp73-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0a4c4f669e67de0510a60753b50d2ef9", "sha256": "ba1720c58fd2823e6b8129ef98df0c42e74773670121effb8c33d7a6f5f38fc4" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "0a4c4f669e67de0510a60753b50d2ef9", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 50068, "upload_time": "2020-10-15T08:12:30", "upload_time_iso_8601": "2020-10-15T08:12:30.907799Z", "url": "https://files.pythonhosted.org/packages/f2/d1/3c14c5974919faf3862a9ac078d8651e6549094afe270c3767a6fc0a07f1/pylibsrtp-0.6.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1b67498548a99c0a4771c428a20a36cd", "sha256": "b9a35faf28677c3d215f4d66773d6af38660059b5d0820e2fc1a054c3a99c915" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-pp37-pypy37_pp73-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "1b67498548a99c0a4771c428a20a36cd", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 54828, "upload_time": "2020-10-15T08:12:32", "upload_time_iso_8601": "2020-10-15T08:12:32.105318Z", "url": "https://files.pythonhosted.org/packages/6e/cd/b504d627ff0f7b67782265c4f14403293ec6e54288cdc29be96af98ee0be/pylibsrtp-0.6.7-pp37-pypy37_pp73-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bfa00accfabf9c1ce9a6d3b009069dff", "sha256": "8db6c882f78cb34abf5c781fdb33f12a8691518f0fb18370ff06b7b2d2ce8b92" }, "downloads": -1, "filename": "pylibsrtp-0.6.7-pp37-pypy37_pp73-win32.whl", "has_sig": false, "md5_digest": "bfa00accfabf9c1ce9a6d3b009069dff", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 40634, "upload_time": "2020-10-15T08:12:33", "upload_time_iso_8601": "2020-10-15T08:12:33.082613Z", "url": "https://files.pythonhosted.org/packages/a8/f8/71bd259517d458f2727aec9ba0249ed085568619180f9c05b04379ec4fa1/pylibsrtp-0.6.7-pp37-pypy37_pp73-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6ebf77731d1746b728c10826a8ae05ed", "sha256": "fae7c7c74dfce52878c433ec3e44f4ba7653c4db5b83126cdf2dc88981704f5f" }, "downloads": -1, "filename": "pylibsrtp-0.6.7.tar.gz", "has_sig": false, "md5_digest": "6ebf77731d1746b728c10826a8ae05ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10284, "upload_time": "2020-10-15T08:12:34", "upload_time_iso_8601": "2020-10-15T08:12:34.030416Z", "url": "https://files.pythonhosted.org/packages/47/36/82e656f41adb1bec070b165afdc8e3956dfc815f37e1774590a48881119a/pylibsrtp-0.6.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.8": [ { "comment_text": "", "digests": { "md5": "64518774d25ade991e0140d1c214a739", "sha256": "b2a9f51bef727624c7ebef59e82d72cb7c5e0b987d0f2656e50c5026a41e769f" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "64518774d25ade991e0140d1c214a739", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 52366, "upload_time": "2021-02-14T15:36:19", "upload_time_iso_8601": "2021-02-14T15:36:19.443060Z", "url": "https://files.pythonhosted.org/packages/9d/91/46deff3293ba5fa97acb307ae84eef00fd5a208295c0b32d82f4fad51ffb/pylibsrtp-0.6.8-cp36-cp36m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b8dddcb8a41bad15dfe605c0893b32ce", "sha256": "ace74d84eceb870f2e61149a84eca6bc350672f5a315468d450658b48923cef2" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp36-cp36m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "b8dddcb8a41bad15dfe605c0893b32ce", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 72435, "upload_time": "2021-02-14T15:36:20", "upload_time_iso_8601": "2021-02-14T15:36:20.609077Z", "url": "https://files.pythonhosted.org/packages/ec/df/2dd2206f513bc47b5c8a34429f3e00db8933ad2802ee681181aa3ba042bd/pylibsrtp-0.6.8-cp36-cp36m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fcbafb6ab9ec3a4040255f2cd7e0806e", "sha256": "74ecf013b3f418f87de88632f73dd5794977505619202df0ea7f980a51353584" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "fcbafb6ab9ec3a4040255f2cd7e0806e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 75015, "upload_time": "2021-02-14T15:36:21", "upload_time_iso_8601": "2021-02-14T15:36:21.371020Z", "url": "https://files.pythonhosted.org/packages/4e/b4/4831994f957f7fe027e2259383581e59f51c2f4696d650dc5cac99ab8fa3/pylibsrtp-0.6.8-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f36f7838b3547d9de3255c034775a865", "sha256": "b773c1e5d4ac908d28a17362f92735be60bc8db172e323b15cb7129360547817" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp36-cp36m-manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "f36f7838b3547d9de3255c034775a865", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 74460, "upload_time": "2021-02-14T15:36:22", "upload_time_iso_8601": "2021-02-14T15:36:22.507100Z", "url": "https://files.pythonhosted.org/packages/a3/c4/5ebdecdd268c33059e1d4bb68dc7936757ce3909709465d2fa7c3446229c/pylibsrtp-0.6.8-cp36-cp36m-manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "41aef57b598eee9e8e5d09315aae514b", "sha256": "c479fa4ae863e85ec677653615147339beb8e073923720bc56c833f17291b386" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "41aef57b598eee9e8e5d09315aae514b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 42635, "upload_time": "2021-02-14T15:36:23", "upload_time_iso_8601": "2021-02-14T15:36:23.387998Z", "url": "https://files.pythonhosted.org/packages/99/ae/d84f3ceaf85bbfb611034d5301b9e3722e50e94652c361cba2cad07717fa/pylibsrtp-0.6.8-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7a7e4e6ee92a6a809af14ed7f50e5f9e", "sha256": "9240ce3c9fd40c2c7895818f0673b4defc9f67102160c2f3dd2c137356e18745" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "7a7e4e6ee92a6a809af14ed7f50e5f9e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 48518, "upload_time": "2021-02-14T15:36:24", "upload_time_iso_8601": "2021-02-14T15:36:24.271703Z", "url": "https://files.pythonhosted.org/packages/15/06/787a4170566abb072c3411ba8bc91e506c1eb97ae126de5cae9d6c6b2915/pylibsrtp-0.6.8-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9ce3dfe58063db3cccac885b37d7ffa5", "sha256": "8d827a406673f5e079910e6aca1c90607c80a8b072d686d9118ddb2aff174f27" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "9ce3dfe58063db3cccac885b37d7ffa5", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 52362, "upload_time": "2021-02-14T15:36:25", "upload_time_iso_8601": "2021-02-14T15:36:25.254908Z", "url": "https://files.pythonhosted.org/packages/c1/30/62bcd8c686392974e658fd999b9e29c909bbbe315e44553623309b960203/pylibsrtp-0.6.8-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d6df562a3698d15f399245cf1d70daab", "sha256": "558617b31af7b81b05c45e18b05adffc7587c442ffb82eed1baf922b17b2c40a" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp37-cp37m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "d6df562a3698d15f399245cf1d70daab", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 72425, "upload_time": "2021-02-14T15:36:25", "upload_time_iso_8601": "2021-02-14T15:36:25.993303Z", "url": "https://files.pythonhosted.org/packages/b2/15/049a5a992e0cf0bf0d72882d7cae0407d27dbfa9628f5120f40d31fe85e0/pylibsrtp-0.6.8-cp37-cp37m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b75a63bbdf1bc82c45facd1f48b99a02", "sha256": "9af0eb98f820e545a351fc43311172bc79e79b9c99e464ef8b2d109e8b730ce4" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "b75a63bbdf1bc82c45facd1f48b99a02", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 75018, "upload_time": "2021-02-14T15:36:26", "upload_time_iso_8601": "2021-02-14T15:36:26.901822Z", "url": "https://files.pythonhosted.org/packages/a2/24/9c2060d5f2d831091c7bb41428d17fd20e839959f1e78e6930329b21c0a7/pylibsrtp-0.6.8-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9d2e35c504417bd8d0527f47c9cf0a6d", "sha256": "6059c3e845cf47dae13651d3d0be2b39963a276be5e7d8e7627875aa479e07e8" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp37-cp37m-manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "9d2e35c504417bd8d0527f47c9cf0a6d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 74462, "upload_time": "2021-02-14T15:36:28", "upload_time_iso_8601": "2021-02-14T15:36:28.245823Z", "url": "https://files.pythonhosted.org/packages/ce/44/8443b67d0c75df1cd8a60846ecc456a7f5036f58a7cb9edca8b2281622f7/pylibsrtp-0.6.8-cp37-cp37m-manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1ebe0a59d0a4376ef44f336b964de64c", "sha256": "6d726a687ec0f8c4ee3e59e31057349365cbb4656a3c447d2e62abef1b4d68c4" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "1ebe0a59d0a4376ef44f336b964de64c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 42636, "upload_time": "2021-02-14T15:36:29", "upload_time_iso_8601": "2021-02-14T15:36:29.378887Z", "url": "https://files.pythonhosted.org/packages/bf/62/6ae6e47fe5bbbcb0a973993b38a336cde6340fb8a80fae17e18f7253a424/pylibsrtp-0.6.8-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "66211f791137e0ef1dcd3c11fbb3d1f4", "sha256": "c0661fa2de8a7e47cb23c1542bd6ddad66b9892ce428594645fd4919d0bbeef5" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "66211f791137e0ef1dcd3c11fbb3d1f4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 48519, "upload_time": "2021-02-14T15:36:30", "upload_time_iso_8601": "2021-02-14T15:36:30.477260Z", "url": "https://files.pythonhosted.org/packages/5a/92/238bc8901dc199c55c6bc444348b753b61c89965ae28e2c1b1f91eaa76c0/pylibsrtp-0.6.8-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6718863e08415dcfc17f8b252a01e5a4", "sha256": "e4f4361a42b1be688034ad284d3665a93bc2e1734d75c6151f8a75f7bdeb07c2" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "6718863e08415dcfc17f8b252a01e5a4", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 52421, "upload_time": "2021-02-14T15:36:31", "upload_time_iso_8601": "2021-02-14T15:36:31.626653Z", "url": "https://files.pythonhosted.org/packages/9b/11/7af20e164d95566fb9207598e799cdf89a5bb2078a6bfeb23cee5b1ba6fa/pylibsrtp-0.6.8-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "583b81de7c9b94d44c66805affce88a5", "sha256": "1d4857fe42878ed1cd814ab2d7ce97dc2a0b2080e8b99e44e1365c6967a07ae5" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp38-cp38-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "583b81de7c9b94d44c66805affce88a5", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 72936, "upload_time": "2021-02-14T15:36:32", "upload_time_iso_8601": "2021-02-14T15:36:32.500650Z", "url": "https://files.pythonhosted.org/packages/54/3f/63566487e749e04eff21e155072aef3f3675e7c93a0c3c92c205a86588ac/pylibsrtp-0.6.8-cp38-cp38-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "397def639bac718c144fae650d128bdb", "sha256": "407c361480bb38f3e462a568285021bdc69f2f1ce6dfcd9a6677b1c57e17e445" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "397def639bac718c144fae650d128bdb", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 75504, "upload_time": "2021-02-14T15:36:33", "upload_time_iso_8601": "2021-02-14T15:36:33.553772Z", "url": "https://files.pythonhosted.org/packages/64/84/7677a37e8906af3d999e7c7bdfe9f2b53627cd73b9f9c7346e5b3f1f055e/pylibsrtp-0.6.8-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b25f25f2a9bcbe02f05fabbb38a7bba2", "sha256": "55b2a78e1fbf1af307fcd2a68b55d2e66300555c79f882f6105d5ece30363961" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp38-cp38-manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "b25f25f2a9bcbe02f05fabbb38a7bba2", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 75032, "upload_time": "2021-02-14T15:36:34", "upload_time_iso_8601": "2021-02-14T15:36:34.394227Z", "url": "https://files.pythonhosted.org/packages/95/b0/0a1e91b5f6d89b1f46cf63337e6d58a59a6169e759b44951ad6889620651/pylibsrtp-0.6.8-cp38-cp38-manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2efdd184e668ff15bd97647a330192da", "sha256": "beeefe978dbec38bf087cb8005df1f3f05d013181f42587bf60faab87610550c" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "2efdd184e668ff15bd97647a330192da", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 42669, "upload_time": "2021-02-14T15:36:35", "upload_time_iso_8601": "2021-02-14T15:36:35.177084Z", "url": "https://files.pythonhosted.org/packages/df/46/5644da3fbfa137cef2ef4a1722d6854a346ce5bfeccce901d3fc778aad2f/pylibsrtp-0.6.8-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "76e02fe92b03db456e9d2cb3838938e9", "sha256": "e8676a1cdc11f402bfa3c8c5cbddb8849a4d2ca82ea081ed3994ce7a3da2d15c" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "76e02fe92b03db456e9d2cb3838938e9", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 48547, "upload_time": "2021-02-14T15:36:35", "upload_time_iso_8601": "2021-02-14T15:36:35.927262Z", "url": "https://files.pythonhosted.org/packages/67/e8/acb7f98ee46f2bc69d0b373ee75ba3bf1e26be64857376c6c2dbc2852055/pylibsrtp-0.6.8-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b1bf951f9a1dde3e8c7aba6490c57b8c", "sha256": "fbaf7871745a8c9f192d1866a6e4a330b5feb343218497c283f70c84ff20af44" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "b1bf951f9a1dde3e8c7aba6490c57b8c", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 52420, "upload_time": "2021-02-14T15:36:36", "upload_time_iso_8601": "2021-02-14T15:36:36.628341Z", "url": "https://files.pythonhosted.org/packages/b5/32/75775579c4ac101adc1c90db68e2188d1821fb513edbebd8af04a37e77ba/pylibsrtp-0.6.8-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "49116083c3c1087b64cd4349de3c5f44", "sha256": "eda9b8af35e20f279f9258cef1056d8a68ea02403f8d2590776ccb116bceaeb4" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp39-cp39-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "49116083c3c1087b64cd4349de3c5f44", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 72542, "upload_time": "2021-02-14T15:36:37", "upload_time_iso_8601": "2021-02-14T15:36:37.330882Z", "url": "https://files.pythonhosted.org/packages/c1/fc/9dd5a76faeee04476e4d566219023925f5163389a732ee338eba563d49b9/pylibsrtp-0.6.8-cp39-cp39-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "21ba26c8d5b0d188108367f89fb3aa7d", "sha256": "a99ab54b7d13503a5ff9edb31add3f8b0be2379ab23e77ce41e4cba4b7a70e61" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp39-cp39-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "21ba26c8d5b0d188108367f89fb3aa7d", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 75120, "upload_time": "2021-02-14T15:36:38", "upload_time_iso_8601": "2021-02-14T15:36:38.175382Z", "url": "https://files.pythonhosted.org/packages/a4/88/86cd89293beb3c1d14b31e3a56d7d8465180c78863493042276ff77e1337/pylibsrtp-0.6.8-cp39-cp39-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "da9dbff1b40ae0a0f3408f626669e3a3", "sha256": "57bd8d47e3c51816594442669ea6645af7771f005e9797a0e28e25accd31cb12" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp39-cp39-manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "da9dbff1b40ae0a0f3408f626669e3a3", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 74614, "upload_time": "2021-02-14T15:36:39", "upload_time_iso_8601": "2021-02-14T15:36:39.095085Z", "url": "https://files.pythonhosted.org/packages/62/89/349b1d122fe07e7a39846a50964b4826a47aaa703ddd798dcc7a1448eab9/pylibsrtp-0.6.8-cp39-cp39-manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3cc8258157a4ebbafbc3cf5d70b6f3ca", "sha256": "1c8dfced91dcdd696da626e4c8d786fd3751b953a886a44c75d32555d0b3104b" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "3cc8258157a4ebbafbc3cf5d70b6f3ca", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 42656, "upload_time": "2021-02-14T15:36:39", "upload_time_iso_8601": "2021-02-14T15:36:39.982041Z", "url": "https://files.pythonhosted.org/packages/3a/94/e2fcccdf86521dad5bda9a36ea993ebdcbac784c688f6c65e33098cc7e7c/pylibsrtp-0.6.8-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0e5ffebe817e9b2d2ce3439a1f64f653", "sha256": "471ce6004385a919415ebe2a6a2be61fee3bd0210c2fa2ecdb8a2e732aafa587" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "0e5ffebe817e9b2d2ce3439a1f64f653", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 48537, "upload_time": "2021-02-14T15:36:40", "upload_time_iso_8601": "2021-02-14T15:36:40.757204Z", "url": "https://files.pythonhosted.org/packages/1a/f4/cc631998ce8539e37db2b238f0defe9e21b8030f7077c5da0dbab60d9f6f/pylibsrtp-0.6.8-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cf95ee431551b84116c2f2705a81dd78", "sha256": "9c0be6c09867fd6ce1ae0844b84df019f0f6055d0c9a6f9d0f06a6ce7f6b98ab" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-pp36-pypy36_pp73-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "cf95ee431551b84116c2f2705a81dd78", "packagetype": "bdist_wheel", "python_version": "pp36", "requires_python": null, "size": 49257, "upload_time": "2021-02-14T15:36:41", "upload_time_iso_8601": "2021-02-14T15:36:41.521737Z", "url": "https://files.pythonhosted.org/packages/ef/c9/97bc9f0cc7ddf9d65a23f2e02d6b2412146bf0dc3c43cb1cee00b438c5c7/pylibsrtp-0.6.8-pp36-pypy36_pp73-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "991d0b945c8e496be04fd7d2087f4d36", "sha256": "579a3b907e942cd5e995f3fd8782a915dc8585c1fa6569be2d97421f682077a6" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-pp36-pypy36_pp73-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "991d0b945c8e496be04fd7d2087f4d36", "packagetype": "bdist_wheel", "python_version": "pp36", "requires_python": null, "size": 54823, "upload_time": "2021-02-14T15:36:42", "upload_time_iso_8601": "2021-02-14T15:36:42.319106Z", "url": "https://files.pythonhosted.org/packages/e2/ae/8ac8848581b1621f1bb199f2967da91c64616af27e476e6025fb179337f9/pylibsrtp-0.6.8-pp36-pypy36_pp73-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3b7600e84016a2c1fea0e924ccad7544", "sha256": "a2c9660fc3a2d84c747d74cb3e6b4bb68a8e66deeb9642173942e0684f4dca50" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "3b7600e84016a2c1fea0e924ccad7544", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 49260, "upload_time": "2021-02-14T15:36:43", "upload_time_iso_8601": "2021-02-14T15:36:43.396039Z", "url": "https://files.pythonhosted.org/packages/c6/85/0ac38a6393de1f674c15fab9ef6f29694997f5ba88ac24c7ca4c80035643/pylibsrtp-0.6.8-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d69bbdada9029a0735528b5322498523", "sha256": "2c5ec36f532b18fa6c4fd26b16f7b75342440b902093c03dc1de849b2c7934b6" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-pp37-pypy37_pp73-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "d69bbdada9029a0735528b5322498523", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 54822, "upload_time": "2021-02-14T15:36:44", "upload_time_iso_8601": "2021-02-14T15:36:44.230794Z", "url": "https://files.pythonhosted.org/packages/62/03/962b4e631ab23510483726366f510d3e5db6bc6827c995eb2c6d36f54238/pylibsrtp-0.6.8-pp37-pypy37_pp73-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fac298a840b58d06e1f706ab4c79b9e7", "sha256": "3f90a0a6fd8e072b2af4c901e7c2042ca7f20ff0f2dc12b3b46cadfee2ef443b" }, "downloads": -1, "filename": "pylibsrtp-0.6.8-pp37-pypy37_pp73-win32.whl", "has_sig": false, "md5_digest": "fac298a840b58d06e1f706ab4c79b9e7", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 40622, "upload_time": "2021-02-14T15:36:45", "upload_time_iso_8601": "2021-02-14T15:36:45.020739Z", "url": "https://files.pythonhosted.org/packages/b7/1f/d3303054987e17d6cfa95dd724e286d0659eebf2d7af408cb2621d2266b8/pylibsrtp-0.6.8-pp37-pypy37_pp73-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1c04edfb0b88945ddca4fa3268897897", "sha256": "17516c786d48ee50aa16caf7ddc3ae20ef2ab92d9eab218e17efec99e5a3d1bd" }, "downloads": -1, "filename": "pylibsrtp-0.6.8.tar.gz", "has_sig": false, "md5_digest": "1c04edfb0b88945ddca4fa3268897897", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10280, "upload_time": "2021-02-14T15:36:45", "upload_time_iso_8601": "2021-02-14T15:36:45.789897Z", "url": "https://files.pythonhosted.org/packages/aa/ea/10722e0dcaf6afc3fa92a333cd193ffbbefb0216a37769844729119b341a/pylibsrtp-0.6.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "4d593beae04c1a420302dc7ff2f34efb", "sha256": "bd1262c3246ab99631b3a1332e2f47a8763311cb0eaf5da8848f86a162c44d73" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp310-cp310-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "4d593beae04c1a420302dc7ff2f34efb", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 49272, "upload_time": "2021-12-30T17:43:25", "upload_time_iso_8601": "2021-12-30T17:43:25.831275Z", "url": "https://files.pythonhosted.org/packages/f6/0e/f68cd17d630cb560772fb25c9972a710b91a58f65fb1b75d38c27dea9339/pylibsrtp-0.7.0-cp310-cp310-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b2a6dcf249fbe180e78b9465c24687ab", "sha256": "bb7ead0497b6ca8bfdff2c2cd1e1a2538d106a32358953d6a9e2102435d66065" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp310-cp310-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "b2a6dcf249fbe180e78b9465c24687ab", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 11533, "upload_time": "2021-12-30T17:43:27", "upload_time_iso_8601": "2021-12-30T17:43:27.845201Z", "url": "https://files.pythonhosted.org/packages/b3/bc/c757039d327ee554ba3fe3c1636d66e5c4d38249b40b38e04eac2f709a28/pylibsrtp-0.7.0-cp310-cp310-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "61ad5084ba7846f0bd69ff76903b3bdd", "sha256": "eb3adb67c8fbfd14059e5ee4cf3e11d3d8b5803dd286a96d1110d5cd93733c5d" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "61ad5084ba7846f0bd69ff76903b3bdd", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 68530, "upload_time": "2021-12-30T17:43:29", "upload_time_iso_8601": "2021-12-30T17:43:29.968031Z", "url": "https://files.pythonhosted.org/packages/6b/48/3405d2d7610fff2f7a52bbf33f342b29d767ed74cf5f2d477eb491f61f5f/pylibsrtp-0.7.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ba123f91456f5ce39bc8af1d505e0787", "sha256": "6b2510864d4b7344ed0ff9a58ed12dec28f1f565b20d42eda3bfc4a423833572" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "ba123f91456f5ce39bc8af1d505e0787", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 70161, "upload_time": "2021-12-30T17:43:31", "upload_time_iso_8601": "2021-12-30T17:43:31.495780Z", "url": "https://files.pythonhosted.org/packages/03/8e/e5067be63de88a8f8589227f33a7830208dd706c5fea572c1ce000071c48/pylibsrtp-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "16169d80b92533fdfa7260b198b12664", "sha256": "9f4f422eadf17e1d5194065e80fff03db252adec68939bc71c7cc92d43af3fe5" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "16169d80b92533fdfa7260b198b12664", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 71212, "upload_time": "2021-12-30T17:43:32", "upload_time_iso_8601": "2021-12-30T17:43:32.814680Z", "url": "https://files.pythonhosted.org/packages/40/5e/e426b3ed618c242c7e100ba7b96ca01113b6950809a9943eb9a95848cdfb/pylibsrtp-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c05f57806b6f039c88a5ab4bd5829a74", "sha256": "cd316e71fb989066c2d255e520ecacfeb3e4d6d375a647e8f2e335eefb00dc52" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp310-cp310-win32.whl", "has_sig": false, "md5_digest": "c05f57806b6f039c88a5ab4bd5829a74", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 40829, "upload_time": "2021-12-30T17:43:34", "upload_time_iso_8601": "2021-12-30T17:43:34.026748Z", "url": "https://files.pythonhosted.org/packages/8b/37/c17d4a2bb6944e044c55229d0cf0531535af48e49603f91f965a542a03c6/pylibsrtp-0.7.0-cp310-cp310-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7a24e36232757dc18cafa941ee9482c1", "sha256": "b5e73c1ca437b782d579f2682b7b248fc8818125fff1422e4a917d0ed91dfde5" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "7a24e36232757dc18cafa941ee9482c1", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 45341, "upload_time": "2021-12-30T17:43:35", "upload_time_iso_8601": "2021-12-30T17:43:35.146983Z", "url": "https://files.pythonhosted.org/packages/e6/1d/3958a769bf08e37d0dbe7893284ec1e834bc62f4a17a8180e6ca33d2a50b/pylibsrtp-0.7.0-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9665f3fe036ca3abd44fd3d5188de5f0", "sha256": "0837a820429c20463ad9b2f2b57ece48b873704aa804cfc58e314aa46911f6f5" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "9665f3fe036ca3abd44fd3d5188de5f0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 49210, "upload_time": "2021-12-30T17:43:36", "upload_time_iso_8601": "2021-12-30T17:43:36.164567Z", "url": "https://files.pythonhosted.org/packages/98/fb/9edb0ea006ca3e40ab7286a1c28fbc016a2508e098c6bf7def3963582e6c/pylibsrtp-0.7.0-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3cb49f9819a1e1505794228941d81e7c", "sha256": "6d201a9912465ceabea6a67cdb20863f31d27b0742aea1b3c142545e0726356d" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "3cb49f9819a1e1505794228941d81e7c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 68389, "upload_time": "2021-12-30T17:43:37", "upload_time_iso_8601": "2021-12-30T17:43:37.134041Z", "url": "https://files.pythonhosted.org/packages/83/5d/e1c59206cc562aac26e14a497788d39de9e8fa95a8eb2efb5ed7c92a7385/pylibsrtp-0.7.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eb650bd7d4cc6331854c17e5b88d4fbd", "sha256": "82c47d44f7949e16d22047ff41fe64d2058586ed43c031afac70ab6c903a9343" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "eb650bd7d4cc6331854c17e5b88d4fbd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 69962, "upload_time": "2021-12-30T17:43:38", "upload_time_iso_8601": "2021-12-30T17:43:38.017501Z", "url": "https://files.pythonhosted.org/packages/5a/12/d137617b20b0030daf4032b96a947894b2a5cb0a82b8c40d1662f66faf70/pylibsrtp-0.7.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "68598fb4227b327c3b8011f9f7c80e7b", "sha256": "9d0471dfbeb2088d6ecd425aa32ac31a4bec01312c1a5798860516bb0d613877" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "68598fb4227b327c3b8011f9f7c80e7b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 71047, "upload_time": "2021-12-30T17:43:39", "upload_time_iso_8601": "2021-12-30T17:43:39.228222Z", "url": "https://files.pythonhosted.org/packages/3d/d8/591be2a113e0e5452323cf69723f25ca39ef5135fd4556f1398ae05c85f8/pylibsrtp-0.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3b6e9471fe3567be7a89ff235f4df415", "sha256": "4b2a243abf2216bd21f9828aabb56bab2ca0b6e3be69195c327b96023bd6821b" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "3b6e9471fe3567be7a89ff235f4df415", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 40833, "upload_time": "2021-12-30T17:43:40", "upload_time_iso_8601": "2021-12-30T17:43:40.496679Z", "url": "https://files.pythonhosted.org/packages/47/e6/8c2e41a465cee2f2779c9c8acd31cf188a995d6c7f3e1c6458abf60ab00d/pylibsrtp-0.7.0-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "37962d20d173dd72caca9a4468b6a36e", "sha256": "328dada8dc06b66ae10966a6192b02bdbe7baa1fdcb7ea4c7de066aa3410097d" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "37962d20d173dd72caca9a4468b6a36e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 45341, "upload_time": "2021-12-30T17:43:41", "upload_time_iso_8601": "2021-12-30T17:43:41.912607Z", "url": "https://files.pythonhosted.org/packages/9f/ec/7061a0a67570444f9e75fb07628373f3ef0fec35ce6f8ce06f04e60d7da3/pylibsrtp-0.7.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4a0bfc62cd0db4046ac20865cd75380c", "sha256": "eb977cb51ec416509c27e76325e16f8122e7e88a0050920ca842f667083b33b4" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "4a0bfc62cd0db4046ac20865cd75380c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 49270, "upload_time": "2021-12-30T17:43:42", "upload_time_iso_8601": "2021-12-30T17:43:42.825821Z", "url": "https://files.pythonhosted.org/packages/02/33/dba7ed48885c3533b00bf87f02346c71bdab3ea603fc41cd8d7b19e682ae/pylibsrtp-0.7.0-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9a780168924fed9ac9f839791d93fa13", "sha256": "10da053fc12a64ffef136c5c3380c0452267174e0daee4569b47470119f0d1ee" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp38-cp38-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "9a780168924fed9ac9f839791d93fa13", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 11533, "upload_time": "2021-12-30T17:43:43", "upload_time_iso_8601": "2021-12-30T17:43:43.813302Z", "url": "https://files.pythonhosted.org/packages/8f/81/3b5d6f07e14f15a069955afcf5c5eec3b7fa7aef4215bf24ddd71f051cf8/pylibsrtp-0.7.0-cp38-cp38-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b4a8f691197cba7c6b8a284dd98b0585", "sha256": "aaf46ba38cc555f0bcc2413f3dade27d8029e47e4053eef49679b99398ece105" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "b4a8f691197cba7c6b8a284dd98b0585", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 68664, "upload_time": "2021-12-30T17:43:45", "upload_time_iso_8601": "2021-12-30T17:43:45.040772Z", "url": "https://files.pythonhosted.org/packages/de/b3/ef5c4b9a91d3c4efbfe9edd3826987c6631e2d274d85dfa283414b356a6e/pylibsrtp-0.7.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a75e921e8fe7cbc9f3774cf52163b3f9", "sha256": "89053c3b6ee3fe3ea4e752d998729391ebad11152b858c5647c2a4baae927412" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "a75e921e8fe7cbc9f3774cf52163b3f9", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 70287, "upload_time": "2021-12-30T17:43:46", "upload_time_iso_8601": "2021-12-30T17:43:46.552903Z", "url": "https://files.pythonhosted.org/packages/65/15/6b3acf107f9f8604cceb88a9b001a86e203196b18412c0c0cd4ac427461a/pylibsrtp-0.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eed1170743d8792a1c6df0d9f31456fb", "sha256": "34b2e2675577bcb60226c9066b681d6bf4832532fc58da2b78c27dda318eb352" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "eed1170743d8792a1c6df0d9f31456fb", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 71384, "upload_time": "2021-12-30T17:43:48", "upload_time_iso_8601": "2021-12-30T17:43:48.063134Z", "url": "https://files.pythonhosted.org/packages/06/9a/a4e11c9a6369479f411e374904db13587ff882f9fa710d5e4234fd94fabe/pylibsrtp-0.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e6eccfa6da4fa1327b2c3e85ed526a44", "sha256": "418e5fae1c7a904e85ad1a8f4a5da7cf87c8f8a32720232a11399e4ec1c88045" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "e6eccfa6da4fa1327b2c3e85ed526a44", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 40826, "upload_time": "2021-12-30T17:43:49", "upload_time_iso_8601": "2021-12-30T17:43:49.011305Z", "url": "https://files.pythonhosted.org/packages/c2/ca/6fe16eea88b16c9a28027814b15596632515c0e9ff9d1587c30ac8cf4b1c/pylibsrtp-0.7.0-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "524d7359b5c8d31493869e8a1da0e600", "sha256": "c9e7565c82c3b869cad69a9336a5d39d60f020f1754df54b564b845b9dfef965" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "524d7359b5c8d31493869e8a1da0e600", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 45334, "upload_time": "2021-12-30T17:43:50", "upload_time_iso_8601": "2021-12-30T17:43:50.233421Z", "url": "https://files.pythonhosted.org/packages/eb/8e/53ae1c42b942706647bfd9d0e8fc8c1ed040cc8053f9591b164877f904d8/pylibsrtp-0.7.0-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a3cc9a04b8ab533429699c98a13ff9ae", "sha256": "6ea7dca52720bddc5a46c6659f984a7524ba234985f04225a88445e2783f28a3" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a3cc9a04b8ab533429699c98a13ff9ae", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 49270, "upload_time": "2021-12-30T17:43:51", "upload_time_iso_8601": "2021-12-30T17:43:51.313218Z", "url": "https://files.pythonhosted.org/packages/7c/a5/2fab66be5d4c5bf28b69198efaedf0e56cfad006ddeb5b59a8e7373e8bd3/pylibsrtp-0.7.0-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6e5c02f913f1bb74fbc4dc089382c042", "sha256": "db8edbe9078b05565536697a271cd88864fc84f3e17d0175ed1c7bd228d41d32" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp39-cp39-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "6e5c02f913f1bb74fbc4dc089382c042", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 11532, "upload_time": "2021-12-30T17:43:53", "upload_time_iso_8601": "2021-12-30T17:43:53.044607Z", "url": "https://files.pythonhosted.org/packages/fa/12/0e7eae884091254f336e907fa5b2b5c4ea14957dc8963d6938c2b0b5b405/pylibsrtp-0.7.0-cp39-cp39-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e2945969dc81f397a9a94c0762ce24da", "sha256": "908da75a15a63ce2b3911f68fb8936f3fb44b75bcfe84aa0199e128d06cd02dc" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "e2945969dc81f397a9a94c0762ce24da", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 68525, "upload_time": "2021-12-30T17:43:53", "upload_time_iso_8601": "2021-12-30T17:43:53.971434Z", "url": "https://files.pythonhosted.org/packages/1b/43/fa98347a07ce0dbeac0bcd14fa6ff9655b68364173d701f9c17f20805640/pylibsrtp-0.7.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4f0880d612491eef7e1124cfa211c466", "sha256": "42c8f3b8b3f67fc75710839c701e720c32e410d627c9aa490d8a95b756ea9716" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "4f0880d612491eef7e1124cfa211c466", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 70151, "upload_time": "2021-12-30T17:43:55", "upload_time_iso_8601": "2021-12-30T17:43:55.424550Z", "url": "https://files.pythonhosted.org/packages/c7/77/12bf4d6f7b09f9096e0049f68ea71f3c902826d1054dd6e65a7c679ec337/pylibsrtp-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "399643771731266911e6dbb90b1bca28", "sha256": "dfa5e6ae9780c9f52085fb7d447d6772815531597c64c6eff8fd6e627018090d" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "399643771731266911e6dbb90b1bca28", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 71208, "upload_time": "2021-12-30T17:43:56", "upload_time_iso_8601": "2021-12-30T17:43:56.424003Z", "url": "https://files.pythonhosted.org/packages/13/12/37729bc943acb9311b8a826952dec034a6d0454e71b0b596ffd14f52a3c1/pylibsrtp-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a0da3752fa2febffdcc12ec7d190dbf5", "sha256": "4e90b5a9d4ea32ab0a3a8d46d01ca31144c2ee04f1547019c1aaf943a6ce76be" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "a0da3752fa2febffdcc12ec7d190dbf5", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 40827, "upload_time": "2021-12-30T17:43:57", "upload_time_iso_8601": "2021-12-30T17:43:57.918466Z", "url": "https://files.pythonhosted.org/packages/c5/e8/aaff6b0e5c8dd9474798894b0d1c75acf0249d3074b7d42e06edb48fe4c9/pylibsrtp-0.7.0-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "649ebffe544685ac35bb9ed621e8ee9e", "sha256": "94e49ece92d1e50631c39241206715a9dce47bb2c6426adfa55e83caf7db94e8" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "649ebffe544685ac35bb9ed621e8ee9e", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 45339, "upload_time": "2021-12-30T17:43:58", "upload_time_iso_8601": "2021-12-30T17:43:58.886476Z", "url": "https://files.pythonhosted.org/packages/5a/b6/a52cf0c6824dcfe10068d3dc350518ef40c77dcf0c9c9255670a34f53518/pylibsrtp-0.7.0-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8c21815c4355be2aad36bd00a9a8bcda", "sha256": "4de44c40e05486e0693277dd44cf14abf6b02f042939940e9a0a69390218bc15" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "8c21815c4355be2aad36bd00a9a8bcda", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 46280, "upload_time": "2021-12-30T17:43:59", "upload_time_iso_8601": "2021-12-30T17:43:59.782846Z", "url": "https://files.pythonhosted.org/packages/53/e2/cec01c29b828f11be15b96c201962559a6e80efe55009a199a2a9c0fd461/pylibsrtp-0.7.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5bab525db37bf8f2a09cfb23117157e3", "sha256": "3b6076da031d570aecaf2c2f33010bd260beefa11b0de7f073c0c440393df544" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "5bab525db37bf8f2a09cfb23117157e3", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 115049, "upload_time": "2021-12-30T17:44:00", "upload_time_iso_8601": "2021-12-30T17:44:00.877423Z", "url": "https://files.pythonhosted.org/packages/47/26/cb7a22e82ef288b8459ad03197b308455008b39e0e012c9f47e7cbf2a7a0/pylibsrtp-0.7.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2de20d2c7bb4635542ef98f259d5802c", "sha256": "b8cc9f25bc1280bd4d9b7793db560ec37f09f0e69796a3f00b0ee84a3248a90b" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "2de20d2c7bb4635542ef98f259d5802c", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 116687, "upload_time": "2021-12-30T17:44:02", "upload_time_iso_8601": "2021-12-30T17:44:02.252308Z", "url": "https://files.pythonhosted.org/packages/71/59/5fdc1cfbc7dcf7830de734c95b09d689ec6ab5c363bc84b63e1af20603ff/pylibsrtp-0.7.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d7c0c593f77659f93d16b5924d5b050f", "sha256": "2f6382fb324cab47218c52364b9b9a1c366d6ac059ecd15d471401d572c8b8ca" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "d7c0c593f77659f93d16b5924d5b050f", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 118577, "upload_time": "2021-12-30T17:44:03", "upload_time_iso_8601": "2021-12-30T17:44:03.291850Z", "url": "https://files.pythonhosted.org/packages/49/9b/2bb6bad75df68223d3a9b6a6d7db3005b412b82ebc50fe544edb570b0413/pylibsrtp-0.7.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c73438aabfa5b35b0358cd7b35efab7c", "sha256": "c734aba8c85a800e945af48daa7b0d9cd1eb8191a1f721185399027dfa252670" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-pp37-pypy37_pp73-win_amd64.whl", "has_sig": false, "md5_digest": "c73438aabfa5b35b0358cd7b35efab7c", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 82355, "upload_time": "2021-12-30T17:44:04", "upload_time_iso_8601": "2021-12-30T17:44:04.304708Z", "url": "https://files.pythonhosted.org/packages/36/b2/9d5306052a90b6486e8d902e6e2d433f436c6ea6107ddcd0ae7c7006d9e0/pylibsrtp-0.7.0-pp37-pypy37_pp73-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7debd342812f7707d2f3f28d9202ff66", "sha256": "7398f4527a8ed997b566ae475a6306ed573624aac29512b3a126190ca539d498" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "7debd342812f7707d2f3f28d9202ff66", "packagetype": "bdist_wheel", "python_version": "pp38", "requires_python": null, "size": 89733, "upload_time": "2021-12-30T17:44:05", "upload_time_iso_8601": "2021-12-30T17:44:05.851443Z", "url": "https://files.pythonhosted.org/packages/65/82/dfedf4e2cef0b1df821e03bc277561ff19efac33027b4ed0d16280a8635f/pylibsrtp-0.7.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e5f2c6333385adad91e1d7c2c587f302", "sha256": "e74d59eca24fa1af13d6963bb2e14cb7e912f2fc463d1819d85f09d7bd161e4b" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "e5f2c6333385adad91e1d7c2c587f302", "packagetype": "bdist_wheel", "python_version": "pp38", "requires_python": null, "size": 115323, "upload_time": "2021-12-30T17:44:06", "upload_time_iso_8601": "2021-12-30T17:44:06.849226Z", "url": "https://files.pythonhosted.org/packages/7b/62/f1f15a17a044d536f00e58ea2697ec32d1d9356165518c2e2b04c8786f20/pylibsrtp-0.7.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "647e3fb64bf6843d5135f540900989ab", "sha256": "dea0c140c0d63c8723a60faaecbea0b47d674f785e07a278e03f76fb172fe56f" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "647e3fb64bf6843d5135f540900989ab", "packagetype": "bdist_wheel", "python_version": "pp38", "requires_python": null, "size": 117031, "upload_time": "2021-12-30T17:44:07", "upload_time_iso_8601": "2021-12-30T17:44:07.783231Z", "url": "https://files.pythonhosted.org/packages/cd/74/3536b46059c0958fea88df0663b457f1bde60efa48f6bb821d196f1af604/pylibsrtp-0.7.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "72f0874cc934ccdfdd67ed1d321ffe88", "sha256": "b045c52c8b3ca566b8c4c324209a9235fa1ed094c774c6b5b69e9fe314c47305" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "72f0874cc934ccdfdd67ed1d321ffe88", "packagetype": "bdist_wheel", "python_version": "pp38", "requires_python": null, "size": 118915, "upload_time": "2021-12-30T17:44:08", "upload_time_iso_8601": "2021-12-30T17:44:08.763336Z", "url": "https://files.pythonhosted.org/packages/96/ae/208ae4030939cfda0c6c25dd06d8834822977dbd4b6a7fcad1b9b360ac71/pylibsrtp-0.7.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1e6fc2970f6ec84efc772f7488d37131", "sha256": "0f764de4d783c64aa5960c4c3d29cfb5f6066340e87cee943e4ad2776c9f6bca" }, "downloads": -1, "filename": "pylibsrtp-0.7.0-pp38-pypy38_pp73-win_amd64.whl", "has_sig": false, "md5_digest": "1e6fc2970f6ec84efc772f7488d37131", "packagetype": "bdist_wheel", "python_version": "pp38", "requires_python": null, "size": 82350, "upload_time": "2021-12-30T17:44:10", "upload_time_iso_8601": "2021-12-30T17:44:10.343596Z", "url": "https://files.pythonhosted.org/packages/dd/df/348fd9b1f07d4a1a3828d64782f58b798f7dd22320b8e2f948b2de601bc8/pylibsrtp-0.7.0-pp38-pypy38_pp73-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "088712ee3cc8dad538b76edd51836d40", "sha256": "e1ae415ef1f967ba080a9551be9a0726ce05d8f4cd92c1095dab80ed692ec577" }, "downloads": -1, "filename": "pylibsrtp-0.7.0.tar.gz", "has_sig": false, "md5_digest": "088712ee3cc8dad538b76edd51836d40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10339, "upload_time": "2021-12-30T17:44:11", "upload_time_iso_8601": "2021-12-30T17:44:11.296828Z", "url": "https://files.pythonhosted.org/packages/88/be/7a2d277d34658babf7d7e6d16e7d6b430c3c965218027cad18c20c3b40fe/pylibsrtp-0.7.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "6b7df49540473500bc8b5fceca7d0047", "sha256": "9affed55aab0b3ff7502bce52210d0c6b6957e9f6fb7730ce27863b4c4ec8ad0" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "6b7df49540473500bc8b5fceca7d0047", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 49273, "upload_time": "2022-02-02T11:18:03", "upload_time_iso_8601": "2022-02-02T11:18:03.719899Z", "url": "https://files.pythonhosted.org/packages/ed/3c/90fd2db5d7cefcca68c1ed9f251726619dd3863bfc8439f7cc13fb25115d/pylibsrtp-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "82b72293b4f18151dabc36d32ffa4f51", "sha256": "5d0bb7410e0b949ddfb802d29445e5e98d2854f9e25f5582b7e17d86cb50bd37" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp310-cp310-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "82b72293b4f18151dabc36d32ffa4f51", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 50235, "upload_time": "2022-02-02T11:18:05", "upload_time_iso_8601": "2022-02-02T11:18:05.185174Z", "url": "https://files.pythonhosted.org/packages/06/c6/34944cbc7669b2a594b39a4626a4b2f271b9fb2c8941d4f386f40e1c6b6f/pylibsrtp-0.7.1-cp310-cp310-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "883bdc24c1d23db6a3e6cab65980e9ef", "sha256": "7d54f8fa610d7b4bbeb036a4a07c7ec3e7b87d971d4389b3d634b2694486e85b" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "883bdc24c1d23db6a3e6cab65980e9ef", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 68532, "upload_time": "2022-02-02T11:18:06", "upload_time_iso_8601": "2022-02-02T11:18:06.366480Z", "url": "https://files.pythonhosted.org/packages/78/80/bb1659eb4d9680f3f276364dd7086b13bb3b21be467e2316a14004fcef99/pylibsrtp-0.7.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "814c8d3b76e519fa6007ba0bf73176c6", "sha256": "821b10551659fe1e1da9fb45f84cc11591a94a4ca59b42b456902442723e47a4" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "814c8d3b76e519fa6007ba0bf73176c6", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 70162, "upload_time": "2022-02-02T11:18:07", "upload_time_iso_8601": "2022-02-02T11:18:07.395026Z", "url": "https://files.pythonhosted.org/packages/e5/99/02e34b69e25bce863f5efa1c4bd2bfacf3b5668d0828ea7c2d791c0cb27b/pylibsrtp-0.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "533c833b339259463cb79d3fe08aac5a", "sha256": "2fda05473a3d2ea9e6b71efd08ceb4a74c7ff95fb24427c3c168ad77c9a14fd4" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "533c833b339259463cb79d3fe08aac5a", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 71214, "upload_time": "2022-02-02T11:18:08", "upload_time_iso_8601": "2022-02-02T11:18:08.324658Z", "url": "https://files.pythonhosted.org/packages/73/e4/6951bd8dffc1c2aad00ef4042dd17da4cff77fb1a9ec723579771125b8e7/pylibsrtp-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0571ecddc321a3948bcc3f70ca35d8c2", "sha256": "2e740ee6df460584d7dd365195b90b51be37dee2e5c58e9ad3e894eed361a40a" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp310-cp310-win32.whl", "has_sig": false, "md5_digest": "0571ecddc321a3948bcc3f70ca35d8c2", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 40826, "upload_time": "2022-02-02T11:18:09", "upload_time_iso_8601": "2022-02-02T11:18:09.724636Z", "url": "https://files.pythonhosted.org/packages/2d/dd/80601da2cbc456469cb4b966475e205ddab6dc5e97c92311f4d276a5028d/pylibsrtp-0.7.1-cp310-cp310-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "23aba6e85ce2324f522890214c79da34", "sha256": "d1004d13393936fa62a70cfbf89edd794844682c6f06636c034272e97708737b" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "23aba6e85ce2324f522890214c79da34", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 45339, "upload_time": "2022-02-02T11:18:11", "upload_time_iso_8601": "2022-02-02T11:18:11.077150Z", "url": "https://files.pythonhosted.org/packages/15/21/45d8a37993904fed9e618a40c8f9b3f6996d42388cdfb943023340350069/pylibsrtp-0.7.1-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dc775c6068e54840d61fe623e6b253eb", "sha256": "00788b6b3d3ad16a15fac106e063fecb2319c251c7304ad97914491e07ca20e2" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "dc775c6068e54840d61fe623e6b253eb", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 49208, "upload_time": "2022-02-02T11:18:12", "upload_time_iso_8601": "2022-02-02T11:18:12.447066Z", "url": "https://files.pythonhosted.org/packages/7e/ce/8c768da24f3064af318e9357c4fe838b201da9e5eeca3048779337c3cbd3/pylibsrtp-0.7.1-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1929551edcc40f084c339866ebbf8333", "sha256": "8272f7e8bf177997073de46ad051fd4c40c1058ae619e25336c288218d66a10b" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "1929551edcc40f084c339866ebbf8333", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 68386, "upload_time": "2022-02-02T11:18:14", "upload_time_iso_8601": "2022-02-02T11:18:14.263934Z", "url": "https://files.pythonhosted.org/packages/1a/a0/430621e8c4921a0e010f9ec8a4630e7c95eedfdd152cc6c76653cba341e8/pylibsrtp-0.7.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "92e3f0f48cce561d78e03c5be6a4c2b3", "sha256": "83db2e74161321797bc2cabc30de300b63df6a02a478feb74ea2ade180f5e253" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "92e3f0f48cce561d78e03c5be6a4c2b3", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 69965, "upload_time": "2022-02-02T11:18:15", "upload_time_iso_8601": "2022-02-02T11:18:15.350183Z", "url": "https://files.pythonhosted.org/packages/a0/57/952fc7f9e7d5c2e4ba29a797ba8965df8d53ada4febcfd40ca1d4d62df16/pylibsrtp-0.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0185342f6578fbf51b25db0963208abc", "sha256": "54003065b90f963952628ff35453b9b47f660c25caf370203ea7dfbbccd6f1fe" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "0185342f6578fbf51b25db0963208abc", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 71048, "upload_time": "2022-02-02T11:18:16", "upload_time_iso_8601": "2022-02-02T11:18:16.386855Z", "url": "https://files.pythonhosted.org/packages/6e/a3/512102d6d041ab0ec812a85e84bca51fdb529936d1a5dc4f22ec24ace848/pylibsrtp-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7d47bec383306b440b246ec0ad9444c7", "sha256": "ae5c0a7e771c344a99acd58f71aef96f70ff39fcd30d96f4ab39e181266b4766" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "7d47bec383306b440b246ec0ad9444c7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 40829, "upload_time": "2022-02-02T11:18:17", "upload_time_iso_8601": "2022-02-02T11:18:17.769087Z", "url": "https://files.pythonhosted.org/packages/f8/cf/c5945ec9759d0b76f40df5c285c053e92901bd4fbf8f84de3f4865bf903b/pylibsrtp-0.7.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c3ee9ce90a24da3c994ac489219bf8a6", "sha256": "9e13571385e435e3aaf5ca888a9db6f2073c959ba760cb6e8786610ef0d95429" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "c3ee9ce90a24da3c994ac489219bf8a6", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 45341, "upload_time": "2022-02-02T11:18:19", "upload_time_iso_8601": "2022-02-02T11:18:19.189771Z", "url": "https://files.pythonhosted.org/packages/69/c5/221a78460b86108ea011ca427c20f017bc649e8bdce836c5d801cdd7fe94/pylibsrtp-0.7.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cda31cba714ea32179704d424f05fd60", "sha256": "3eef9639fec802766ff0c6a13f1a4e556ac1da0dafc2a7c5893cf10643567de3" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "cda31cba714ea32179704d424f05fd60", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 49269, "upload_time": "2022-02-02T11:18:20", "upload_time_iso_8601": "2022-02-02T11:18:20.620120Z", "url": "https://files.pythonhosted.org/packages/01/97/d942c7636eeec1ec3eb6a31a8b95d74ba61b6bc8ed2113eb5a4b8c5e1ab7/pylibsrtp-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e1bb9ce7ba8da9f0cddb5d3e931d3550", "sha256": "5613effccbc16148a4f02a541c7f78eaafdb793db41aac39effd057f356b1e47" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp38-cp38-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "e1bb9ce7ba8da9f0cddb5d3e931d3550", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 50235, "upload_time": "2022-02-02T11:18:21", "upload_time_iso_8601": "2022-02-02T11:18:21.712776Z", "url": "https://files.pythonhosted.org/packages/59/b5/26599edcd0b125659448f3d0368eb58525c33ec432c40b50edfee7cfb54b/pylibsrtp-0.7.1-cp38-cp38-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5ffea08a6d428cf48b49cfe8d4d36f13", "sha256": "275bb2bb438e6d0b345adb74b6209104e76dca799312f3dc696ab83b89a011ac" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "5ffea08a6d428cf48b49cfe8d4d36f13", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 68666, "upload_time": "2022-02-02T11:18:22", "upload_time_iso_8601": "2022-02-02T11:18:22.681485Z", "url": "https://files.pythonhosted.org/packages/d5/88/fa9fbe8eba28c9172ab549ae9890e2574fe2d9ab56b62a3758653686dc26/pylibsrtp-0.7.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7f2ad9de8c691670017c63040c15c4d7", "sha256": "3ab6c8882dfc980155a9fbd6a3ef247459bca965387d9bc1aecd467e07622960" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "7f2ad9de8c691670017c63040c15c4d7", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 70287, "upload_time": "2022-02-02T11:18:23", "upload_time_iso_8601": "2022-02-02T11:18:23.777963Z", "url": "https://files.pythonhosted.org/packages/1c/f7/dc0a854ce81a48d78efac0e7f600c70484fa6c81ae4fba2c464f5f566a1b/pylibsrtp-0.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d8629e540a3b002849bb053248611466", "sha256": "567952a29aa2334fe91a5aebc158ad11a48885e0f6e5df4f7280d5daf220d3ff" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "d8629e540a3b002849bb053248611466", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 71382, "upload_time": "2022-02-02T11:18:24", "upload_time_iso_8601": "2022-02-02T11:18:24.834426Z", "url": "https://files.pythonhosted.org/packages/78/20/edc012c4539be7b1d37645eb895425d4d6709b20704da0811fc65122cb7e/pylibsrtp-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "50ae38eb2f512eb873e1044935ad6a92", "sha256": "b954ff493f58dc547fd99e492dfbd30625f076aa0b0ea4a5c05f6e3f8868f67e" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "50ae38eb2f512eb873e1044935ad6a92", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 40829, "upload_time": "2022-02-02T11:18:25", "upload_time_iso_8601": "2022-02-02T11:18:25.905075Z", "url": "https://files.pythonhosted.org/packages/37/f9/9db2186482d8936c4aad1591806a61b3226f3263a4bb11f37f69cc07515b/pylibsrtp-0.7.1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "87a8e2f147057c554a782ab89a69e460", "sha256": "a8984305629c5924b549f168620862bb663e3fdacaf6c05e8b054ffcc954d5e0" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "87a8e2f147057c554a782ab89a69e460", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 45337, "upload_time": "2022-02-02T11:18:26", "upload_time_iso_8601": "2022-02-02T11:18:26.828787Z", "url": "https://files.pythonhosted.org/packages/f2/f1/5e43a2035b4f082049d19570b03b4b705b1aa35c4371e97b7e7fe8d7f349/pylibsrtp-0.7.1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "35adecb73c5176943d8aa5246b5cc98b", "sha256": "b53d527b15d49e7ff792b59e991024dd3f657b5c8da8231c29fa47bd89b50ffc" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "35adecb73c5176943d8aa5246b5cc98b", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 49269, "upload_time": "2022-02-02T11:18:28", "upload_time_iso_8601": "2022-02-02T11:18:28.254758Z", "url": "https://files.pythonhosted.org/packages/38/d2/12635f5358db3ca87df6a088b98456b5fb486afe739b146481ac09a13564/pylibsrtp-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c432613575e77d552ef19dbde4cc0447", "sha256": "c15fbc4b4a949637c2398a99dd7f5b9df1d5dea97dd1ecc38482c4a0c069abd7" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp39-cp39-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "c432613575e77d552ef19dbde4cc0447", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 50234, "upload_time": "2022-02-02T11:18:29", "upload_time_iso_8601": "2022-02-02T11:18:29.069162Z", "url": "https://files.pythonhosted.org/packages/5f/fc/21b97ae9c3bbfcb362bff470e8728c50657d36ba444269bc6785d0736b15/pylibsrtp-0.7.1-cp39-cp39-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6d6956d8fb41ba59ab518537bb9340e1", "sha256": "3d6e3db0a8e2b202ec6342c999411365c082a496a07123c3a7ae00b1d312b0b4" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "6d6956d8fb41ba59ab518537bb9340e1", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 68524, "upload_time": "2022-02-02T11:18:29", "upload_time_iso_8601": "2022-02-02T11:18:29.929423Z", "url": "https://files.pythonhosted.org/packages/f5/e8/763552eac2aa3f6e9410d5b654d05c52e7058533c6e4257fa3367bad9aba/pylibsrtp-0.7.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "17a153a9f7b4dd0c3f89c7e57bee4914", "sha256": "6706bee2c8122f0148840aadca7194b41f7f22aa58ec9fcb68cf8473795b4de5" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "17a153a9f7b4dd0c3f89c7e57bee4914", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 70153, "upload_time": "2022-02-02T11:18:31", "upload_time_iso_8601": "2022-02-02T11:18:31.136313Z", "url": "https://files.pythonhosted.org/packages/df/13/37f4e3b0494621c07a6b6f1fcb251f1c9dec554b7a08a2e60d332c5ac5b3/pylibsrtp-0.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a789dc447ca3a370166d24fc665edd5f", "sha256": "738bca685b6944c11383ebce1dc3ff471b996ccf9ea814fdd3e157cdff6a2c65" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "a789dc447ca3a370166d24fc665edd5f", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 71211, "upload_time": "2022-02-02T11:18:32", "upload_time_iso_8601": "2022-02-02T11:18:32.006879Z", "url": "https://files.pythonhosted.org/packages/ec/70/06d0578a59d6fcc3afda0a4ea132368fb4954cafe861d7f138875e41ce00/pylibsrtp-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "be7012a79c853d866dcf2b7d8c4cf18c", "sha256": "4158970899d723d9a81e7b323d6dc9c0e0fd02208ebe12b530dc1b842354d73e" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "be7012a79c853d866dcf2b7d8c4cf18c", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 40825, "upload_time": "2022-02-02T11:18:33", "upload_time_iso_8601": "2022-02-02T11:18:33.094262Z", "url": "https://files.pythonhosted.org/packages/6d/5f/ec90dbaa765d6011e7f75fe7a691831ea04be1e4ade990ac48b699015c34/pylibsrtp-0.7.1-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3404563e488f959e3e1e0b4f63bdf59c", "sha256": "ace53f23ff5c00f6552a4c14f76bdaeb63a4e9567ff550a6049fe4374548307c" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "3404563e488f959e3e1e0b4f63bdf59c", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 45337, "upload_time": "2022-02-02T11:18:34", "upload_time_iso_8601": "2022-02-02T11:18:34.517627Z", "url": "https://files.pythonhosted.org/packages/3c/09/8ca22e936f91bb547f73ef6341f54c74788019f7d698baa58f056078b44d/pylibsrtp-0.7.1-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5f56972448d1c6e1c5df0478eea4fd40", "sha256": "2fd50c211f2a7316c0580e42fce92325544197cc54ceabcdbc7e747fb94da55a" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "5f56972448d1c6e1c5df0478eea4fd40", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 46279, "upload_time": "2022-02-02T11:18:35", "upload_time_iso_8601": "2022-02-02T11:18:35.435105Z", "url": "https://files.pythonhosted.org/packages/36/e5/7cec4792d3dfef2e79d0189b7348797489e927267786b8cf04ca4f0995a3/pylibsrtp-0.7.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ce9e045213c7192ceb8290d084663dbe", "sha256": "11e7cc6561ac2bff00568fd1791c29a88a4542b3ef87fc3eb5d5152e3f08a968" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "ce9e045213c7192ceb8290d084663dbe", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 52832, "upload_time": "2022-02-02T11:18:36", "upload_time_iso_8601": "2022-02-02T11:18:36.346056Z", "url": "https://files.pythonhosted.org/packages/53/35/b131048188eb68a95d99ce6acd5d5e3f1f379bcc482870c8fe2c4b6cb702/pylibsrtp-0.7.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5398dfa54f09e50b1023845287f6406f", "sha256": "fc7d4addb1a4aeafb439469fd7b42b48280d871fa64c62851e20e4423a80722d" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "5398dfa54f09e50b1023845287f6406f", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 52892, "upload_time": "2022-02-02T11:18:37", "upload_time_iso_8601": "2022-02-02T11:18:37.259565Z", "url": "https://files.pythonhosted.org/packages/2a/59/8909db7a336ca8fb6ed822a12e44fd8f47af36eac2057fc7da95450b1704/pylibsrtp-0.7.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "331648bf409b15a87f88cc1264eca04a", "sha256": "9bf0839d3d427101d081360a9d17b465716a2d6309d0425a7f4ff8a4a027137d" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "331648bf409b15a87f88cc1264eca04a", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 53697, "upload_time": "2022-02-02T11:18:38", "upload_time_iso_8601": "2022-02-02T11:18:38.179774Z", "url": "https://files.pythonhosted.org/packages/3e/a5/f4b162264bcb74f9c39f79e766f9cb16538f360d79c90f6b6bb56c5d3476/pylibsrtp-0.7.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4c4d916c8005efbd6ec86eabd8df4d5a", "sha256": "81ac53a783521593cef1f18e1ba25957f2d35bb17bfa7ec91ebab0253b9466c2" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp37-pypy37_pp73-win_amd64.whl", "has_sig": false, "md5_digest": "4c4d916c8005efbd6ec86eabd8df4d5a", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 82351, "upload_time": "2022-02-02T11:18:39", "upload_time_iso_8601": "2022-02-02T11:18:39.255480Z", "url": "https://files.pythonhosted.org/packages/bf/0d/83a955ed432d53b3c388e38348adba79fc624fe1646165492a9107f0ca18/pylibsrtp-0.7.1-pp37-pypy37_pp73-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5ab0c0a00eafac3d01a644d9bb6bb300", "sha256": "ab4861d5f9d897f5a02a807d68f60b9b34c3b95c335b8f1b7601531273e0db82" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "5ab0c0a00eafac3d01a644d9bb6bb300", "packagetype": "bdist_wheel", "python_version": "pp38", "requires_python": null, "size": 46281, "upload_time": "2022-02-02T11:18:40", "upload_time_iso_8601": "2022-02-02T11:18:40.150084Z", "url": "https://files.pythonhosted.org/packages/2e/d9/521b43649bd46ef8249503d71bc3ca51f2e29e927f62c565f33b15c77ae5/pylibsrtp-0.7.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3f7a69bc774aa88fa9a4d84e75e51202", "sha256": "a49b55757fcf68789c845d13611da3bc34e14951dddb14aa906f38ce756b3abf" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "3f7a69bc774aa88fa9a4d84e75e51202", "packagetype": "bdist_wheel", "python_version": "pp38", "requires_python": null, "size": 52831, "upload_time": "2022-02-02T11:18:41", "upload_time_iso_8601": "2022-02-02T11:18:41.111689Z", "url": "https://files.pythonhosted.org/packages/b6/53/ac929fb5d507f65068e4a912cdda7f8a38ff6d6de48a2465deeda7352d96/pylibsrtp-0.7.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a8461460ad898f3e4e68bf302379d0ec", "sha256": "01e2cf69173db208dc2991e4c7d404d0bdca14784b726970255771a91573fdfc" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "a8461460ad898f3e4e68bf302379d0ec", "packagetype": "bdist_wheel", "python_version": "pp38", "requires_python": null, "size": 52913, "upload_time": "2022-02-02T11:18:41", "upload_time_iso_8601": "2022-02-02T11:18:41.999613Z", "url": "https://files.pythonhosted.org/packages/be/4d/d1b6b28f56bb0b43188b5aed094fbc05a09c63af96fc3dca62c994cf17c9/pylibsrtp-0.7.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "58ba0b11a848d4324852007f357bb947", "sha256": "55aa7dd8b3d757bf7933c46425310752266dc286dcf362fa29c14c528b9ccbeb" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "58ba0b11a848d4324852007f357bb947", "packagetype": "bdist_wheel", "python_version": "pp38", "requires_python": null, "size": 53696, "upload_time": "2022-02-02T11:18:43", "upload_time_iso_8601": "2022-02-02T11:18:43.075103Z", "url": "https://files.pythonhosted.org/packages/36/65/ea81faf9c74d0aaa24adf02b15954a81029da7db943b3b7560ce2e9a9729/pylibsrtp-0.7.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6f92275320e585ae5a372bb8a12ea117", "sha256": "db3e6ada45fa0da90949e74a7e0ea7e042e0677adeb4387dc645bc9c95ab9ce3" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp38-pypy38_pp73-win_amd64.whl", "has_sig": false, "md5_digest": "6f92275320e585ae5a372bb8a12ea117", "packagetype": "bdist_wheel", "python_version": "pp38", "requires_python": null, "size": 82349, "upload_time": "2022-02-02T11:18:44", "upload_time_iso_8601": "2022-02-02T11:18:44.160628Z", "url": "https://files.pythonhosted.org/packages/5e/4e/2fbcd8864fd2fea24c04c23075a37a3b9882be237fae9464baede360f946/pylibsrtp-0.7.1-pp38-pypy38_pp73-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "848a776cc52d7fb75c20f4008a3abd04", "sha256": "988b9749a2175a312bc59b320a0f6bcdf25b0fc138f2d241d9a91e2d87f164d0" }, "downloads": -1, "filename": "pylibsrtp-0.7.1.tar.gz", "has_sig": false, "md5_digest": "848a776cc52d7fb75c20f4008a3abd04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10344, "upload_time": "2022-02-02T11:18:45", "upload_time_iso_8601": "2022-02-02T11:18:45.580165Z", "url": "https://files.pythonhosted.org/packages/92/e5/09b3e8102ab7b7b73ea6e11e4d2c0e9f8249f3a0494ba3e5b35f419aea3e/pylibsrtp-0.7.1.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6b7df49540473500bc8b5fceca7d0047", "sha256": "9affed55aab0b3ff7502bce52210d0c6b6957e9f6fb7730ce27863b4c4ec8ad0" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "6b7df49540473500bc8b5fceca7d0047", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 49273, "upload_time": "2022-02-02T11:18:03", "upload_time_iso_8601": "2022-02-02T11:18:03.719899Z", "url": "https://files.pythonhosted.org/packages/ed/3c/90fd2db5d7cefcca68c1ed9f251726619dd3863bfc8439f7cc13fb25115d/pylibsrtp-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "82b72293b4f18151dabc36d32ffa4f51", "sha256": "5d0bb7410e0b949ddfb802d29445e5e98d2854f9e25f5582b7e17d86cb50bd37" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp310-cp310-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "82b72293b4f18151dabc36d32ffa4f51", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 50235, "upload_time": "2022-02-02T11:18:05", "upload_time_iso_8601": "2022-02-02T11:18:05.185174Z", "url": "https://files.pythonhosted.org/packages/06/c6/34944cbc7669b2a594b39a4626a4b2f271b9fb2c8941d4f386f40e1c6b6f/pylibsrtp-0.7.1-cp310-cp310-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "883bdc24c1d23db6a3e6cab65980e9ef", "sha256": "7d54f8fa610d7b4bbeb036a4a07c7ec3e7b87d971d4389b3d634b2694486e85b" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "883bdc24c1d23db6a3e6cab65980e9ef", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 68532, "upload_time": "2022-02-02T11:18:06", "upload_time_iso_8601": "2022-02-02T11:18:06.366480Z", "url": "https://files.pythonhosted.org/packages/78/80/bb1659eb4d9680f3f276364dd7086b13bb3b21be467e2316a14004fcef99/pylibsrtp-0.7.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "814c8d3b76e519fa6007ba0bf73176c6", "sha256": "821b10551659fe1e1da9fb45f84cc11591a94a4ca59b42b456902442723e47a4" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "814c8d3b76e519fa6007ba0bf73176c6", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 70162, "upload_time": "2022-02-02T11:18:07", "upload_time_iso_8601": "2022-02-02T11:18:07.395026Z", "url": "https://files.pythonhosted.org/packages/e5/99/02e34b69e25bce863f5efa1c4bd2bfacf3b5668d0828ea7c2d791c0cb27b/pylibsrtp-0.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "533c833b339259463cb79d3fe08aac5a", "sha256": "2fda05473a3d2ea9e6b71efd08ceb4a74c7ff95fb24427c3c168ad77c9a14fd4" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "533c833b339259463cb79d3fe08aac5a", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 71214, "upload_time": "2022-02-02T11:18:08", "upload_time_iso_8601": "2022-02-02T11:18:08.324658Z", "url": "https://files.pythonhosted.org/packages/73/e4/6951bd8dffc1c2aad00ef4042dd17da4cff77fb1a9ec723579771125b8e7/pylibsrtp-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0571ecddc321a3948bcc3f70ca35d8c2", "sha256": "2e740ee6df460584d7dd365195b90b51be37dee2e5c58e9ad3e894eed361a40a" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp310-cp310-win32.whl", "has_sig": false, "md5_digest": "0571ecddc321a3948bcc3f70ca35d8c2", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 40826, "upload_time": "2022-02-02T11:18:09", "upload_time_iso_8601": "2022-02-02T11:18:09.724636Z", "url": "https://files.pythonhosted.org/packages/2d/dd/80601da2cbc456469cb4b966475e205ddab6dc5e97c92311f4d276a5028d/pylibsrtp-0.7.1-cp310-cp310-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "23aba6e85ce2324f522890214c79da34", "sha256": "d1004d13393936fa62a70cfbf89edd794844682c6f06636c034272e97708737b" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "23aba6e85ce2324f522890214c79da34", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": null, "size": 45339, "upload_time": "2022-02-02T11:18:11", "upload_time_iso_8601": "2022-02-02T11:18:11.077150Z", "url": "https://files.pythonhosted.org/packages/15/21/45d8a37993904fed9e618a40c8f9b3f6996d42388cdfb943023340350069/pylibsrtp-0.7.1-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dc775c6068e54840d61fe623e6b253eb", "sha256": "00788b6b3d3ad16a15fac106e063fecb2319c251c7304ad97914491e07ca20e2" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "dc775c6068e54840d61fe623e6b253eb", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 49208, "upload_time": "2022-02-02T11:18:12", "upload_time_iso_8601": "2022-02-02T11:18:12.447066Z", "url": "https://files.pythonhosted.org/packages/7e/ce/8c768da24f3064af318e9357c4fe838b201da9e5eeca3048779337c3cbd3/pylibsrtp-0.7.1-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1929551edcc40f084c339866ebbf8333", "sha256": "8272f7e8bf177997073de46ad051fd4c40c1058ae619e25336c288218d66a10b" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "1929551edcc40f084c339866ebbf8333", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 68386, "upload_time": "2022-02-02T11:18:14", "upload_time_iso_8601": "2022-02-02T11:18:14.263934Z", "url": "https://files.pythonhosted.org/packages/1a/a0/430621e8c4921a0e010f9ec8a4630e7c95eedfdd152cc6c76653cba341e8/pylibsrtp-0.7.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "92e3f0f48cce561d78e03c5be6a4c2b3", "sha256": "83db2e74161321797bc2cabc30de300b63df6a02a478feb74ea2ade180f5e253" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "92e3f0f48cce561d78e03c5be6a4c2b3", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 69965, "upload_time": "2022-02-02T11:18:15", "upload_time_iso_8601": "2022-02-02T11:18:15.350183Z", "url": "https://files.pythonhosted.org/packages/a0/57/952fc7f9e7d5c2e4ba29a797ba8965df8d53ada4febcfd40ca1d4d62df16/pylibsrtp-0.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0185342f6578fbf51b25db0963208abc", "sha256": "54003065b90f963952628ff35453b9b47f660c25caf370203ea7dfbbccd6f1fe" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "0185342f6578fbf51b25db0963208abc", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 71048, "upload_time": "2022-02-02T11:18:16", "upload_time_iso_8601": "2022-02-02T11:18:16.386855Z", "url": "https://files.pythonhosted.org/packages/6e/a3/512102d6d041ab0ec812a85e84bca51fdb529936d1a5dc4f22ec24ace848/pylibsrtp-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7d47bec383306b440b246ec0ad9444c7", "sha256": "ae5c0a7e771c344a99acd58f71aef96f70ff39fcd30d96f4ab39e181266b4766" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "7d47bec383306b440b246ec0ad9444c7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 40829, "upload_time": "2022-02-02T11:18:17", "upload_time_iso_8601": "2022-02-02T11:18:17.769087Z", "url": "https://files.pythonhosted.org/packages/f8/cf/c5945ec9759d0b76f40df5c285c053e92901bd4fbf8f84de3f4865bf903b/pylibsrtp-0.7.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c3ee9ce90a24da3c994ac489219bf8a6", "sha256": "9e13571385e435e3aaf5ca888a9db6f2073c959ba760cb6e8786610ef0d95429" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "c3ee9ce90a24da3c994ac489219bf8a6", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 45341, "upload_time": "2022-02-02T11:18:19", "upload_time_iso_8601": "2022-02-02T11:18:19.189771Z", "url": "https://files.pythonhosted.org/packages/69/c5/221a78460b86108ea011ca427c20f017bc649e8bdce836c5d801cdd7fe94/pylibsrtp-0.7.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cda31cba714ea32179704d424f05fd60", "sha256": "3eef9639fec802766ff0c6a13f1a4e556ac1da0dafc2a7c5893cf10643567de3" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "cda31cba714ea32179704d424f05fd60", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 49269, "upload_time": "2022-02-02T11:18:20", "upload_time_iso_8601": "2022-02-02T11:18:20.620120Z", "url": "https://files.pythonhosted.org/packages/01/97/d942c7636eeec1ec3eb6a31a8b95d74ba61b6bc8ed2113eb5a4b8c5e1ab7/pylibsrtp-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e1bb9ce7ba8da9f0cddb5d3e931d3550", "sha256": "5613effccbc16148a4f02a541c7f78eaafdb793db41aac39effd057f356b1e47" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp38-cp38-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "e1bb9ce7ba8da9f0cddb5d3e931d3550", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 50235, "upload_time": "2022-02-02T11:18:21", "upload_time_iso_8601": "2022-02-02T11:18:21.712776Z", "url": "https://files.pythonhosted.org/packages/59/b5/26599edcd0b125659448f3d0368eb58525c33ec432c40b50edfee7cfb54b/pylibsrtp-0.7.1-cp38-cp38-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5ffea08a6d428cf48b49cfe8d4d36f13", "sha256": "275bb2bb438e6d0b345adb74b6209104e76dca799312f3dc696ab83b89a011ac" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "5ffea08a6d428cf48b49cfe8d4d36f13", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 68666, "upload_time": "2022-02-02T11:18:22", "upload_time_iso_8601": "2022-02-02T11:18:22.681485Z", "url": "https://files.pythonhosted.org/packages/d5/88/fa9fbe8eba28c9172ab549ae9890e2574fe2d9ab56b62a3758653686dc26/pylibsrtp-0.7.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7f2ad9de8c691670017c63040c15c4d7", "sha256": "3ab6c8882dfc980155a9fbd6a3ef247459bca965387d9bc1aecd467e07622960" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "7f2ad9de8c691670017c63040c15c4d7", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 70287, "upload_time": "2022-02-02T11:18:23", "upload_time_iso_8601": "2022-02-02T11:18:23.777963Z", "url": "https://files.pythonhosted.org/packages/1c/f7/dc0a854ce81a48d78efac0e7f600c70484fa6c81ae4fba2c464f5f566a1b/pylibsrtp-0.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d8629e540a3b002849bb053248611466", "sha256": "567952a29aa2334fe91a5aebc158ad11a48885e0f6e5df4f7280d5daf220d3ff" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "d8629e540a3b002849bb053248611466", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 71382, "upload_time": "2022-02-02T11:18:24", "upload_time_iso_8601": "2022-02-02T11:18:24.834426Z", "url": "https://files.pythonhosted.org/packages/78/20/edc012c4539be7b1d37645eb895425d4d6709b20704da0811fc65122cb7e/pylibsrtp-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "50ae38eb2f512eb873e1044935ad6a92", "sha256": "b954ff493f58dc547fd99e492dfbd30625f076aa0b0ea4a5c05f6e3f8868f67e" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "50ae38eb2f512eb873e1044935ad6a92", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 40829, "upload_time": "2022-02-02T11:18:25", "upload_time_iso_8601": "2022-02-02T11:18:25.905075Z", "url": "https://files.pythonhosted.org/packages/37/f9/9db2186482d8936c4aad1591806a61b3226f3263a4bb11f37f69cc07515b/pylibsrtp-0.7.1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "87a8e2f147057c554a782ab89a69e460", "sha256": "a8984305629c5924b549f168620862bb663e3fdacaf6c05e8b054ffcc954d5e0" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "87a8e2f147057c554a782ab89a69e460", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 45337, "upload_time": "2022-02-02T11:18:26", "upload_time_iso_8601": "2022-02-02T11:18:26.828787Z", "url": "https://files.pythonhosted.org/packages/f2/f1/5e43a2035b4f082049d19570b03b4b705b1aa35c4371e97b7e7fe8d7f349/pylibsrtp-0.7.1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "35adecb73c5176943d8aa5246b5cc98b", "sha256": "b53d527b15d49e7ff792b59e991024dd3f657b5c8da8231c29fa47bd89b50ffc" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "35adecb73c5176943d8aa5246b5cc98b", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 49269, "upload_time": "2022-02-02T11:18:28", "upload_time_iso_8601": "2022-02-02T11:18:28.254758Z", "url": "https://files.pythonhosted.org/packages/38/d2/12635f5358db3ca87df6a088b98456b5fb486afe739b146481ac09a13564/pylibsrtp-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c432613575e77d552ef19dbde4cc0447", "sha256": "c15fbc4b4a949637c2398a99dd7f5b9df1d5dea97dd1ecc38482c4a0c069abd7" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp39-cp39-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "c432613575e77d552ef19dbde4cc0447", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 50234, "upload_time": "2022-02-02T11:18:29", "upload_time_iso_8601": "2022-02-02T11:18:29.069162Z", "url": "https://files.pythonhosted.org/packages/5f/fc/21b97ae9c3bbfcb362bff470e8728c50657d36ba444269bc6785d0736b15/pylibsrtp-0.7.1-cp39-cp39-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6d6956d8fb41ba59ab518537bb9340e1", "sha256": "3d6e3db0a8e2b202ec6342c999411365c082a496a07123c3a7ae00b1d312b0b4" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "6d6956d8fb41ba59ab518537bb9340e1", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 68524, "upload_time": "2022-02-02T11:18:29", "upload_time_iso_8601": "2022-02-02T11:18:29.929423Z", "url": "https://files.pythonhosted.org/packages/f5/e8/763552eac2aa3f6e9410d5b654d05c52e7058533c6e4257fa3367bad9aba/pylibsrtp-0.7.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "17a153a9f7b4dd0c3f89c7e57bee4914", "sha256": "6706bee2c8122f0148840aadca7194b41f7f22aa58ec9fcb68cf8473795b4de5" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "17a153a9f7b4dd0c3f89c7e57bee4914", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 70153, "upload_time": "2022-02-02T11:18:31", "upload_time_iso_8601": "2022-02-02T11:18:31.136313Z", "url": "https://files.pythonhosted.org/packages/df/13/37f4e3b0494621c07a6b6f1fcb251f1c9dec554b7a08a2e60d332c5ac5b3/pylibsrtp-0.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a789dc447ca3a370166d24fc665edd5f", "sha256": "738bca685b6944c11383ebce1dc3ff471b996ccf9ea814fdd3e157cdff6a2c65" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "a789dc447ca3a370166d24fc665edd5f", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 71211, "upload_time": "2022-02-02T11:18:32", "upload_time_iso_8601": "2022-02-02T11:18:32.006879Z", "url": "https://files.pythonhosted.org/packages/ec/70/06d0578a59d6fcc3afda0a4ea132368fb4954cafe861d7f138875e41ce00/pylibsrtp-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "be7012a79c853d866dcf2b7d8c4cf18c", "sha256": "4158970899d723d9a81e7b323d6dc9c0e0fd02208ebe12b530dc1b842354d73e" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "be7012a79c853d866dcf2b7d8c4cf18c", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 40825, "upload_time": "2022-02-02T11:18:33", "upload_time_iso_8601": "2022-02-02T11:18:33.094262Z", "url": "https://files.pythonhosted.org/packages/6d/5f/ec90dbaa765d6011e7f75fe7a691831ea04be1e4ade990ac48b699015c34/pylibsrtp-0.7.1-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3404563e488f959e3e1e0b4f63bdf59c", "sha256": "ace53f23ff5c00f6552a4c14f76bdaeb63a4e9567ff550a6049fe4374548307c" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "3404563e488f959e3e1e0b4f63bdf59c", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": null, "size": 45337, "upload_time": "2022-02-02T11:18:34", "upload_time_iso_8601": "2022-02-02T11:18:34.517627Z", "url": "https://files.pythonhosted.org/packages/3c/09/8ca22e936f91bb547f73ef6341f54c74788019f7d698baa58f056078b44d/pylibsrtp-0.7.1-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5f56972448d1c6e1c5df0478eea4fd40", "sha256": "2fd50c211f2a7316c0580e42fce92325544197cc54ceabcdbc7e747fb94da55a" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "5f56972448d1c6e1c5df0478eea4fd40", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 46279, "upload_time": "2022-02-02T11:18:35", "upload_time_iso_8601": "2022-02-02T11:18:35.435105Z", "url": "https://files.pythonhosted.org/packages/36/e5/7cec4792d3dfef2e79d0189b7348797489e927267786b8cf04ca4f0995a3/pylibsrtp-0.7.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ce9e045213c7192ceb8290d084663dbe", "sha256": "11e7cc6561ac2bff00568fd1791c29a88a4542b3ef87fc3eb5d5152e3f08a968" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "ce9e045213c7192ceb8290d084663dbe", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 52832, "upload_time": "2022-02-02T11:18:36", "upload_time_iso_8601": "2022-02-02T11:18:36.346056Z", "url": "https://files.pythonhosted.org/packages/53/35/b131048188eb68a95d99ce6acd5d5e3f1f379bcc482870c8fe2c4b6cb702/pylibsrtp-0.7.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5398dfa54f09e50b1023845287f6406f", "sha256": "fc7d4addb1a4aeafb439469fd7b42b48280d871fa64c62851e20e4423a80722d" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "5398dfa54f09e50b1023845287f6406f", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 52892, "upload_time": "2022-02-02T11:18:37", "upload_time_iso_8601": "2022-02-02T11:18:37.259565Z", "url": "https://files.pythonhosted.org/packages/2a/59/8909db7a336ca8fb6ed822a12e44fd8f47af36eac2057fc7da95450b1704/pylibsrtp-0.7.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "331648bf409b15a87f88cc1264eca04a", "sha256": "9bf0839d3d427101d081360a9d17b465716a2d6309d0425a7f4ff8a4a027137d" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "331648bf409b15a87f88cc1264eca04a", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 53697, "upload_time": "2022-02-02T11:18:38", "upload_time_iso_8601": "2022-02-02T11:18:38.179774Z", "url": "https://files.pythonhosted.org/packages/3e/a5/f4b162264bcb74f9c39f79e766f9cb16538f360d79c90f6b6bb56c5d3476/pylibsrtp-0.7.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4c4d916c8005efbd6ec86eabd8df4d5a", "sha256": "81ac53a783521593cef1f18e1ba25957f2d35bb17bfa7ec91ebab0253b9466c2" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp37-pypy37_pp73-win_amd64.whl", "has_sig": false, "md5_digest": "4c4d916c8005efbd6ec86eabd8df4d5a", "packagetype": "bdist_wheel", "python_version": "pp37", "requires_python": null, "size": 82351, "upload_time": "2022-02-02T11:18:39", "upload_time_iso_8601": "2022-02-02T11:18:39.255480Z", "url": "https://files.pythonhosted.org/packages/bf/0d/83a955ed432d53b3c388e38348adba79fc624fe1646165492a9107f0ca18/pylibsrtp-0.7.1-pp37-pypy37_pp73-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5ab0c0a00eafac3d01a644d9bb6bb300", "sha256": "ab4861d5f9d897f5a02a807d68f60b9b34c3b95c335b8f1b7601531273e0db82" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "5ab0c0a00eafac3d01a644d9bb6bb300", "packagetype": "bdist_wheel", "python_version": "pp38", "requires_python": null, "size": 46281, "upload_time": "2022-02-02T11:18:40", "upload_time_iso_8601": "2022-02-02T11:18:40.150084Z", "url": "https://files.pythonhosted.org/packages/2e/d9/521b43649bd46ef8249503d71bc3ca51f2e29e927f62c565f33b15c77ae5/pylibsrtp-0.7.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3f7a69bc774aa88fa9a4d84e75e51202", "sha256": "a49b55757fcf68789c845d13611da3bc34e14951dddb14aa906f38ce756b3abf" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "3f7a69bc774aa88fa9a4d84e75e51202", "packagetype": "bdist_wheel", "python_version": "pp38", "requires_python": null, "size": 52831, "upload_time": "2022-02-02T11:18:41", "upload_time_iso_8601": "2022-02-02T11:18:41.111689Z", "url": "https://files.pythonhosted.org/packages/b6/53/ac929fb5d507f65068e4a912cdda7f8a38ff6d6de48a2465deeda7352d96/pylibsrtp-0.7.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a8461460ad898f3e4e68bf302379d0ec", "sha256": "01e2cf69173db208dc2991e4c7d404d0bdca14784b726970255771a91573fdfc" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "a8461460ad898f3e4e68bf302379d0ec", "packagetype": "bdist_wheel", "python_version": "pp38", "requires_python": null, "size": 52913, "upload_time": "2022-02-02T11:18:41", "upload_time_iso_8601": "2022-02-02T11:18:41.999613Z", "url": "https://files.pythonhosted.org/packages/be/4d/d1b6b28f56bb0b43188b5aed094fbc05a09c63af96fc3dca62c994cf17c9/pylibsrtp-0.7.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "58ba0b11a848d4324852007f357bb947", "sha256": "55aa7dd8b3d757bf7933c46425310752266dc286dcf362fa29c14c528b9ccbeb" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "58ba0b11a848d4324852007f357bb947", "packagetype": "bdist_wheel", "python_version": "pp38", "requires_python": null, "size": 53696, "upload_time": "2022-02-02T11:18:43", "upload_time_iso_8601": "2022-02-02T11:18:43.075103Z", "url": "https://files.pythonhosted.org/packages/36/65/ea81faf9c74d0aaa24adf02b15954a81029da7db943b3b7560ce2e9a9729/pylibsrtp-0.7.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6f92275320e585ae5a372bb8a12ea117", "sha256": "db3e6ada45fa0da90949e74a7e0ea7e042e0677adeb4387dc645bc9c95ab9ce3" }, "downloads": -1, "filename": "pylibsrtp-0.7.1-pp38-pypy38_pp73-win_amd64.whl", "has_sig": false, "md5_digest": "6f92275320e585ae5a372bb8a12ea117", "packagetype": "bdist_wheel", "python_version": "pp38", "requires_python": null, "size": 82349, "upload_time": "2022-02-02T11:18:44", "upload_time_iso_8601": "2022-02-02T11:18:44.160628Z", "url": "https://files.pythonhosted.org/packages/5e/4e/2fbcd8864fd2fea24c04c23075a37a3b9882be237fae9464baede360f946/pylibsrtp-0.7.1-pp38-pypy38_pp73-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "848a776cc52d7fb75c20f4008a3abd04", "sha256": "988b9749a2175a312bc59b320a0f6bcdf25b0fc138f2d241d9a91e2d87f164d0" }, "downloads": -1, "filename": "pylibsrtp-0.7.1.tar.gz", "has_sig": false, "md5_digest": "848a776cc52d7fb75c20f4008a3abd04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10344, "upload_time": "2022-02-02T11:18:45", "upload_time_iso_8601": "2022-02-02T11:18:45.580165Z", "url": "https://files.pythonhosted.org/packages/92/e5/09b3e8102ab7b7b73ea6e11e4d2c0e9f8249f3a0494ba3e5b35f419aea3e/pylibsrtp-0.7.1.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }