Menu

Tree [103c97] master / pytipc /
 History

HTTPS access


File Date Author Commit
 Makefile.am 2020-10-05 Hoang Huu Le Hoang Huu Le [126d0c] Fix tipc python API
 README 2020-10-14 Hoang Huu Le Hoang Huu Le [271e0c] python: rename python module pytipc->tipc
 pylibtipc.c 2020-10-14 Hoang Huu Le Hoang Huu Le [271e0c] python: rename python module pytipc->tipc
 setup.py 2020-10-14 Hoang Huu Le Hoang Huu Le [271e0c] python: rename python module pytipc->tipc
 tipc.py 2020-10-14 Hoang Huu Le Hoang Huu Le [271e0c] python: rename python module pytipc->tipc

Read Me

(The python basic usage):
------------------------------
virtualenv <DIR>
source <DIR>/bin/activate
------------------------------

1. Create pylibtipc module:
$ ./bootstrap
$ ./configure --with-py
$ make

2. Install pytipc by pip command:
$ cd pytipc
$ pip install dist/pytipc-<version>-{python tag}-{abi tag}-{platform tag}.whl
Or
$ python -m easy_install dist/pytipc-<version>-{python tag}-{abi tag}-{platform tag}.whl

Those examples that use pytipc module is located in demos/pytipc