python.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <html>
  2. <!--
  3. Copyright (c) 2005 Trustees of Indiana University
  4. Distributed under the Boost Software License, Version 1.0.
  5. (See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. -->
  8. <head>
  9. <title>Boost Graph Library: Python Bindings (Experimental)</title>
  10. <script language="JavaScript" type="text/JavaScript">
  11. <!--
  12. function address(host, user) {
  13. var atchar = '@';
  14. var thingy = user+atchar+host;
  15. thingy = '<a hre' + 'f=' + "mai" + "lto:" + thingy + '>' + user+atchar+host + '</a>';
  16. document.write(thingy);
  17. }
  18. //-->
  19. </script>
  20. </head>
  21. <body BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b"
  22. ALINK="#ff0000">
  23. <img SRC="../../../boost.png"
  24. ALT="C++ Boost" width="277" height="86">
  25. <h1><img src="figs/python.gif" alt="(Python)"/>Boost Graph Library: Python Bindings (<b>Experimental</b>)</h1>
  26. <p>The Boost Graph Library offers a wealth of graph algorithms and
  27. data types for C++. These algorithms are flexible and efficient,
  28. but the mechanisms employed to achieve this goal can result in
  29. long compile times that slow the development cycle.</p>
  30. <p>The Python bindings are build using the <a
  31. href="../../python/doc/index.html">Boost.Python</a> library. The bindings are
  32. meant to strike a balance of usability, flexibility, and
  33. efficiency, making it possible to rapidly develop useful systems
  34. using the BGL in Python.</p>
  35. <p>The Python bindings for the BGL are now part of a <a
  36. href="https://web.archive.org/web/20121030074643/http://www.osl.iu.edu:80/~dgregor/bgl-python/">separate
  37. project</a>. They are no longer available within the Boost
  38. tree.</p>
  39. <HR>
  40. <TABLE>
  41. <TR valign=top>
  42. <TD nowrap>Copyright &copy; 2005</TD><TD>
  43. <A HREF="http://www.boost.org/people/doug_gregor.html">Doug Gregor</A>, Indiana University (<script language="Javascript">address("cs.indiana.edu", "dgregor")</script>)<br>
  44. <A HREF="https://homes.cs.washington.edu/~al75">Andrew Lumsdaine</A>,
  45. Indiana University (<script language="Javascript">address("osl.iu.edu", "lums")</script>)
  46. </TD></TR></TABLE>
  47. </body>
  48. </html>