swig


Nameswig JSON
Version 4.2.0.post0 PyPI version JSON
download
home_page
SummarySWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
upload_time2024-02-19 08:07:51
maintainer
docs_urlNone
author
requires_python
licensehttps://github.com/swig/swig/blob/master/LICENSE
keywords swig build c c++
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            SWIG Python Distributions
=========================

[![PyPI](https://img.shields.io/pypi/v/swig.svg)](https://pypi.org/project/swig)

A project that packages SWIG as a Python package, enabling `swig` to be installed from PyPI:

```sh
pip install swig
```

or used as part of `build-system.requires` in a pyproject.toml file:

```toml
[build-system]
requires = ["swig"]
```

PyPI package versions will follow the `major.minor.patch` version numbers of SWIG releases.

Binary wheels for Windows, macOS, and Linux for most CPU architectures supported on PyPI are provided. ARM wheels for Raspberry Pi available at https://www.piwheels.org/project/swig/.

[SWIG PyPI Package Homepage](https://github.com/nightlark/swig-pypi)

[SWIG Homepage](http://www.swig.org/)

[SWIG Source Code](https://github.com/swig/swig/)

[SWIG License](https://github.com/swig/swig/blob/master/LICENSE): GPL-3.0-or-later with portions under [LICENSE-UNIVERSITIES](https://github.com/nightlark/swig-pypi/blob/main/LICENSE-UNIVERSITIES) (see [LICENSE-SWIG](https://github.com/nightlark/swig-pypi/blob/main/LICENSE-SWIG) for details)

Installing SWIG
===============

SWIG can be installed by pip with:

```sh
pip install swig
```

or:

```sh
python -m pip install swig
```

Building from the source dist package requires internet access in order to download a copy of the SWIG source code.

Using with pipx
===============

Using `pipx run swig <args>` will run SWIG without any install step, as long as the machine has pipx installed (which includes GitHub Actions runners).

Using with pyproject.toml
=========================

SWIG can be added to the `build-system.requires` key in a pyproject.toml file for building Python extensions that use SWIG to generate bindings.

```toml
[build-system]
requires = ["swig"]
```

License
=======

The code for this project is covered by the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). Source distributions do not include a copy of the SWIG source code or binaries. Binary wheels are covered by the SWIG license (GPLv3), due to their inclusion of a compiled SWIG binary and library files.

SWIG is distributed under the [GNU General Public License v3 or later](https://github.com/swig/swig/blob/master/LICENSE) with portions under the file [LICENSE-UNIVERSITIES](https://github.com/swig/swig/blob/master/LICENSE-UNIVERSITIES). For more information about SWIG, visit [http://www.swig.org](http://www.swig.org/)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "swig",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "swig,build,c,c++",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/6b/64/8d9b8f6fc1ac4f3877317460be8635144e9e26420526dbeaaa6f96f2cf1d/swig-4.2.0.post0.tar.gz",
    "platform": null,
    "description": "SWIG Python Distributions\n=========================\n\n[![PyPI](https://img.shields.io/pypi/v/swig.svg)](https://pypi.org/project/swig)\n\nA project that packages SWIG as a Python package, enabling `swig` to be installed from PyPI:\n\n```sh\npip install swig\n```\n\nor used as part of `build-system.requires` in a pyproject.toml file:\n\n```toml\n[build-system]\nrequires = [\"swig\"]\n```\n\nPyPI package versions will follow the `major.minor.patch` version numbers of SWIG releases.\n\nBinary wheels for Windows, macOS, and Linux for most CPU architectures supported on PyPI are provided. ARM wheels for Raspberry Pi available at https://www.piwheels.org/project/swig/.\n\n[SWIG PyPI Package Homepage](https://github.com/nightlark/swig-pypi)\n\n[SWIG Homepage](http://www.swig.org/)\n\n[SWIG Source Code](https://github.com/swig/swig/)\n\n[SWIG License](https://github.com/swig/swig/blob/master/LICENSE): GPL-3.0-or-later with portions under [LICENSE-UNIVERSITIES](https://github.com/nightlark/swig-pypi/blob/main/LICENSE-UNIVERSITIES) (see [LICENSE-SWIG](https://github.com/nightlark/swig-pypi/blob/main/LICENSE-SWIG) for details)\n\nInstalling SWIG\n===============\n\nSWIG can be installed by pip with:\n\n```sh\npip install swig\n```\n\nor:\n\n```sh\npython -m pip install swig\n```\n\nBuilding from the source dist package requires internet access in order to download a copy of the SWIG source code.\n\nUsing with pipx\n===============\n\nUsing `pipx run swig <args>` will run SWIG without any install step, as long as the machine has pipx installed (which includes GitHub Actions runners).\n\nUsing with pyproject.toml\n=========================\n\nSWIG can be added to the `build-system.requires` key in a pyproject.toml file for building Python extensions that use SWIG to generate bindings.\n\n```toml\n[build-system]\nrequires = [\"swig\"]\n```\n\nLicense\n=======\n\nThe code for this project is covered by the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). Source distributions do not include a copy of the SWIG source code or binaries. Binary wheels are covered by the SWIG license (GPLv3), due to their inclusion of a compiled SWIG binary and library files.\n\nSWIG is distributed under the [GNU General Public License v3 or later](https://github.com/swig/swig/blob/master/LICENSE) with portions under the file [LICENSE-UNIVERSITIES](https://github.com/swig/swig/blob/master/LICENSE-UNIVERSITIES). For more information about SWIG, visit [http://www.swig.org](http://www.swig.org/)\n",
    "bugtrack_url": null,
    "license": "https://github.com/swig/swig/blob/master/LICENSE",
    "summary": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.",
    "version": "4.2.0.post0",
    "project_urls": {
        "Bug Tracker": "https://github.com/nightlark/swig-pypi/issues",
        "Download": "https://swig.org/download.html",
        "Homepage": "https://swig.org/",
        "Source Code": "https://github.com/nightlark/swig-pypi"
    },
    "split_keywords": [
        "swig",
        "build",
        "c",
        "c++"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e01665ec529f68051e440bba68b47c99af8e40e459d8aeb73caa0d9c048ed9e",
                "md5": "a15bc315bd773d782cc69c9a35a0fb0f",
                "sha256": "9be3c8de9f0e689934652b222bb2ece8d9b6df1f0d0691ba0882d99a5ec4bcda"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0-py2.py3-none-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "a15bc315bd773d782cc69c9a35a0fb0f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 2584581,
            "upload_time": "2024-02-19T08:07:25",
            "upload_time_iso_8601": "2024-02-19T08:07:25.035746Z",
            "url": "https://files.pythonhosted.org/packages/9e/01/665ec529f68051e440bba68b47c99af8e40e459d8aeb73caa0d9c048ed9e/swig-4.2.0.post0-py2.py3-none-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e227317cd899cd07c8453229a4188b720439c1cc964a36f206ec2aa42a8f5639",
                "md5": "95d96170852375e68f9be52ae9a0bd3b",
                "sha256": "4d17dfe04331d166c6f0859eccc52f3986824f5562571e3efbd2734e80eed115"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0-py2.py3-none-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "95d96170852375e68f9be52ae9a0bd3b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 1787654,
            "upload_time": "2024-02-19T08:07:27",
            "upload_time_iso_8601": "2024-02-19T08:07:27.167663Z",
            "url": "https://files.pythonhosted.org/packages/e2/27/317cd899cd07c8453229a4188b720439c1cc964a36f206ec2aa42a8f5639/swig-4.2.0.post0-py2.py3-none-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "282280d2d4f24ca3ceedb36d9489d25a14a31c3b3c77c38d4c2122246e98f34f",
                "md5": "346766ade142987a9d5f71a788567fa7",
                "sha256": "ccec84b382f2711625404e84ef25991cea548e48b1346903197ce1f16c22783c"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0-py2.py3-none-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "346766ade142987a9d5f71a788567fa7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 1739197,
            "upload_time": "2024-02-19T08:07:28",
            "upload_time_iso_8601": "2024-02-19T08:07:28.895360Z",
            "url": "https://files.pythonhosted.org/packages/28/22/80d2d4f24ca3ceedb36d9489d25a14a31c3b3c77c38d4c2122246e98f34f/swig-4.2.0.post0-py2.py3-none-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbf82951e96ab593061f55322005154c102e8dd4edfce56d8ba79c692d323191",
                "md5": "449031cd79f71eb94840fc2ca99c5c10",
                "sha256": "7f2d412ea6641973e494e6ef806c3fcc77ba7325d60a43c94a89e66336c7d57f"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0-py2.py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "449031cd79f71eb94840fc2ca99c5c10",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 1912649,
            "upload_time": "2024-02-19T08:07:30",
            "upload_time_iso_8601": "2024-02-19T08:07:30.631672Z",
            "url": "https://files.pythonhosted.org/packages/bb/f8/2951e96ab593061f55322005154c102e8dd4edfce56d8ba79c692d323191/swig-4.2.0.post0-py2.py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aad67d1b257b6c7558ba1cbc4350277d3b32848007a36559a438a0be44f2866f",
                "md5": "8984a85901491ace537b21c4d8dfc680",
                "sha256": "e5048bb91a2dd15531bdb98fed4a83a229158fef440be8f94239599219b15136"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0-py2.py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8984a85901491ace537b21c4d8dfc680",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 2047862,
            "upload_time": "2024-02-19T08:07:32",
            "upload_time_iso_8601": "2024-02-19T08:07:32.421032Z",
            "url": "https://files.pythonhosted.org/packages/aa/d6/7d1b257b6c7558ba1cbc4350277d3b32848007a36559a438a0be44f2866f/swig-4.2.0.post0-py2.py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a940a4fa43fceeb04bdbd5b50e51d5a03e3ccc734ec1b77e2628d80c0c72195",
                "md5": "ec8fc3974b025c2ba02a046d0158801c",
                "sha256": "f397dc4d29b7f74c614042ac99dfc9aadea2571ad2720bfe1c12b1791066364e"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0-py2.py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "ec8fc3974b025c2ba02a046d0158801c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 1903884,
            "upload_time": "2024-02-19T08:07:34",
            "upload_time_iso_8601": "2024-02-19T08:07:34.185561Z",
            "url": "https://files.pythonhosted.org/packages/6a/94/0a4fa43fceeb04bdbd5b50e51d5a03e3ccc734ec1b77e2628d80c0c72195/swig-4.2.0.post0-py2.py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64e0158dbf04a1465414ab9d76c7826f896ad3295b023280e089c3ee98b6e077",
                "md5": "3591b80b06896e28142a8e68a25c4ee2",
                "sha256": "e1bfb41a09ecf925dd88d34ab8a41d5eebc065e52e259a900474670d7fd3adc2"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0-py2.py3-none-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "3591b80b06896e28142a8e68a25c4ee2",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 1838154,
            "upload_time": "2024-02-19T08:07:35",
            "upload_time_iso_8601": "2024-02-19T08:07:35.877689Z",
            "url": "https://files.pythonhosted.org/packages/64/e0/158dbf04a1465414ab9d76c7826f896ad3295b023280e089c3ee98b6e077/swig-4.2.0.post0-py2.py3-none-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5e71103934e9451c1b39cecb04263e286f7c5efa6725f9bb01fd4e7efce7bf7",
                "md5": "85f3be77e97db3b882b170d323cfe84d",
                "sha256": "3ae1b2e8d1b6e0f4fadea54878d71b6ec7907816651ef6dfecb05862942e93f6"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "85f3be77e97db3b882b170d323cfe84d",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 1852271,
            "upload_time": "2024-02-19T08:07:37",
            "upload_time_iso_8601": "2024-02-19T08:07:37.607014Z",
            "url": "https://files.pythonhosted.org/packages/c5/e7/1103934e9451c1b39cecb04263e286f7c5efa6725f9bb01fd4e7efce7bf7/swig-4.2.0.post0-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83e23da7068b6ef65eaaeed9e7fe595af72c0b64aaade925d83b08c5b1248d5c",
                "md5": "68f3d9a0da9172ca180ee2b4f85e0a4f",
                "sha256": "66ab65da61da3408d623f84cfc0992d11266354e0814130174f03d148fa5c1e1"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0-py2.py3-none-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "68f3d9a0da9172ca180ee2b4f85e0a4f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 2458443,
            "upload_time": "2024-02-19T08:07:39",
            "upload_time_iso_8601": "2024-02-19T08:07:39.415737Z",
            "url": "https://files.pythonhosted.org/packages/83/e2/3da7068b6ef65eaaeed9e7fe595af72c0b64aaade925d83b08c5b1248d5c/swig-4.2.0.post0-py2.py3-none-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e4ae9b9669aa331ea9c9b9b0f097214783650cc3add3552c6f0bc8e35f914f5",
                "md5": "2a6e131abc902ce92934b45fc68cdc72",
                "sha256": "9151b2603a7a065103a91c51c8720b1081c39626b299ff691e4f93dd93bbefb9"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0-py2.py3-none-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "2a6e131abc902ce92934b45fc68cdc72",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 2662040,
            "upload_time": "2024-02-19T08:07:40",
            "upload_time_iso_8601": "2024-02-19T08:07:40.850141Z",
            "url": "https://files.pythonhosted.org/packages/0e/4a/e9b9669aa331ea9c9b9b0f097214783650cc3add3552c6f0bc8e35f914f5/swig-4.2.0.post0-py2.py3-none-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79292143dae0ee119761509ea71bb52b9af3bc80e23c2ef65dbcb8390cb313aa",
                "md5": "29c06acf75f668858db6531b5ae96b87",
                "sha256": "4c9586cc0720d2e8f9c63a608e208d372578e0e17febe1143d465452e18dd6d0"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0-py2.py3-none-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "29c06acf75f668858db6531b5ae96b87",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 2634973,
            "upload_time": "2024-02-19T08:07:43",
            "upload_time_iso_8601": "2024-02-19T08:07:43.634558Z",
            "url": "https://files.pythonhosted.org/packages/79/29/2143dae0ee119761509ea71bb52b9af3bc80e23c2ef65dbcb8390cb313aa/swig-4.2.0.post0-py2.py3-none-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05a46202bbedc7d0fa5f560e1c6333d9275925c80060e075763972ad63f739e5",
                "md5": "1e31a711abccb1e8fb37a3662a909210",
                "sha256": "7c40e63ed19248ffc84459acab3fd4b61b755e0eda4dcbbdcfea80a9718c73c8"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0-py2.py3-none-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "1e31a711abccb1e8fb37a3662a909210",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 2500700,
            "upload_time": "2024-02-19T08:07:45",
            "upload_time_iso_8601": "2024-02-19T08:07:45.413883Z",
            "url": "https://files.pythonhosted.org/packages/05/a4/6202bbedc7d0fa5f560e1c6333d9275925c80060e075763972ad63f739e5/swig-4.2.0.post0-py2.py3-none-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36295c7ecdd308164ff8fbd85fb433156b9661b30e26854bb462c30bdd464d8b",
                "md5": "99463765a91bc313138b2a87f20bb389",
                "sha256": "519504bbed90fb27f5b854f944f208de74e98e3e71a3a40a228e78a9b025af3a"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0-py2.py3-none-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "99463765a91bc313138b2a87f20bb389",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 2501653,
            "upload_time": "2024-02-19T08:07:46",
            "upload_time_iso_8601": "2024-02-19T08:07:46.860785Z",
            "url": "https://files.pythonhosted.org/packages/36/29/5c7ecdd308164ff8fbd85fb433156b9661b30e26854bb462c30bdd464d8b/swig-4.2.0.post0-py2.py3-none-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebafabf8304e6de9c302540d3b66b37c3c2f6120fd8b899d83ebbdb3a3c7e03c",
                "md5": "d2b48a1b5be2387ff81cef58aac1a2ef",
                "sha256": "ac8b4c944d940514e46f956005842949bcda15d593187c49116942ff41804fca"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0-py2.py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "d2b48a1b5be2387ff81cef58aac1a2ef",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 2549683,
            "upload_time": "2024-02-19T08:07:48",
            "upload_time_iso_8601": "2024-02-19T08:07:48.535473Z",
            "url": "https://files.pythonhosted.org/packages/eb/af/abf8304e6de9c302540d3b66b37c3c2f6120fd8b899d83ebbdb3a3c7e03c/swig-4.2.0.post0-py2.py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78af56dd3d377d714372cf912f39294c92b748d284326e8bd5b585d08e310c97",
                "md5": "79d9becefd82b78fab69d226dfe70ed8",
                "sha256": "aa442f154a4af21bcde04a756d4ceb95d6edd223e1eb0b847be78b7e3b75b454"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0-py2.py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "79d9becefd82b78fab69d226dfe70ed8",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 2549689,
            "upload_time": "2024-02-19T08:07:50",
            "upload_time_iso_8601": "2024-02-19T08:07:50.376606Z",
            "url": "https://files.pythonhosted.org/packages/78/af/56dd3d377d714372cf912f39294c92b748d284326e8bd5b585d08e310c97/swig-4.2.0.post0-py2.py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b648d9b8f6fc1ac4f3877317460be8635144e9e26420526dbeaaa6f96f2cf1d",
                "md5": "4b369e9247e25f375b4003f3e028e8da",
                "sha256": "615a9f13d2849650aeddc9cd149df1ddff6a58fe1d1e56f36f98b8672aa1e3c6"
            },
            "downloads": -1,
            "filename": "swig-4.2.0.post0.tar.gz",
            "has_sig": false,
            "md5_digest": "4b369e9247e25f375b4003f3e028e8da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 27346,
            "upload_time": "2024-02-19T08:07:51",
            "upload_time_iso_8601": "2024-02-19T08:07:51.838739Z",
            "url": "https://files.pythonhosted.org/packages/6b/64/8d9b8f6fc1ac4f3877317460be8635144e9e26420526dbeaaa6f96f2cf1d/swig-4.2.0.post0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 08:07:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nightlark",
    "github_project": "swig-pypi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "swig"
}
        
Elapsed time: 0.18794s