/
githubmirror
/
libteam
Обзор
Документация
Войти
/
githubmirror
/
libteam
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.10
binding/python/README
26 строк
541 B
Jiří Župka
Add binding for python
17 окт 2011, 19:05
17 окт 2011, 19:05
f91c186
Код
Авторство
О чём код?
*************************************************************************** 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