Add your description here
Project description
userverse-python-client
Python client for the Userverse HTTP server.
Installation
Create and activate a virtual environment, then install the project in editable mode:
linux configuration
uv venv
source .venv\Scripts\activate
uv pip install -e .
windows configuration
uv venv
.venv\Scripts\activate
uv pip install -e .
Usage
The package currently exposes a greeting helper and a simple arithmetic function. The example below prints both results:
from userverse_python_client import add_numbers, hello
print(hello())
print(add_numbers(1.5, 2.5))
You can also run the bundled example module:
python examples/demo.py
##uv run
uv run python examples/demo.py
Tests
Run the unit tests with:
python -m unittest discover -s tests -v
## uv run tests
uv run python -m unittest discover -s tests -v
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file userverse_python_client-0.1.2.tar.gz.
File metadata
- Download URL: userverse_python_client-0.1.2.tar.gz
- Upload date:
- Size: 11.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4e8717ec58f8f2bfcf28c3f7ac4984f8649b00cf14c75acae98ee6563d0ac13
|
|
| MD5 |
6c5247ec266eba8981e8388475e76387
|
|
| BLAKE2b-256 |
7067d9fedfa79074f9852f9a8fbd22057b0c39b29241ac166a189bb5b3db7eb6
|
File details
Details for the file userverse_python_client-0.1.2-py3-none-any.whl.
File metadata
- Download URL: userverse_python_client-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5d056bf8dde8b2367fa972a1a9431e58b50588ce3b675cb7ed29cb17dff38d6
|
|
| MD5 |
e36a71118fa9741d8af334a48fbbdefe
|
|
| BLAKE2b-256 |
0819e6dab6e7d0a14a80b55ebf54322a0060b8a8490401d4e9c806109012d9c5
|