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.5 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.5.tar.gz
(6.5 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.5.tar.gz.
File metadata
- Download URL: pydmm6500-2025.0.5.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a169e1c67d276a3f3f50da0e3d7d68a9a39de2aa5092cbe0fa44110e14720740
|
|
| MD5 |
95c612acc60093cfa600d5fe168c1a6b
|
|
| BLAKE2b-256 |
42fd39463a2c1cbf021ca7b903652b3782bb5586b44598a0900d8e18a37a7703
|
File details
Details for the file pydmm6500-2025.0.5-py3-none-any.whl.
File metadata
- Download URL: pydmm6500-2025.0.5-py3-none-any.whl
- Upload date:
- Size: 6.8 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 |
d858b65a623a7fb09d84c9ce741a93711865cce2eac38e008754291fed12d49a
|
|
| MD5 |
f163ba4c5bb847f8700b4a360a0fc4c5
|
|
| BLAKE2b-256 |
2137765890f347f1014920fd246f52ae107beaa9d08b09e5912ae49db10a4741
|