File: README

package info (click to toggle)
libteam 1.31-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,344 kB
  • sloc: ansic: 17,494; sh: 1,242; python: 613; makefile: 102
file content (27 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

***************************************************************************

NOTE: The python wrapper is experimental and may or may not work.

***************************************************************************

Install python package.
 cd binding/python
 python ./setup.py build
 python ./setup.py install

Expand binding:
 For access:

 import team
 team.something

 is necesarry change binding/python/team/__init__.py

 For access:

 import team.core like team

 team.something

 is necesarry change binding/python/team/core.py