1
0
Fork 0
arangodb/3rdParty/boost/1.71.0/libs/python
Jan Christoph Uhde 8087059f20 upgrade boost to version 1.71.0 (#10299) 2019-10-22 18:46:18 +02:00
..
example upgrade boost to version 1.71.0 (#10299) 2019-10-22 18:46:18 +02:00
meta upgrade boost to version 1.71.0 (#10299) 2019-10-22 18:46:18 +02:00
src upgrade boost to version 1.71.0 (#10299) 2019-10-22 18:46:18 +02:00
test upgrade boost to version 1.71.0 (#10299) 2019-10-22 18:46:18 +02:00
Jamfile upgrade boost to version 1.71.0 (#10299) 2019-10-22 18:46:18 +02:00
LICENSE_1_0.txt upgrade boost to version 1.71.0 (#10299) 2019-10-22 18:46:18 +02:00
README.md upgrade boost to version 1.71.0 (#10299) 2019-10-22 18:46:18 +02:00
fabscript upgrade boost to version 1.71.0 (#10299) 2019-10-22 18:46:18 +02:00
todo.txt upgrade boost to version 1.71.0 (#10299) 2019-10-22 18:46:18 +02:00

README.md

logo

Synopsis

Join the chat at https://gitter.im/boostorg/python

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

Build

Run

faber

to build the library.

Test

Run

faber test.report

to run the tests.

Build docs

Run

faber doc.html

to build the documentation.