Metadata-Version: 2.1
Name: webcface
Version: 1.0.0
Summary: WebCFace Client for Python
Home-page: https://github.com/na-trium-144/webcface-python
License: MIT
Author: na-trium-144
Author-email: 100704180+na-trium-144@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: blinker (>=1.6.3,<2.0.0)
Requires-Dist: msgpack (>=1.0.7,<2.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: websocket-client (>=1.6.4,<2.0.0)
Project-URL: Documentation, https://na-trium-144.github.io/webcface-python/
Project-URL: Repository, https://github.com/na-trium-144/webcface-python
Description-Content-Type: text/markdown

# webcface-python

[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

```sh
pip install webcface
```

## 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.

