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.4.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.4.tar.gz.
File metadata
- Download URL: pydmm6500-2025.0.4.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 |
be2b7d305b790281145181fd8e86af213ed481cd2deb74dabab8a533001f7ca2
|
|
| MD5 |
93586332481a82cfde84cf5687b13257
|
|
| BLAKE2b-256 |
bed907fc6cd2d891e2b7e7381670f4d81851104ca2f4b88fea360f6872b70ce8
|
File details
Details for the file pydmm6500-2025.0.4-py3-none-any.whl.
File metadata
- Download URL: pydmm6500-2025.0.4-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 |
702dbbc92012e916f55cb94f71f283a27e3799d7292938e20b97460f4b459047
|
|
| MD5 |
973e122fa1b48c96da492f371a327564
|
|
| BLAKE2b-256 |
5ba4c290335509513a92c9d36d02f2010cd40f949a9c3f9bb251d1d709398841
|