AutoWIG

所属分类:C/C++基础
开发工具:Python
文件大小:122KB
下载次数:0
上传日期:2020-03-18 17:16:31
上 传 者sh-1993
说明:  自动包装器和接口生成器
(Automatic Wrapper and Interface Generator)

文件列表:
.travis.yml (10, 2020-03-19)
LICENSE (11357, 2020-03-19)
NOTICE (985, 2020-03-19)
appveyor.yml (2341, 2020-03-19)
doc (0, 2020-03-19)
doc\Makefile (7069, 2020-03-19)
doc\api.rst (1946, 2020-03-19)
doc\cfg.py (1871, 2020-03-19)
doc\conf.py (10694, 2020-03-19)
doc\contributing.rst (1795, 2020-03-19)
doc\environment.yml (1898, 2020-03-19)
doc\faq (0, 2020-03-19)
doc\faq\index.rst (1817, 2020-03-19)
doc\index.rst (3450, 2020-03-19)
doc\install (0, 2020-03-19)
doc\install\anaconda.rst (2897, 2020-03-19)
doc\install\docker.rst (3443, 2020-03-19)
doc\install\source.rst (2555, 2020-03-19)
doc\make.bat (8372, 2020-03-19)
doc\references.bib (12436, 2020-03-19)
doc\thumbnails (0, 2020-03-19)
doc\thumbnails\EuroSciPy2017a.jpg (1825, 2020-03-19)
doc\thumbnails\EuroSciPy2017b.jpg (3298, 2020-03-19)
doc\thumbnails\arXiv2017.jpg (2797, 2020-03-19)
doc\user_guide.rst (5774, 2020-03-19)
doc\zreferences.rst (1729, 2020-03-19)
etc (0, 2020-03-19)
etc\conda (0, 2020-03-19)
etc\conda\autowig-toolchain (0, 2020-03-19)
etc\conda\autowig-toolchain\activate.bat (0, 2020-03-19)
etc\conda\autowig-toolchain\activate.sh (1709, 2020-03-19)
etc\conda\autowig-toolchain\bld.bat (2082, 2020-03-19)
etc\conda\autowig-toolchain\build.sh (1949, 2020-03-19)
etc\conda\autowig-toolchain\deactivate.bat (0, 2020-03-19)
etc\conda\autowig-toolchain\deactivate.sh (1703, 2020-03-19)
etc\conda\autowig-toolchain\meta.yaml (2804, 2020-03-19)
etc\conda\python-autowig (0, 2020-03-19)
... ...

.. Copyright [2017-2018] UMR MISTEA INRA, UMR LEPSE INRA, .. .. UMR AGAP CIRAD, EPI Virtual Plants Inria .. .. Copyright [2015-2016] UMR AGAP CIRAD, EPI Virtual Plants Inria .. .. .. .. This file is part of the AutoWIG project. More information can be .. .. found at .. .. .. .. http://autowig.rtfd.io .. .. .. .. The Apache Software Foundation (ASF) licenses this file to you under .. .. the Apache License, Version 2.0 (the "License"); you may not use this .. .. file except in compliance with the License. You should have received .. .. a copy of the Apache License, Version 2.0 along with this file; see .. .. the file LICENSE. If not, you may obtain a copy of the License at .. .. .. .. http://www.apache.org/licenses/LICENSE-2.0 .. .. .. .. Unless required by applicable law or agreed to in writing, software .. .. distributed under the License is distributed on an "AS IS" BASIS, .. .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or .. .. mplied. See the License for the specific language governing .. .. permissions and limitations under the License. .. **AutoWIG**: Automatic Wrapper and Interface Generator ###################################################### High-level programming languages, such as *Python* and *R*, are popular among scientists. They are concise, readable, lead to rapid development cycles, but suffer from performance drawback compared to compiled language. However, these languages allow to interface *C*, *C++* and *Fortran* code. In this way, most of the scientific packages incorporate compiled scientific libraries to both speed up the code and reuse legacy libraries. While several semi-automatic solutions and tools exist to wrap these compiled libraries, the process of wrapping a large library is cumbersome and time consuming. **AutoWIG** is a *Python* library that wraps automatically compiled libraries into high-level languages. Our approach consists in parsing *C++* code using the **LLVM**/**Clang** technologies and generating the wrappers using the **Mako** templating engine. Our approach is automatic, extensible, and applies to very complex *C++* libraries, composed of thousands of classes or incorporating modern meta-programming constructs. Citation ======== If you use AutoWIG in a scientific publication, we would appreciate citations: Fernique P, Pradal C. (2018) AutoWIG: automatic generation of python bindings for C++ libraries. PeerJ Computer Science 4:e149 https://doi.org/10.7717/peerj-cs.149 Examples ========= Examples written in the article are available a dedicated `repository `_

近期下载者

相关文件


收藏者