An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# webcface-python

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/webcface)
[![PyPI - Version](https://img.shields.io/pypi/v/webcface)](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.