A Python library for Keithley's DMM6500
Project description
pyDMM6500: A Python library for Keithley's DMM6500
⚠️ This package is a work in progress
This project is a Python library for Keithley's Digital Multimeter 6 1/2 digits. It currently supports basic functionnalities such as configuring the multimeter for DC or resistance measurements, and measurements buffers.
Installation
pip install pyDMM6500
Documentation
Project structure description
.
├── LICENSE
├── README.md
├── pyproject.toml
├── src
│ └── pydmm6500
│ ├── __init__.py
│ └── dmm6500.py DMM6500 Python library source file
└── tests
├── integration Tests performed with a DMM6500
│ └── test.py
└── unit Unit testing of the package
└── test.py
References
Publish to PyPi
- Remove build files
rm -rf dist build *.egg-info
- Update version in
pyproject.toml
[project]
version = "202x.x.x"
- Build new version
python3 -m build
- Upload new version to PyPi
python3 -m twine upload dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pydmm6500-2025.0.3.tar.gz
(9.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 pydmm6500-2025.0.3.tar.gz.
File metadata
- Download URL: pydmm6500-2025.0.3.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a2d2b24b7942e0d29434f4e808302106cee525d6242fc496a1b18e7b91d47c0
|
|
| MD5 |
1a195b6d8dfab05328f46ea2da90e4e1
|
|
| BLAKE2b-256 |
2f5ea2940fa253d001415605ccce3dfb3a9972733de298d7397662091e376870
|
File details
Details for the file pydmm6500-2025.0.3-py3-none-any.whl.
File metadata
- Download URL: pydmm6500-2025.0.3-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebc0ec05eb8d00b5f9fc4d6bed146ec9ed8fd14d262288b8afc9863dd32fc691
|
|
| MD5 |
352b6e1727206638f2c59ce3bcd79e74
|
|
| BLAKE2b-256 |
bef97f3c8055223c385f839d81313902cbb9347d5186355385fb14a56b44b806
|