Boost
Libraries
arrow_drop_down
Boost.Python
M
D
C++ 03 Added in Boost 1.19.0
Categories:   Inter-language

The Boost Python Library is a framework for interfacing Python and C++. It allows you to quickly and seamlessly expose C++ classes functions and objects to Python, and vice-versa, using no special tools -- just your C++ compiler.

This Release

Dave Abrahams
Author
Stefan Seefeld
Stefan Seefeld
Maintainer
John Kirkham
John Kirkham
Contributor - New
Saliya Hamparawa
Saliya Hamparawa
Contributor - New
Raphael Isemann
Raphael Isemann
Contributor - New
Shreyans Doshi
Shreyans Doshi
Contributor - New
John Zwinck
John Zwinck
Contributor - New

Dependencies

logo

Synopsis

Welcome to Boost.Python, a C++ library which enables seamless interoperability between C++ and the Python programming language. The library includes support for:

  • References and Pointers
  • Globally Registered Type Coercions
  • Automatic Cross-Module Type Conversions
  • Efficient Function Overloading
  • C++ to Python Exception Translation
  • Default Arguments
  • Keyword Arguments
  • Manipulating Python objects in C++
  • Exporting C++ Iterators as Python Iterators
  • Documentation Strings

See the Boost.Python documentation for details.

Hint : Check out the development version of the documentation to see work in progress.

Building Build Status

While Boost.Python is part of the Boost C++ Libraries super-project, and thus can be compiled as part of Boost, it can also be compiled and installed stand-alone, i.e. against a pre-installed Boost package.

Prerequisites

Configure

Simply run

scons config [options]

to prepare a build. See scons -h for a description of the available options. For example

scons config --boost=/path/to/boost --python=/path/to/python

will configure Boost.Python to be built against the two specific versions of Boost and Python.

Build

Run

scons

to build the library.

Test

Run

scons test

to run the tests.

Build docs

Run

scons doc

to build the documentation.

All Time

Dave Abrahams
Dave Abrahams
Contributor
Ralf W. Grosse-Kunstleve
Contributor
Joel de Guzman
Joel de Guzman
Contributor
Bruno da Silva de Oliveira
Contributor
Jim Bosch
Jim Bosch
Contributor
nobody
Contributor
Beman Dawes
Beman Dawes
Contributor
Vladimir Prus
Vladimir Prus
Contributor
Rene Rivera
Rene Rivera
Contributor
Ankit Daftery
Ankit Daftery
Contributor
Daniel James
Daniel James
Contributor
Aleksey Gurtovoy
Contributor
Jonathan Brandmeyer
Contributor
Stephen Kelly
Stephen Kelly
Contributor
Eric Niebler
Eric Niebler
Contributor
Troy D. Straszheim
Troy D. Straszheim
Contributor
John Maddock
John Maddock
Contributor
Gottfried Ganßauge
Contributor
Jürgen Hunold
Jürgen Hunold
Contributor
Douglas Gregor
Douglas Gregor
Contributor
Marshall Clow
Marshall Clow
Contributor
Markus Schöpflin
Contributor
Jim Bosch
Jim Bosch
Contributor
Gennaro Prota
Contributor
Nikolay Mladenov
Nikolay Mladenov
Contributor
Christoph Lassner
Christoph Lassner
Contributor
Jeremiah Willcock
Jeremiah Willcock
Contributor
Steven Watanabe
Steven Watanabe
Contributor
Stefan Slapeta
Contributor
Raoul Gough
Raoul Gough
Contributor
Giuseppe Corbelli
Giuseppe Corbelli
Contributor
Darin Adler
Contributor
Thomas Witt
Thomas Witt
Contributor
Paul Mensonides
Paul Mensonides
Contributor
Victor A. Wagner Jr.
Contributor
Mikhail Matrosov
Mikhail Matrosov
Contributor
Toshiki Teramura
Toshiki Teramura
Contributor
Ilya Kolpakov
Ilya Kolpakov
Contributor
Michael A. Jackson
Michael A. Jackson
Contributor
vmurashev
vmurashev
Contributor
Wei-Ming Yang
Wei-Ming Yang
Contributor
Tadeu Manoel
Tadeu Manoel
Contributor
Neal D. Becker
Neal D. Becker
Contributor
Ullrich Köthe
Contributor
uid30600
Contributor
Andrey Semashev
Andrey Semashev
Contributor
Jason Newton
Jason Newton
Contributor
WKarel
WKarel
Contributor
Guillaume Dumont
Guillaume Dumont
Contributor
Edward Diener
Edward Diener
Contributor
Daniel Wallin
Contributor
per
per
Contributor
Per
Per
Contributor
Jonas Hoersch
Jonas Hoersch
Contributor
Philip Miller
Philip Miller
Contributor
Aaron Wishnick
Contributor
barnabyrobson
barnabyrobson
Contributor
al3xst
al3xst
Contributor
SPKorhonen
SPKorhonen
Contributor
Peter Dimov
Peter Dimov
Contributor
Thomas Kent
Thomas Kent
Contributor
David Hawkes
Contributor
Jim Douglas
Jim Douglas
Contributor
Jonathan Wakely
Jonathan Wakely
Contributor
Kohei Takahashi
Kohei Takahashi
Contributor
Brett Calcott
Brett Calcott
Contributor
Axel Huebl
Axel Huebl
Contributor
David Siegel
David Siegel
Contributor
Peter Martini
Peter Martini
Contributor
Thomas Trummer
Thomas Trummer
Contributor
Hartmut Kaiser
Hartmut Kaiser
Contributor
vslashg
vslashg
Contributor
Chris Nixon
Chris Nixon
Contributor