cypcap


Namecypcap JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://github.com/segevfiner/cypcap
SummaryA Cython based binding for modern libpcap
upload_time2024-04-17 16:43:06
maintainerNone
docs_urlNone
authorSegev Finer
requires_python>=3.6
licenseBSD-3-Clause
keywords libpcap pcap
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            cypcap
======
.. image:: https://img.shields.io/pypi/v/cypcap.svg
   :target: https://pypi.org/project/cypcap/
   :alt: PyPI

.. image:: https://github.com/segevfiner/cypcap/actions/workflows/docs.yml/badge.svg
   :target: https://segevfiner.github.io/cypcap/
   :alt: Docs

.. image:: https://github.com/segevfiner/cypcap/actions/workflows/build-and-test.yml/badge.svg
   :target: https://github.com/segevfiner/cypcap/actions/workflows/build-and-test.yml
   :alt: Build & Test

This package is a Cython based binding for modern libpcap versions, for Python 3.6+, attempting to
be more complete than existing and poorly maintained packages.

`Documentation <https://segevfiner.github.io/cypcap/>`_

Installation
------------
::

    $ pip install cypcap

Python 3.6+ and libpcap 1.8+ is required (Older libpcap versions can be supported if needed).

Build From Source
^^^^^^^^^^^^^^^^^
On Windows, download and extract the `Npcap SDK`_ and set the enviromnet variable ``NPCAP_SDK`` to
its location (You will also need to install Npcap, Wireshark installs it as part of its
installation).

On Linux, install the libpcap development package from your package manager. e.g. For Ubuntu::

    $ sudo apt update && sudo apt install libpcap-dev

.. _`Npcap SDK`: https://nmap.org/npcap/

Quickstart
----------
.. code-block:: python

    import cypcap

    dev = cypcap.findalldevs()[0]  # You should filter the list or let the user choose a device
    with cypcap.create(dev) as pcap:
        pcap.set_snaplen(65536)
        pcap.set_promisc(True)
        pcap.set_timeout(1000)
        pcap.activate()

        for pkthdr, data in pcap:
            if pkthdr is None:
                continue

            print(pkthdr, data)

