Pakiet: python3-cppimport (21.03.07-2)
Odnośniki dla python3-cppimport
Zasoby systemu Trisquel:
- Install using apturl
- Entry at directory.fsf.org
- Raporty o błędach
- Changelog
- Informacje nt. praw autorskich
Pobieranie pakietu źródłowego cppimport:
Opiekun:
Original Maintainers:
- Debian Python Team
- Joshua Peisach
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
cppimport - Import C++ directly from Python! (Python 3)
Sometimes Python just isn't fast enough. Or you have existing code in a C++ library. cppimport combines the process of compiling and importing an extension in Python so that you can type modulename = cppimport.imp("modulename") and not have to worry about multiple steps.
cppimport looks for a C or C++ source file that matches the requested module. If such a file exists, the file is first run through the Mako templating system. The compilation options produced by the Mako pass are then used to compile the file as a Python extension. The extension (shared library) that is produced is placed in the same folder as the C++ source file. Then, the extension is loaded.
Most cppimport users combine it with pybind11, but you can use a range of methods to create your Python extensions. Raw C extensions, Boost.Python, SWIG all work.
Inne pakiety związane z python3-cppimport
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-mako
- fast and lightweight templating for the Python 3 platform
-
- dep: python3-pybind11
- pybind11 helper module for Python 3
Pobieranie python3-cppimport
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 12,4 KiB | 53 KiB | [lista plików] |