Metadata-Version: 2.1
Name: swig
Version: 3.0.7
Summary: SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
Home-page: http://www.swig.org/
Download-URL: http://www.swig.org/download.html
License: https://github.com/swig/swig/blob/master/LICENSE
Project-URL: Source Code, https://github.com/nightlark/swig-pypi
Project-URL: Bug Tracker, https://github.com/nightlark/swig-pypi/issues
Keywords: swig build c c++
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE-GPL
License-File: LICENSE-SWIG
License-File: LICENSE-UNIVERSITIES

SWIG PyPI
=========

A SWIG package on PyPI, enabling `pip install swig`. Binary wheels for Windows, macOS and Linux running on x86_64.

[SWIG PyPI 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:

```
pip install swig
```

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

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/)