License
-------
3-Clause BSD license (The same kind of license that libpcap uses).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/segevfiner/cypcap",
    "name": "cypcap",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "libpcap pcap",
    "author": "Segev Finer",
    "author_email": "segev208@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/54/13/28506c06091cf0830123d258558a8b7f0655d94a83422ebe76d7db8f50f9/cypcap-0.6.0.tar.gz",
    "platform": null,
    "description": "cypcap\n======\n.. image:: https://img.shields.io/pypi/v/cypcap.svg\n   :target: https://pypi.org/project/cypcap/\n   :alt: PyPI\n\n.. image:: https://github.com/segevfiner/cypcap/actions/workflows/docs.yml/badge.svg\n   :target: https://segevfiner.github.io/cypcap/\n   :alt: Docs\n\n.. image:: https://github.com/segevfiner/cypcap/actions/workflows/build-and-test.yml/badge.svg\n   :target: https://github.com/segevfiner/cypcap/actions/workflows/build-and-test.yml\n   :alt: Build & Test\n\nThis package is a Cython based binding for modern libpcap versions, for Python 3.6+, attempting to\nbe more complete than existing and poorly maintained packages.\n\n`Documentation <https://segevfiner.github.io/cypcap/>`_\n\nInstallation\n------------\n::\n\n    $ pip install cypcap\n\nPython 3.6+ and libpcap 1.8+ is required (Older libpcap versions can be supported if needed).\n\nBuild From Source\n^^^^^^^^^^^^^^^^^\nOn Windows, download and extract the `Npcap SDK`_ and set the enviromnet variable ``NPCAP_SDK`` to\nits location (You will also need to install Npcap, Wireshark installs it as part of its\ninstallation).\n\nOn Linux, install the libpcap development package from your package manager. e.g. For Ubuntu::\n\n    $ sudo apt update && sudo apt install libpcap-dev\n\n.. _`Npcap SDK`: https://nmap.org/npcap/\n\nQuickstart\n----------\n.. code-block:: python\n\n    import cypcap\n\n    dev = cypcap.findalldevs()[0]  # You should filter the list or let the user choose a device\n    with cypcap.create(dev) as pcap:\n        pcap.set_snaplen(65536)\n        pcap.set_promisc(True)\n        pcap.set_timeout(1000)\n        pcap.activate()\n\n        for pkthdr, data in pcap:\n            if pkthdr is None:\n                continue\n\n            print(pkthdr, data)\n\nLicense\n-------\n3-Clause BSD license (The same kind of license that libpcap uses).\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A Cython based binding for modern libpcap",
    "version": "0.6.0",
    "project_urls": {
        "Documentation": "https://segevfiner.github.io/cypcap/",
        "Homepage": "https://github.com/segevfiner/cypcap",
        "Issue Tracker": "https://github.com/segevfiner/cypcap/issues"
    },
    "split_keywords": [
        "libpcap",
        "pcap"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bc63c4636abb0c4499b7dca0065cda562592923b449e0f280d14da83b0cd167",
                "md5": "b2190b926fafb7fb3ab951564f6b4e96",
                "sha256": "53e575914a9378bbe3c8fca25149b37a886ca5df5112b595a6468ad699c08807"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "b2190b926fafb7fb3ab951564f6b4e96",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 499242,
            "upload_time": "2024-04-17T16:41:19",
            "upload_time_iso_8601": "2024-04-17T16:41:19.366357Z",
            "url": "https://files.pythonhosted.org/packages/0b/c6/3c4636abb0c4499b7dca0065cda562592923b449e0f280d14da83b0cd167/cypcap-0.6.0-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55819cc4994e2fc0a394cf5e87e64001bc93bca777f5e9aba6cb11f7ffc2d7dc",
                "md5": "cfed3a059a3c6e45da7556432e4481f3",
                "sha256": "0315ea7e688433e42df58cd2c412c4b52e963e91a314c828b9f51fefb80dca72"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "cfed3a059a3c6e45da7556432e4481f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 1807452,
            "upload_time": "2024-04-17T16:41:24",
            "upload_time_iso_8601": "2024-04-17T16:41:24.216487Z",
            "url": "https://files.pythonhosted.org/packages/55/81/9cc4994e2fc0a394cf5e87e64001bc93bca777f5e9aba6cb11f7ffc2d7dc/cypcap-0.6.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f15a784f18e6c453c551edab78d7e94777faa04c1f25834eab1d599a2709aa47",
                "md5": "53c970c5e5445f8b7c319ae94268232e",
                "sha256": "15c4d2da96da14a64ebec007409e3a9c2bccab7f79328564b906c7dd40626b03"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "53c970c5e5445f8b7c319ae94268232e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 1888203,
            "upload_time": "2024-04-17T16:41:30",
            "upload_time_iso_8601": "2024-04-17T16:41:30.452570Z",
            "url": "https://files.pythonhosted.org/packages/f1/5a/784f18e6c453c551edab78d7e94777faa04c1f25834eab1d599a2709aa47/cypcap-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b566424e9492a24af5a2822a2ba21df9977b4d16613a0dd5fe93b0bf4a98339",
                "md5": "680fd19e6457f6058ad2896664037994",
                "sha256": "3e470a0341157a48e67eeb393b74ff097c91285838a2449d18e693c210f4b679"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "680fd19e6457f6058ad2896664037994",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 187838,
            "upload_time": "2024-04-17T16:41:32",
            "upload_time_iso_8601": "2024-04-17T16:41:32.474174Z",
            "url": "https://files.pythonhosted.org/packages/8b/56/6424e9492a24af5a2822a2ba21df9977b4d16613a0dd5fe93b0bf4a98339/cypcap-0.6.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "824ac159a71a385e60d7219b183165173a82e028b3ebee805146023076456d61",
                "md5": "23eea9a10a3b55b542bbb35a22834061",
                "sha256": "1dbc064d1a589f002accc9df7578aad41a6e5e9a07fe3e01ad13ccc644be005f"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "23eea9a10a3b55b542bbb35a22834061",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 215758,
            "upload_time": "2024-04-17T16:41:34",
            "upload_time_iso_8601": "2024-04-17T16:41:34.427766Z",
            "url": "https://files.pythonhosted.org/packages/82/4a/c159a71a385e60d7219b183165173a82e028b3ebee805146023076456d61/cypcap-0.6.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dee3f31cd98f79fe6cb8472cc6fc2e655764746614655f8a34db4d4e86147e84",
                "md5": "6c3f6df0542bdc6d13f8cac7da969004",
                "sha256": "ca93e505c8bbd68190a8c2d3118db2eef43bfca4180a70a450c87336852f8f0f"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "6c3f6df0542bdc6d13f8cac7da969004",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 502220,
            "upload_time": "2024-04-17T16:41:36",
            "upload_time_iso_8601": "2024-04-17T16:41:36.635701Z",
            "url": "https://files.pythonhosted.org/packages/de/e3/f31cd98f79fe6cb8472cc6fc2e655764746614655f8a34db4d4e86147e84/cypcap-0.6.0-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c381bd511932c2d93715a4d8383f9d7759a1f96e88f3a0af6f131c3693247734",
                "md5": "73019f31aa1bd3052b6bf8377b9ea4f4",
                "sha256": "4ea8f597c3e5f8bc6d808288635b4be1ead61d55d0be7cceb9a103c6a58596c7"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "73019f31aa1bd3052b6bf8377b9ea4f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 1931116,
            "upload_time": "2024-04-17T16:41:41",
            "upload_time_iso_8601": "2024-04-17T16:41:41.091916Z",
            "url": "https://files.pythonhosted.org/packages/c3/81/bd511932c2d93715a4d8383f9d7759a1f96e88f3a0af6f131c3693247734/cypcap-0.6.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1461109a6eb4788e00c3d0a951420ef61bc07a20436faf2eb985f6e147b9e159",
                "md5": "17f73cd15dcb98457ae7e5522a24d76e",
                "sha256": "eea5ecab73f7041f8ec4bba1afca8a186253b7dffbcc95d9ec5774fbb10798ce"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "17f73cd15dcb98457ae7e5522a24d76e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 2013892,
            "upload_time": "2024-04-17T16:41:46",
            "upload_time_iso_8601": "2024-04-17T16:41:46.466673Z",
            "url": "https://files.pythonhosted.org/packages/14/61/109a6eb4788e00c3d0a951420ef61bc07a20436faf2eb985f6e147b9e159/cypcap-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ea7ad8350a9c623b09d378fc352b53176a9b97251f5af66ad070692fe0ef48e",
                "md5": "756826c7d4eced35fa8bbab2999e0ddf",
                "sha256": "27965b0357683c5ce246f70dcdc24d6a7ec5ac4c434f36887b3738c65272977c"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "756826c7d4eced35fa8bbab2999e0ddf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 187311,
            "upload_time": "2024-04-17T16:41:48",
            "upload_time_iso_8601": "2024-04-17T16:41:48.865856Z",
            "url": "https://files.pythonhosted.org/packages/8e/a7/ad8350a9c623b09d378fc352b53176a9b97251f5af66ad070692fe0ef48e/cypcap-0.6.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "332a77cc191c1deac38e1c7b011865fe5497a48d66f21c07bb230bf29de2863c",
                "md5": "6fbc868e0bef1836ff9220a9ba66d638",
                "sha256": "c48356ecfe43c025c5620aba949427e082a8eacee029772ac188abb89a30c8ff"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6fbc868e0bef1836ff9220a9ba66d638",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 215846,
            "upload_time": "2024-04-17T16:41:51",
            "upload_time_iso_8601": "2024-04-17T16:41:51.212620Z",
            "url": "https://files.pythonhosted.org/packages/33/2a/77cc191c1deac38e1c7b011865fe5497a48d66f21c07bb230bf29de2863c/cypcap-0.6.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73baae04093a707cf22d5eb0d98a4cdd0f0b97f89f02f9a84fff4955637f5e36",
                "md5": "5f4358c8b6fd96a011dd3b400a20ed23",
                "sha256": "7d23b9defc126e91a7e1c42be2c6ceb6abc0d57b744e91c4de6f81aa53d1c2b8"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "5f4358c8b6fd96a011dd3b400a20ed23",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 489569,
            "upload_time": "2024-04-17T16:41:53",
            "upload_time_iso_8601": "2024-04-17T16:41:53.878541Z",
            "url": "https://files.pythonhosted.org/packages/73/ba/ae04093a707cf22d5eb0d98a4cdd0f0b97f89f02f9a84fff4955637f5e36/cypcap-0.6.0-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "892043e7a6efa1f06d192a45a02a9529ce4ba9667c16c5278fd9d32aa11f3ddf",
                "md5": "7930a706440158add1da7eaf3291c4a8",
                "sha256": "0cda706160f3ef6442ba7a8c1328b0de5f8a09887764a86e5fafb5821b17e557"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7930a706440158add1da7eaf3291c4a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 1877024,
            "upload_time": "2024-04-17T16:41:58",
            "upload_time_iso_8601": "2024-04-17T16:41:58.641851Z",
            "url": "https://files.pythonhosted.org/packages/89/20/43e7a6efa1f06d192a45a02a9529ce4ba9667c16c5278fd9d32aa11f3ddf/cypcap-0.6.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f9bb844443ebba4bdaff39a72fd4785ce9337afa1d1275d231f3c493dd37e56",
                "md5": "0c4e94d27c7c3eb10087ebd4d59b9b03",
                "sha256": "b568682ba8dca2fcbca752781cf7cf8f4aa93b138f2ed298095016e1de7b8c6b"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0c4e94d27c7c3eb10087ebd4d59b9b03",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 1972664,
            "upload_time": "2024-04-17T16:42:04",
            "upload_time_iso_8601": "2024-04-17T16:42:04.039757Z",
            "url": "https://files.pythonhosted.org/packages/6f/9b/b844443ebba4bdaff39a72fd4785ce9337afa1d1275d231f3c493dd37e56/cypcap-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "332772d94be500c1ade0075ad6e066c44ddb672baa23b49988583eca9c1f15c4",
                "md5": "047eeefbc0643ef13c11929add002cda",
                "sha256": "4e9b8d854a801bf93380d897aefe25450d8e0aa2adbc7d72653966d2cbee2fd7"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "047eeefbc0643ef13c11929add002cda",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 183121,
            "upload_time": "2024-04-17T16:42:05",
            "upload_time_iso_8601": "2024-04-17T16:42:05.930764Z",
            "url": "https://files.pythonhosted.org/packages/33/27/72d94be500c1ade0075ad6e066c44ddb672baa23b49988583eca9c1f15c4/cypcap-0.6.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82cad622bbc0f13dc4e80f3d20f743ba44659c43c581142d27f3fb6a70678e13",
                "md5": "b58d4a364e7409959ca24a2813cbef00",
                "sha256": "0ad83d9cfe365d303365e9326c5ac755a2e7d58958a74febdc6161b829b198dc"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b58d4a364e7409959ca24a2813cbef00",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 210704,
            "upload_time": "2024-04-17T16:42:07",
            "upload_time_iso_8601": "2024-04-17T16:42:07.742748Z",
            "url": "https://files.pythonhosted.org/packages/82/ca/d622bbc0f13dc4e80f3d20f743ba44659c43c581142d27f3fb6a70678e13/cypcap-0.6.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b83fa88d211985bba95c81925907ad7c7a371c0bbc53e092b7642759f720c12",
                "md5": "8bad2aa6f9dd89ff4103f505883a5048",
                "sha256": "b7e3058f49b9168734a2d3850994b934f28bbdc7ee813766be737f2047d6b2ca"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "8bad2aa6f9dd89ff4103f505883a5048",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 1675133,
            "upload_time": "2024-04-17T16:42:12",
            "upload_time_iso_8601": "2024-04-17T16:42:12.558625Z",
            "url": "https://files.pythonhosted.org/packages/1b/83/fa88d211985bba95c81925907ad7c7a371c0bbc53e092b7642759f720c12/cypcap-0.6.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fbf4b26af5fc16bf5525458c557275e867e57bee6858743e006b4ed97c14d85",
                "md5": "34e954a61cff92cb43bc6134a8d01722",
                "sha256": "2e4d3c63a29c60bf00f3b68591b0ecfb17580e6fdeba89c67f891fa112fdfb24"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "34e954a61cff92cb43bc6134a8d01722",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 1754577,
            "upload_time": "2024-04-17T16:42:16",
            "upload_time_iso_8601": "2024-04-17T16:42:16.979544Z",
            "url": "https://files.pythonhosted.org/packages/4f/bf/4b26af5fc16bf5525458c557275e867e57bee6858743e006b4ed97c14d85/cypcap-0.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "597ed7e64ebeebc8200b7070d6a018e9863cf8aa7cd6419d818efb83db7df65c",
                "md5": "daffc279feb2d032b211b2406713eb28",
                "sha256": "b92b0f284dded09a541d5d5da53f354627bdb7d2564dade35403d829827b5541"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "daffc279feb2d032b211b2406713eb28",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 193540,
            "upload_time": "2024-04-17T16:42:19",
            "upload_time_iso_8601": "2024-04-17T16:42:19.667897Z",
            "url": "https://files.pythonhosted.org/packages/59/7e/d7e64ebeebc8200b7070d6a018e9863cf8aa7cd6419d818efb83db7df65c/cypcap-0.6.0-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b7bedb972b33807fe70f05f93d75e2b015ee3522630008bde17541e9ee060df",
                "md5": "4aee8bce53e94b59aa68729c22650536",
                "sha256": "48b8fa81a1d93c252b20eb9c360e9bdb618c70f420295f6cafb92719567a93f9"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4aee8bce53e94b59aa68729c22650536",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 230448,
            "upload_time": "2024-04-17T16:42:21",
            "upload_time_iso_8601": "2024-04-17T16:42:21.210273Z",
            "url": "https://files.pythonhosted.org/packages/4b/7b/edb972b33807fe70f05f93d75e2b015ee3522630008bde17541e9ee060df/cypcap-0.6.0-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d93d9f20bf229eeaa9dda1a2cb8df3a8399e82622fee0ce2ac71192f459c595a",
                "md5": "177afd625dcf47e6a57c6e85550f989f",
                "sha256": "eb3bfdcd46492dc7d95b19149dafa299af3399b8afaa4786cfcbe714b17b793e"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "177afd625dcf47e6a57c6e85550f989f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 1703111,
            "upload_time": "2024-04-17T16:42:25",
            "upload_time_iso_8601": "2024-04-17T16:42:25.499519Z",
            "url": "https://files.pythonhosted.org/packages/d9/3d/9f20bf229eeaa9dda1a2cb8df3a8399e82622fee0ce2ac71192f459c595a/cypcap-0.6.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8c32a6efcf0f3d6e92fd47357e007f2e43308f981fbc4b326d9fd535154d040",
                "md5": "8023b0304ddbac52863b59216a98d3b7",
                "sha256": "4c329db66f549571f1be5f16aebbfb83899b6bec50bf5176b0f40844f0d76db2"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8023b0304ddbac52863b59216a98d3b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 1788716,
            "upload_time": "2024-04-17T16:42:30",
            "upload_time_iso_8601": "2024-04-17T16:42:30.515971Z",
            "url": "https://files.pythonhosted.org/packages/d8/c3/2a6efcf0f3d6e92fd47357e007f2e43308f981fbc4b326d9fd535154d040/cypcap-0.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "816749a4aa9b9a40b988cb884213ed69fd80803def7d1a8294f8954c4ba2b3bb",
                "md5": "4503dd7c78243e1334d7cb523f4ed514",
                "sha256": "a7dc01e7f7036ffaabcc7570d57120e5dc9b820a511dd767171dd6e4b04f1b91"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "4503dd7c78243e1334d7cb523f4ed514",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 182799,
            "upload_time": "2024-04-17T16:42:32",
            "upload_time_iso_8601": "2024-04-17T16:42:32.187887Z",
            "url": "https://files.pythonhosted.org/packages/81/67/49a4aa9b9a40b988cb884213ed69fd80803def7d1a8294f8954c4ba2b3bb/cypcap-0.6.0-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3b1bda5668865886bbc9f5a14f49dbcf6274ca738d45acd520d1725d3f701cc",
                "md5": "4948907e9922ee6dbfa74e2dcc63eca7",
                "sha256": "c7e3cb1ed76818772e7a07790ccc0d9bcb49e28037fb7e14a745d19c9a790fb4"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4948907e9922ee6dbfa74e2dcc63eca7",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 210980,
            "upload_time": "2024-04-17T16:42:33",
            "upload_time_iso_8601": "2024-04-17T16:42:33.777705Z",
            "url": "https://files.pythonhosted.org/packages/c3/b1/bda5668865886bbc9f5a14f49dbcf6274ca738d45acd520d1725d3f701cc/cypcap-0.6.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eef8db8bcccc72fa75f20b47c04968e5abc7b4633c6cd70b8ef2ca8d5a140779",
                "md5": "ea5532b47498f9e09a83ce27f16f8437",
                "sha256": "0b68ca15b8e9fb566cecee37d0be58fcf5cc693a265134bef89dbffcd1dc794f"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "ea5532b47498f9e09a83ce27f16f8437",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 496544,
            "upload_time": "2024-04-17T16:42:36",
            "upload_time_iso_8601": "2024-04-17T16:42:36.548599Z",
            "url": "https://files.pythonhosted.org/packages/ee/f8/db8bcccc72fa75f20b47c04968e5abc7b4633c6cd70b8ef2ca8d5a140779/cypcap-0.6.0-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53b42e9cad01c5bb8756e049cfbfd1d233a66bc0340a8109f2431d511efec4f6",
                "md5": "6bab40ff772fa5fb4b3b03b8bf1c2ac6",
                "sha256": "49d4d579bb8db9282f157304f9ea88d1890fc56c8aeaeef6c5a07dca9283a3b3"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "6bab40ff772fa5fb4b3b03b8bf1c2ac6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 1832795,
            "upload_time": "2024-04-17T16:42:41",
            "upload_time_iso_8601": "2024-04-17T16:42:41.246365Z",
            "url": "https://files.pythonhosted.org/packages/53/b4/2e9cad01c5bb8756e049cfbfd1d233a66bc0340a8109f2431d511efec4f6/cypcap-0.6.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "525c19ea0c9376ecdee01c38f4a2541c45f5c1099442bf5e681500615bccd2fe",
                "md5": "27498a609f103458600bb7e2599c4da0",
                "sha256": "bd8a11a333165c779ad47132154794e55d4f3bcf637e71cff680b576136a8239"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "27498a609f103458600bb7e2599c4da0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 1919090,
            "upload_time": "2024-04-17T16:42:45",
            "upload_time_iso_8601": "2024-04-17T16:42:45.655463Z",
            "url": "https://files.pythonhosted.org/packages/52/5c/19ea0c9376ecdee01c38f4a2541c45f5c1099442bf5e681500615bccd2fe/cypcap-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a9d1d038d141b640766198bb838afa881ce0d980c23e5d6eb01f8c6b5c68f9e",
                "md5": "67a04238db3a415b524c26582131e2da",
                "sha256": "9e798f0cbaa86cf9074a10ba30b0e5b7fb7b73d14c5ca3a089bfbfcd674691ea"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "67a04238db3a415b524c26582131e2da",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 189657,
            "upload_time": "2024-04-17T16:42:47",
            "upload_time_iso_8601": "2024-04-17T16:42:47.506020Z",
            "url": "https://files.pythonhosted.org/packages/1a/9d/1d038d141b640766198bb838afa881ce0d980c23e5d6eb01f8c6b5c68f9e/cypcap-0.6.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "865b94e7098bbe31215a5eeeb60f0f3241c43d204c729dbdec4bb558073db696",
                "md5": "a3cee7ab9fc9be6d798a9c0e4eaa0b9b",
                "sha256": "256b37a3511e5710d75edadc3b069dfec6d7673b7666c9c6019f5654becbfaa6"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a3cee7ab9fc9be6d798a9c0e4eaa0b9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 218047,
            "upload_time": "2024-04-17T16:42:49",
            "upload_time_iso_8601": "2024-04-17T16:42:49.513279Z",
            "url": "https://files.pythonhosted.org/packages/86/5b/94e7098bbe31215a5eeeb60f0f3241c43d204c729dbdec4bb558073db696/cypcap-0.6.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5c86065beb2530751ad9860825ff0029c9b6ac772e7529a7aeae4441ef759ed",
                "md5": "12d891b3924f6d2efc2edc5c17c3ecd0",
                "sha256": "0de40dc5c765e83c087cfed98034ff6fa528f725f76474b81c7cb8762a590996"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "12d891b3924f6d2efc2edc5c17c3ecd0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 499569,
            "upload_time": "2024-04-17T16:42:52",
            "upload_time_iso_8601": "2024-04-17T16:42:52.189587Z",
            "url": "https://files.pythonhosted.org/packages/a5/c8/6065beb2530751ad9860825ff0029c9b6ac772e7529a7aeae4441ef759ed/cypcap-0.6.0-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d213843a73fe0ccf8e33c3911670f14085e979d370e9d6b4c768a6163bc11e7",
                "md5": "36f27834cf4963c4893868c89931eb24",
                "sha256": "d74fd397a4cde3da7e91973c32296a93c9f79bb178e307575a679e17d34da70f"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "36f27834cf4963c4893868c89931eb24",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 1809786,
            "upload_time": "2024-04-17T16:42:56",
            "upload_time_iso_8601": "2024-04-17T16:42:56.263859Z",
            "url": "https://files.pythonhosted.org/packages/3d/21/3843a73fe0ccf8e33c3911670f14085e979d370e9d6b4c768a6163bc11e7/cypcap-0.6.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81d204dceb953d8041605319f69f042141e90e247f6c225a99616732c9dbf967",
                "md5": "9205fbe8c145c492cdea8808b9dc4a21",
                "sha256": "105ac6614dd60001e580065ab98df3e3df519a64e2c2be98ed08e6a13ce936fb"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9205fbe8c145c492cdea8808b9dc4a21",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 1888337,
            "upload_time": "2024-04-17T16:43:01",
            "upload_time_iso_8601": "2024-04-17T16:43:01.230447Z",
            "url": "https://files.pythonhosted.org/packages/81/d2/04dceb953d8041605319f69f042141e90e247f6c225a99616732c9dbf967/cypcap-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4fb1196c940965cf20426e90c1424f3241cb1542a9272560bae1e76d32ad942",
                "md5": "e5d49b06b27c5bd88a0133c019fcf312",
                "sha256": "df2ab084be5205324c3b5d806efa4a62cdcd782ae004e8b1ae0f6e5fc0dd4cfe"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "e5d49b06b27c5bd88a0133c019fcf312",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 187902,
            "upload_time": "2024-04-17T16:43:03",
            "upload_time_iso_8601": "2024-04-17T16:43:03.192671Z",
            "url": "https://files.pythonhosted.org/packages/c4/fb/1196c940965cf20426e90c1424f3241cb1542a9272560bae1e76d32ad942/cypcap-0.6.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7e49b614e15c99856af478be7d40ac7fd8e7e6015b8225b9655b59bd6a95794",
                "md5": "c96ee7d258ca37c460edf264e9515da5",
                "sha256": "192fcfbcc28181bfb8f302feb6d2e017a33655f72d215b1f8a4e9d10e978ff82"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c96ee7d258ca37c460edf264e9515da5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 215838,
            "upload_time": "2024-04-17T16:43:04",
            "upload_time_iso_8601": "2024-04-17T16:43:04.945950Z",
            "url": "https://files.pythonhosted.org/packages/b7/e4/9b614e15c99856af478be7d40ac7fd8e7e6015b8225b9655b59bd6a95794/cypcap-0.6.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "541328506c06091cf0830123d258558a8b7f0655d94a83422ebe76d7db8f50f9",
                "md5": "223f120b95dea5c2d5ee76c2145131a1",
                "sha256": "c0a631906b31ac8b3856eddcf4067e5c22fe25b0091d462ff0fe892a1b3227e1"
            },
            "downloads": -1,
            "filename": "cypcap-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "223f120b95dea5c2d5ee76c2145131a1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 353379,
            "upload_time": "2024-04-17T16:43:06",
            "upload_time_iso_8601": "2024-04-17T16:43:06.962291Z",
            "url": "https://files.pythonhosted.org/packages/54/13/28506c06091cf0830123d258558a8b7f0655d94a83422ebe76d7db8f50f9/cypcap-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 16:43:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "segevfiner",
    "github_project": "cypcap",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "cypcap"
}
        
Elapsed time: 0.22786s