Skip to main content

Add your description here

Project description

codecov

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

userverse_python_client-0.1.2.tar.gz (11.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

userverse_python_client-0.1.2-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file userverse_python_client-0.1.2.tar.gz.

File metadata

File hashes

Hashes for userverse_python_client-0.1.2.tar.gz
Algorithm Hash digest
SHA256 e4e8717ec58f8f2bfcf28c3f7ac4984f8649b00cf14c75acae98ee6563d0ac13
MD5 6c5247ec266eba8981e8388475e76387
BLAKE2b-256 7067d9fedfa79074f9852f9a8fbd22057b0c39b29241ac166a189bb5b3db7eb6

See more details on using hashes here.

File details

Details for the file userverse_python_client-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for userverse_python_client-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e5d056bf8dde8b2367fa972a1a9431e58b50588ce3b675cb7ed29cb17dff38d6
MD5 e36a71118fa9741d8af334a48fbbdefe
BLAKE2b-256 0819e6dab6e7d0a14a80b55ebf54322a0060b8a8490401d4e9c806109012d9c5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page