https://github.com/na-trium-144/webcface-python
WebCFace client for python
https://github.com/na-trium-144/webcface-python
python rpc
Last synced: about 1 year ago
JSON representation
WebCFace client for python
- Host: GitHub
- URL: https://github.com/na-trium-144/webcface-python
- Owner: na-trium-144
- License: mit
- Created: 2023-10-20T11:01:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T05:20:51.000Z (almost 2 years ago)
- Last Synced: 2024-05-29T18:08:47.884Z (almost 2 years ago)
- Topics: python, rpc
- Language: Python
- Homepage: https://na-trium-144.github.io/webcface-python/
- Size: 6.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# webcface-python

[](https://pypi.org/project/webcface/)
[WebCFace](https://github.com/na-trium-144/webcface) client library written in pure python.
Please refer to the WebCFace repository for how to use it. To use this library, you need WebCFace server separately.
## Installation
Since webcface-python 2.3, Python >=3.6 is supported.
(Note that older version of webcface-python requires Python >=3.8.)
From PyPI:
```sh
pip install webcface
```
Or from GitHub release:
```sh
pip install https://github.com/na-trium-144/webcface-python/releases/download/v3.1.0/webcface-3.1.0-py3-none-any.whl
```
You can also install from source, but it may fail on older python that Poetry dropped support.
```sh
git clone https://github.com/na-trium-144/webcface-python
cd webcface-python
pip install .
```
## API Documentation
[API Reference](https://na-trium-144.github.io/webcface-python/)
See also [WebCFace C++ documentation](https://na-trium-144.github.io/webcface/) (Currently Japanese only), which has similar API.