Base load point for iZaber WAMP ZERP code
Project description
izaber.wamp.zerp
Base module that brings together most of the requirements to allow ZERP WAMP connectivity within Zaber
Installation
Install the module for your local version of python using the command below. If you have both python 2 and 3 installed then you might need to replace the python keyword with python2, py -2, python3, or py -3 based on the python version you want to use the module for.
python -m pip install izaber-wamp-zerp
This installs the module that can be used in your custom ZERP based python scripts and also provides a command line tool called wampcli to make simple WAMP calls from the command line.
Configuration
The module reads all of its settings from a globally defined configuration file located in the root directory of the user's computer. This configuration file is required for proper operation of the module.
-
Create a file named
~/izaber.yaml(i.e. in the home directory).- Linux:
/home/yourusername/izaber.yaml - MacOS:
/Users/yourusername/izaber.yaml - Windows:
C:\Users\yourusername\izaber.yaml
- Linux:
-
Paste the following into the file to get started and connect to the
sandboxdatabasedefault: wamp: connection: url: 'wss://nexus.izaber.com/ws' username: 'username' password: 'password_for_user' timeout: 10 zerp: database: 'sandbox'
-
Replace the username and password with your zerp user and a dashboard API key (or your ZERP password but that is not recommended).
-
More detailed information about defining the configuration files can be found here
Usage
- Using izaber-wamp-zerp in python scripts
- Running simple commands on the command line using WAMP CLI
- Generating ZERP types locally on your system
Development
For hacking on the code, this requires the following:
git>=python3.8- pdm
Setup
git clone git@gitlab.izaber.com:systems/izaber-wamp-zerp.git
cd izaber-wamp-zerp
pdm install
And now it's possible to make changes to the code
Tests via Docker
It's not always desireable to pollute the environment with multiple versions of python so using docker compose is the recommend method for testing.
- Copy the
./volumes/izaber.yaml.tempateand update with the appropriate permissions to access Nexus - Running the following command will run the tests against pypy3 and from cpython versions 3.8 through 3.13.
docker compose up
If you would like to work within the container, have a look at the docker-compose.yml and update the CMD to sleep infinity and it will provide a shell environment (via something like docker compose exec src bash) for testing the code within a container.
Tests via Docker via Dev-Env
It's not always desireable to pollute the environment with multiple versions of python so using the dev-env is the recommended way of performing testing.
- Clone the dev-env the way you normally would
- Ensure that
python-izaber-wamp-zerpis enabled in the configurationizaber.yaml - Running docker compose up should instantiate a container like
XXXX-python-izaber-wamp-zerp-1
Using the new container will allow testing and verification that the various pythons will function when deployed.
Packaging
- Ensure that the
pyproject.tomlhas the newest version. - Update the
VERSIONS.mdwith the changes made into the library - Then, assuming access to the pypi account.
pdm build pdm publish
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 izaber_wamp_zerp-2.9.20260105.tar.gz.
File metadata
- Download URL: izaber_wamp_zerp-2.9.20260105.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.3 CPython/3.13.2 Linux/6.8.0-87-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d557cb383fb651abebd56f12b35db4aca414d4cddbec677af1c3b5dd7babb08d
|
|
| MD5 |
0f4a3b23ec40be12af6bb1b15dde5356
|
|
| BLAKE2b-256 |
34a0d608270c72757f9a1a8149860147fdcebac53a439c469e701fdd36f8395b
|
File details
Details for the file izaber_wamp_zerp-2.9.20260105-py3-none-any.whl.
File metadata
- Download URL: izaber_wamp_zerp-2.9.20260105-py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.3 CPython/3.13.2 Linux/6.8.0-87-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70cbd048ac7c6969ae2a64d912b4ae1da65c4d4f04c2e478529b0d7a6a29308e
|
|
| MD5 |
882fc99b5c2e5f33b3bb57fee1d4eab0
|
|
| BLAKE2b-256 |
40463bfab5639a15d4ae22445d96b7868be83cf42dbe78ca3e13b3b2580633ff
|