Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.8%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
pip install swig. SWIG Python wheel for PyPI.
Basic Info
Statistics
- Stars: 21
- Watchers: 3
- Forks: 6
- Open Issues: 8
- Releases: 1
Topics
Metadata Files
README.md
SWIG Python Distributions
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 License: GPL-3.0-or-later with portions under LICENSE-UNIVERSITIES (see 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. 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 with portions under the file LICENSE-UNIVERSITIES. For more information about SWIG, visit http://www.swig.org
Owner
- Name: Ryan Mast
- Login: nightlark
- Kind: user
- Location: California
- Twitter: rmast
- Repositories: 135
- Profile: https://github.com/nightlark
GitHub Events
Total
- Issues event: 8
- Watch event: 5
- Delete event: 16
- Issue comment event: 21
- Push event: 22
- Pull request review comment event: 2
- Pull request review event: 16
- Pull request event: 42
- Create event: 19
Last Year
- Issues event: 8
- Watch event: 5
- Delete event: 16
- Issue comment event: 21
- Push event: 22
- Pull request review comment event: 2
- Pull request review event: 16
- Pull request event: 42
- Create event: 19
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ryan Mast | m****n@g****m | 97 |
| dependabot[bot] | 4****] | 49 |
| pre-commit-ci[bot] | 6****] | 43 |
| github-actions[bot] | 4****] | 5 |
| Rishabh B | 5****y | 3 |
| Matthieu Darbois | m****t | 2 |
| Julien Schueller | s****r@p****m | 2 |
| Henry Schreiner | H****I@g****m | 1 |
| Frank Schmitt | f****k@q****e | 1 |
| Dan Padilha | d****d | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 35
- Total pull requests: 148
- Average time to close issues: 5 months
- Average time to close pull requests: 6 days
- Total issue authors: 10
- Total pull request authors: 10
- Average comments per issue: 2.4
- Average comments per pull request: 0.32
- Merged pull requests: 127
- Bot issues: 1
- Bot pull requests: 117
Past Year
- Issues: 6
- Pull requests: 41
- Average time to close issues: about 8 hours
- Average time to close pull requests: 7 days
- Issue authors: 3
- Pull request authors: 6
- Average comments per issue: 0.67
- Average comments per pull request: 0.32
- Merged pull requests: 28
- Bot issues: 1
- Bot pull requests: 31
Top Authors
Issue Authors
- nightlark (25)
- jschueller (2)
- stefan6419846 (1)
- henryiii (1)
- ChaselChiu (1)
- vint7k (1)
- jameshilliard (1)
- julian-smith-artifex-com (1)
- esaaprillia (1)
Pull Request Authors
- dependabot[bot] (78)
- pre-commit-ci[bot] (55)
- nightlark (17)
- github-actions[bot] (10)
- mayeut (6)
- jschueller (5)
- rbSparky (3)
- henryiii (2)
- dpad (2)
- frankschmitt (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 2,020,138 last-month
- Total docker downloads: 432,459
- Total dependent packages: 36
- Total dependent repositories: 322
- Total versions: 19
- Total maintainers: 1
pypi.org: swig
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
- Homepage: https://swig.org/
- Documentation: https://swig.readthedocs.io/
- License: https://github.com/swig/swig/blob/master/LICENSE
-
Latest release: 4.3.1
published 10 months ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v3 composite
- actions/download-artifact v3 composite
- actions/upload-artifact v3 composite
- docker/setup-qemu-action v2.1.0 composite
- msys2/setup-msys2 v2 composite
- pypa/cibuildwheel v2.12.0 composite
- actions/checkout v3 composite
- peter-evans/create-pull-request v4 composite