A python library to operate 'Speed' devices
Project description
SpeedLib
A python library to operate Speed devices.
Currently the API has an unique backend allowing to control miniature devices like the Faller (c) Crane or DCC trains.
Examples
Controlling a Faller (c) crane model
from speedlib.cranes import faller
from speedlib.cranes.faller import Crane
ip_1 = "172.17.217.217"
ip_2 = "172.17.217.217"
crane_1 = Crane()
crane_2 = Crane()
crane_1.init(ip_1)
crane_2.init(ip_2)
crane_2.start_for(20*faller.ureg.millisecond,faller.MotorChassis,faller.MotorDirectionForward)
crane_1.change_speed(faller.MotorCrab, -40)
Controlling a DCC train model
from speedlib.trains import dcc
from speedlib.trains.dcc import Train
dcc.start()
train1.l.speed = 14
train1.faster()
train1.slower()
train1.l.fl = True
dcc.stop()
You can find more examples in the examples directory.
Install
git clone https://github.com/CRIStAL-PADR/Speed.git
The library is in speedlib/init.py
Tests
To starts the unit tests you can do:
cd tests/
PYTHONPATH=../ python3 -m unittest
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 speedlib-2.2.tar.gz.
File metadata
- Download URL: speedlib-2.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3e4e1ebcd990d3894ac7f7188ad13f76feb219b8e801bebd430786dcadf9e52
|
|
| MD5 |
0ea314d1b268825cdfcab544e2a0b259
|
|
| BLAKE2b-256 |
554fe820c988ad92cd8c733ddff537af855883dfe1eb0432c505e96d1501b8b7
|
File details
Details for the file speedlib-2.2-py3-none-any.whl.
File metadata
- Download URL: speedlib-2.2-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
665d6f3a95b48432332f69467b7a8f6980991c8862b23295d1d15e9ae1ff920b
|
|
| MD5 |
3e2ae6e7c0843dc38afde7663888ab69
|
|
| BLAKE2b-256 |
4abeff0cb0b0b310801b767282cea2e8618706c53f4d6581ac115660cc79a016
|