EDeA Measurement Server
Project description
EDeA Measurement Server
edea-ms provides an API and user interface for planning, executing and analyzing measurement data for electronics engineering purposes. It allows engineering teams or collaborating individuals to automate tests and share results in a unified way, be it for board bringup, silicon evaluation or other test and measurement tasks.
This project is based on the original EDeA Project proposal and takes further inspiration from the TestOps Manifesto by Keysight.
Current Status
We're using and developing this at Fully Automated for our OSHW and consulting projects. It's in a usable state, but currently only used internally. If you intend to use this, please contact us so we can understand the usecase of other engineering teams better.
Running it
To make it as easy as possible to use, we've published a package on pypi which can just be installed like this:
pip install edea_ms
# or with optional dependencies for rendering charts server-side
pip install "edea_ms[optional]"
And it can be run locally like this:
python -m edea_ms --local
This starts a webserver which is only reachable on the local machine without any user authentication to keep it simple for single user installs or just trying it out. To set up authentication to collaborate with others in a team see the docs on Authentication.
Development
To run the server from the repository, it needs both the backend and the frontend like this:
# run the server
pdm run uvicorn edea_ms.main:app --reload
# run the frontend
npm run dev
Building the package
In case you want to bundle a modified frontend into your own package, simply run:
npm run build # this will compile the frontend to static files
pdm build # to build the final wheel with the frontend embedded in it
Measurement Client
See the EDeA TMC project for a library with which one can write test programs with.
Licenses
The server code is licensed under the EUPL-1.2 license and the frontend code is licensed under the MIT license. Images and artwork are licensed under CC BY-ND 4.0.
Linking the server code (e.g. using it as a library) is allowed under the EUPL-1.2, even for commercial use. Modifications should be shared but the server code is structured in a way that it can easily be integrated in other systems (internal or otherwise) without modifying the core.
If you want to host a modified frontend internally or externally, please replace the logos so that it's clear that it is a modified distribution.
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
Built Distribution
File details
Details for the file edea_ms-0.1.2.tar.gz
.
File metadata
- Download URL: edea_ms-0.1.2.tar.gz
- Upload date:
- Size: 161.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.12.3 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2850877191209b0f52bfbaf3f4bf69bea8047ea2deac48c34a4b3b8a79be1c9 |
|
MD5 | d9c849fccbf65864e0913680ad2c3c12 |
|
BLAKE2b-256 | f21fabb48a6d1a44b34e2d06ba3532e326f464cc4d3b738de86743f54ec79502 |
File details
Details for the file edea_ms-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: edea_ms-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.12.3 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58b0dcf9185bfce0a018f9214916b1e49a5eeffc6cae70a29a4cbc8530a5d0c7 |
|
MD5 | ec093e12c6c8bde578927ad507fc7f95 |
|
BLAKE2b-256 | d1d9006649d428f87d289aa3329e717b2a926ae2031803fe8f0f1dec4a385455 |