https://github.com/oxen-io/libsession-python
Python bindings for libsession-util
https://github.com/oxen-io/libsession-python
Last synced: 8 months ago
JSON representation
Python bindings for libsession-util
- Host: GitHub
- URL: https://github.com/oxen-io/libsession-python
- Owner: oxen-io
- License: bsd-3-clause
- Created: 2023-09-28T22:56:05.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-25T04:42:39.000Z (over 1 year ago)
- Last Synced: 2025-04-10T04:31:13.071Z (9 months ago)
- Language: C++
- Size: 123 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libsession-python
Python interface around (some of) [libsession-util](https://github.com/oxen-io/libsession-util).
This library is available pre-compiled for recent Debian/Ubuntu distributions via the [Oxen apt
repository](https://deb.oxen.io).
## Building from source
Dependencies:
- python3-pip
- python3-dev
- pybind11-dev
- libsession-util-dev
Check the source out with
$ git clone https://github.com/oxen-io/libsession-python
$ cd libsession-python
Install using:
$ pip3 install .