File: README.txt

package info (click to toggle)
regina-normal 7.4.1-1.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 154,244 kB
  • sloc: cpp: 295,026; xml: 9,992; sh: 1,344; python: 1,225; perl: 616; ansic: 138; makefile: 26
file content (10 lines) | stat: -rw-r--r-- 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Regina Python Interface Directory
---------------------------------

This directory tree contains the sources for the calculation engine
Python bindings, which are built into the Python module "regina".

Like the calculation engine itself, these sources are written in C++.
They use the pybind11 header-only library, which is shipped with Regina
in the subdirectories regina/pybind11_v2/ (for use with Python ≤ 3.11)
and regina/pybind11_v3/ (for use with Python ≥ 3.12).