{"id":19709428,"url":"https://github.com/nightlark/swig-pypi","last_synced_at":"2025-10-05T17:15:23.605Z","repository":{"id":37956076,"uuid":"270124121","full_name":"nightlark/swig-pypi","owner":"nightlark","description":"pip install swig. SWIG Python wheel for PyPI.","archived":false,"fork":false,"pushed_at":"2025-08-26T17:02:38.000Z","size":213,"stargazers_count":21,"open_issues_count":8,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-08T13:13:27.469Z","etag":null,"topics":["cmake","hacktoberfest","pip","pypi","pypi-package","python","swig"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nightlark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-06-06T22:38:49.000Z","updated_at":"2025-08-26T17:41:26.000Z","dependencies_parsed_at":"2024-01-09T20:31:50.245Z","dependency_job_id":"827cbff8-4046-4107-81e4-1c2704737d90","html_url":"https://github.com/nightlark/swig-pypi","commit_stats":{"total_commits":113,"total_committers":8,"mean_commits":14.125,"dds":0.5752212389380531,"last_synced_commit":"3089be12823ea5cb168b5b6db2ffe23b69dc18c1"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/nightlark/swig-pypi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nightlark%2Fswig-pypi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nightlark%2Fswig-pypi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nightlark%2Fswig-pypi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nightlark%2Fswig-pypi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nightlark","download_url":"https://codeload.github.com/nightlark/swig-pypi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nightlark%2Fswig-pypi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278486308,"owners_count":25994945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmake","hacktoberfest","pip","pypi","pypi-package","python","swig"],"created_at":"2024-11-11T21:47:29.160Z","updated_at":"2025-10-05T17:15:23.566Z","avatar_url":"https://github.com/nightlark.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"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 \u003cargs\u003e` 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnightlark%2Fswig-pypi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnightlark%2Fswig-pypi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnightlark%2Fswig-pypi/lists"}