Skip to main content

A library for automating hardware development and testing

Project description

hardware-tools

Unit Test Pylint Coverage Latest Version

A library for automating hardware development and testing


Environment

List of dependencies for package to run.

Required

  • python modules, installed via pip install hardware_tools
    • numpy
    • pyvisa
    • cython
    • colorama
    • matplotlib
    • scipy
    • sklean
    • Pillow
    • scikit-image

Optional

  • Test extensions, installed via pip install hardware_tools[test]
    • time-machine
    • hardware-tools

Virtual Environment

If using hardware-tools in a virtual environment, do not place it within this repo directory. Set it outside due to an issue compiling the extensions with cython since it tries to compile the code inside the virtual environment as well.

mkdir workspace-hardware-tools
cd workspace-hardware-tools
python -m venv .
source ./Scripts/activate # or .\Scripts\activate.bat
git clone https://github.com/WattsUp/hardware-tools
cd hardware-tools
python -m pip install .

Installation / Build / Deployment

# To install latest stable version on PyPi, execute:
python -m pip install hardware_tools

# To install from source, execute:
git clone https://github.com/WattsUp/hardware-tools
cd hardware-tools
python -m pip install .

# For development, install as a link to repository such that code changes are used. And include testing packages
git clone https://github.com/WattsUp/hardware-tools
cd hardware-tools
python -m pip install -e .[test]

Usage

Explain how to use your project.

# TODO

Running Tests

Make sure to install package with testing extension

# To run the automated tests, execute:
python -m tests discover -s tests -t . --locals

# To save the results to file, execute:
python -m tests discover -s tests -t . --locals &> testing.log

## The following is a synopsis of unittest main arguments ##
# To run a singular test file, execute:
python -m tests $path_to_test_file
python -m tests tests.measurement.test_mask

# To run a singular test class, execute:
python -m tests $path_to_test_file.$class
python -m tests tests.measurement.test_mask.TestMaskDecagon

# To run a singular test method, execute:
python -m tests $path_to_test_file.$class.$method
python -m tests tests.measurement.test_mask.TestMaskDecagon.test_init

# Multiple can be strung together
python -m tests tests.measurement.test_mask tests.test_math
# To run coverage and print the report with missing lines, execute:
python -m coverage run && python -m coverage report -m

# To run profiler, execute:
python -m cProfile -s tottime -m tests discover -s tests -t . > profile.log

# To run linting, execute:
python -m pylint hardware_tools tests tools setup.py

Development

Code development of this project adheres to Google Python Guide

Styling

Use yapf to format files, based on Google's guide with the exception of indents being 2 spaces.

# To format all files, execute:
yapf -ir .

Versioning

Versioning of this projects adheres to Semantic Versioning and is implemented using git tags.

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

hardware-tools-0.10.0.tar.gz (315.4 kB view hashes)

Uploaded Source

Built Distributions

hardware_tools-0.10.0-cp310-cp310-win_amd64.whl (486.6 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

hardware_tools-0.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (931.6 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

hardware_tools-0.10.0-cp39-cp39-win_amd64.whl (490.7 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

hardware_tools-0.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (953.9 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

hardware_tools-0.10.0-cp38-cp38-win_amd64.whl (490.6 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

hardware_tools-0.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (971.1 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

hardware_tools-0.10.0-cp37-cp37m-win_amd64.whl (489.9 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

hardware_tools-0.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (874.6 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page