Library for interacting with UPB PIM.
Project description
Python UPB Powerline Interface library
Library for interacting with UPB PIM/CIM
https://github.com/gwww/upb-lib
Requirements
- Python 3.7 (or higher)
Description
This package is created as a library to interact with an UPB PIM. The motivation to write this was to use with the Home Assistant automation platform. The library can be used for writing other UPB applications. The IO with the PIM is asynchronous over TCP or over the serial port.
Installation
$ pip install upb_lib
Overview
Details TBD
Simplest thing right now is when in the root of the git repo that you have cloned is to enter the command bin/simple
. You need the environment variable UPBPIM_URL
set. Mine is set to serial:///dev/cu.KeySerial1
on a MacBook. What is constant is serial://
followed by the USB port that the PIM is on, which in my case is /dev/cu.KeySerial1
. On Windows is might be something like COM1
.
Also required is a UPStart
export file. Mine is in the bin
directory and named upb.upe
. The simple
program looks for it there.
This is all under very active development and will change. But if you really want to get up and running... Go for it!
Development
This project uses poetry for development dependencies. Installation instructions are on their website.
To get started developing:
git clone https://github.com/gwww/upb-lib.git
cd upb
poetry install
poetry shell # Or activate the created virtual environment
make test # to ensure everything installed properly
There is a Makefile
in the root directory as well. The make
command
followed by one of the targets in the Makefile
can be used. If you don't
have or wish to use make
the Makefile
serves as examples of common
commands that can be run.
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
File details
Details for the file upb-lib-0.2.1.tar.gz
.
File metadata
- Download URL: upb-lib-0.2.1.tar.gz
- Upload date:
- Size: 21.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.7.4 Darwin/19.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1e8769251dbf77bf0f84b7eb62b6963ae99811fa64c4e7e057b89db3650d6d7 |
|
MD5 | 4ce72ea625c2f7b6c73f78149272a8b9 |
|
BLAKE2b-256 | 6e5c45c0d7cf66891bbf6ff4123d611f3a410c5612d5a3dbf3e7e4c37feec3fa |
Provenance
File details
Details for the file upb_lib-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: upb_lib-0.2.1-py3-none-any.whl
- Upload date:
- Size: 23.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.7.4 Darwin/19.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb497b1f549a77f25b9bdcbecda1b6eb42163466e6b94d60b4eac0c1cdb9217a |
|
MD5 | ea641ad858fed759ca011eb685b56bb3 |
|
BLAKE2b-256 | 9563dfe10a9232aab48ad3844e6d2c3dcc9f9c97ae077f8f60d3a8ee5c5fb703 |