https://github.com/dassym/pydapi2
Only for deployment repository
https://github.com/dassym/pydapi2
api dapi dassym dassym-api motor
Last synced: 5 months ago
JSON representation
Only for deployment repository
- Host: GitHub
- URL: https://github.com/dassym/pydapi2
- Owner: dassym
- License: other
- Created: 2021-05-03T09:50:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-25T05:51:01.000Z (10 months ago)
- Last Synced: 2025-11-27T16:35:31.129Z (7 months ago)
- Topics: api, dapi, dassym, dassym-api, motor
- Language: Python
- Homepage: https://www.dassym.com
- Size: 256 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 (2025-08-25)
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 .
## 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](https://www.python.org) 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 .
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.