| File | Date | Author | Commit |
|---|---|---|---|
| Makefile.am | 2020-10-05 |
|
[126d0c] Fix tipc python API |
| README | 2020-10-14 |
|
[271e0c] python: rename python module pytipc->tipc |
| pylibtipc.c | 2020-10-14 |
|
[271e0c] python: rename python module pytipc->tipc |
| setup.py | 2020-10-14 |
|
[271e0c] python: rename python module pytipc->tipc |
| tipc.py | 2020-10-14 |
|
[271e0c] python: rename python module pytipc->tipc |
(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