Librería en Python para el control y adquisición de datos del Datalogger GL100
Project description
Graphtec-API
Graphtec-API
├─ graphtec
│ ├─ api
│ │ ├─ public.py
│ │ └─ __init__.py
│ ├─ config
│ │ └─ config_manager.py
│ ├─ connection
│ │ ├─ base.py
│ │ ├─ serial_connection.py
│ │ ├─ usb_connection.py
│ │ ├─ wlan_connection.py
│ │ └─ __init__.py
│ ├─ core
│ │ ├─ commands.py
│ │ ├─ device
│ │ │ ├─ alarm.py
│ │ │ ├─ amp.py
│ │ │ ├─ base.py
│ │ │ ├─ common.py
│ │ │ ├─ data.py
│ │ │ ├─ file.py
│ │ │ ├─ interface.py
│ │ │ ├─ logic.py
│ │ │ ├─ measure.py
│ │ │ ├─ option.py
│ │ │ ├─ status.py
│ │ │ ├─ transfer.py
│ │ │ ├─ trigger.py
│ │ │ └─ __init__.py
│ │ ├─ exceptions.py
│ │ └─ __init__.py
│ ├─ io
│ │ ├─ capture.py
│ │ ├─ decoder.py
│ │ ├─ realtime.py
│ │ └─ __init__.py
│ ├─ utils
│ │ ├─ logger.py
│ │ ├─ utils.py
│ │ └─ __init__.py
│ ├─ _version.py
│ └─ __init__.py
├─ LICENSE
├─ main.py
├─ pytest.ini
├─ README.md
├─ requirements-dev.txt
├─ requirements.txt
└─ tests
├─ conftest.py
├─ integration
│ └─ test_public_api.py
├─ mocks
│ ├─ mock_connection.py
│ └─ responses.py
└─ unit
├─ test_amp.py
├─ test_common.py
├─ test_data.py
├─ test_logic.py
├─ test_option.py
├─ test_status.py
└─ test_trigger.py
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
graphtec_api-1.0.0.tar.gz
(42.8 kB
view details)
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 graphtec_api-1.0.0.tar.gz.
File metadata
- Download URL: graphtec_api-1.0.0.tar.gz
- Upload date:
- Size: 42.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bba1cc96ac06858f49bdd5c25cd86ad86dfc3e3d8d71a3704a22e7d14e3657b8
|
|
| MD5 |
f926cf5f6a677cba85aedaf02ffa7d32
|
|
| BLAKE2b-256 |
3c06d47cd715c7dd9aa2838a4b358185a1854da66b83216cca68a37b4fc1a06e
|
File details
Details for the file graphtec_api-1.0.0-py3-none-any.whl.
File metadata
- Download URL: graphtec_api-1.0.0-py3-none-any.whl
- Upload date:
- Size: 54.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa5d1a6d92b2b6376c3108682285e37099f6e1e47d1db9b65184e8fc8f4f03bd
|
|
| MD5 |
b72a6b86486d61a44cf6766c8b1d84d9
|
|
| BLAKE2b-256 |
2ea6d8382cfb166db99b4506e502e5adc9a98f18c396dba1b51bb9069db7114c
|