Yet another etcd-client API binding based on the Rust's etcd-client package
Project description
etcd Client Binding for Python using Rust
How to build
Prerequisite
- The Rust development environment (the 2021 edition or later) using
rustup
or your package manager - The Python development environment (3.10 or later) using
pyenv
or your package manager
Build instruction
First, create a virtualenv (either using the standard venv package, pyenv, or whatever your favorite). Then, install the PEP-517 build toolchain and run it.
pip install -U pip build setuptools
python -m build --sdist --wheel
It will automatically install build dependencies like
maturin
and build the wheel and source
distributions under the dist/
directory.
How to develop and test
(TODO: run maturin for an editable setup)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
etcd_client_py_test-0.1.4.tar.gz
(26.3 kB
view details)
Built Distribution
File details
Details for the file etcd_client_py_test-0.1.4.tar.gz
.
File metadata
- Download URL: etcd_client_py_test-0.1.4.tar.gz
- Upload date:
- Size: 26.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ac2f4cac0037b16e50f4154e6b8a6fa9ade155bcb8d8f65baef8a4591f4d694 |
|
MD5 | 82e9c5bb6b4f36c662efb7e8a180c496 |
|
BLAKE2b-256 | 18b63990f200e28567e54ba07c0bffcfd4046aaa1eaaeb86804abae89f7825a9 |
File details
Details for the file etcd_client_py_test-0.1.4-cp311-cp311-manylinux_2_34_x86_64.whl
.
File metadata
- Download URL: etcd_client_py_test-0.1.4-cp311-cp311-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.11, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4f6e6d051a913f8dc63613363b9fbdc67f20a2f89fe005c9550642ebe2be4c5 |
|
MD5 | 85732ac176fffee7c2211e07f493c5c6 |
|
BLAKE2b-256 | 6710a6c122333b04f23782d3b61d8eb3fb389412478fcf5e000a905881083067 |