libraries.json 469 B

1234567891011121314
  1. {
  2. "key": "python",
  3. "name": "Python",
  4. "authors": [
  5. "Dave Abrahams"
  6. ],
  7. "description": "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.",
  8. "category": [
  9. "Inter-language"
  10. ],
  11. "maintainers": [
  12. "Stefan Seefeld <stefan -at- seefeld.name>"
  13. ]
  14. }