PyDapi2
The PyDapi2 library offers a Python implementation of the Dassym API version 2.
Dassym API version 2 aka DAPI2 is the application programming interface (API) used to control Dassym electronic boards.
This library was created to meet the internal needs of Dassym. It is distributed to help our partners to implement their own solutions working with Dassym electronic cards.
Version: 0.6.3 (2024-01-28)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You can consult the GNU General Public License on http://www.gnu.org/licenses/gpl-3.0.html.
Install
This installs a package that can be used from Python (import dapi2).
To install for all users on the system, administrator rights (root) may be required.
PyDapi2 library requires Python 3.8 or later.
From PyPI
PyDapi2 can be installed from PyPI:
python -m pip install PyDapi2
Use python or python3 depending on your system.
Usually python on a Windows system and python3 on a GNU/Linux system.
From source
Download the archive from https://github.com/dassym/PyDapi2/releases. Unpack the archive, enter the PyDapi2-x.y.z directory and run:
python setup.py install
Use python or python3 depending on your system.
Usually python on a Windows system and python3 on a GNU/Linux system.
Release files for PyDapi2 0.6.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyDapi2-0.6.3.tar.gz | 56.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| PyDapi2-0.6.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 124.9 kB
Release files / PyDapi2-0.6.3.tar.gz
| Download URL | PyDapi2-0.6.3.tar.gz |
|---|---|
| Size | 56.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
81659be48958411c13116a551fe8873d4060f361e40d466d4f2985fb9bc9ad1e
|
|
BLAKE2b-256 checksum How to use checksums |
efe48aa1467b69fb81e01166034abb40bf50c26565bdf1685fd2b4263b2a1718
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.12.1
|
Release files / PyDapi2-0.6.3-py3-none-any.whl
| Download URL | PyDapi2-0.6.3-py3-none-any.whl |
|---|---|
| Size | 68.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
faf3281b8761894f9c5451ef57567800b87ed91207b6a5f3a69806fc657fdbf0
|
|
BLAKE2b-256 checksum How to use checksums |
25cab7b455b691d3ef2c3cd6b709165e1eca1962327fc26732d4045e4b4645ef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.12.1
|