The PioSOLVER Utility Suite
Project description
Pious: The Pio Utility Suite
Various Pio Utilities
Warning: This library is still under construction. All interfaces, classes, files, etc will be changed. I'm open sourcing this for feedback/collaboration
Installing Requirements
You'll need to install Python3.x (not sure the minimal x version, but anything
= 3.9 should be good). You also need to install some requirements with
pip install -r requirements.txt
.
Aggregation Reports
To use the AggregationReport
, start a python
session from the python
directory, and import the aggregation report module. Then create a new
AggregationReport
by passing in the path to the folder containing the
AggregationReport
(and optionally including the path to the solve database
that you used to generate the aggregation report):
import aggregation.report as ar
# With just the report
r = ar.AggregationReport(PATH_TO_REPORT_FOLDER)
# With report and solve database
r = ar.AggregationReport(PATH_TO_REPORT_FOLDER, PATH_TO_SOLVE_DB)
You can run r.plot()
to get a nice visualization, r.filter()
to focus only
on boards you're interested in, and r.reset()
to start over again.
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 pious-0.0.0.dev0.tar.gz
.
File metadata
- Download URL: pious-0.0.0.dev0.tar.gz
- Upload date:
- Size: 32.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2a6c40f635cd7b11c594bc92072f62ef374f8bc70f81c6e9700ce5d81e3ce95 |
|
MD5 | 3d779ddc1b650de267c54f0994ee528c |
|
BLAKE2b-256 | e19ae99691f873554dcf45c09a2a06fa73acc203146b1591e1fbccb6d3929ee4 |
File details
Details for the file pious-0.0.0.dev0-py3-none-any.whl
.
File metadata
- Download URL: pious-0.0.0.dev0-py3-none-any.whl
- Upload date:
- Size: 42.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c3472a1e978fd644580dafe0463f77432eeb0237a0c1672f431d973b43a5293 |
|
MD5 | 7a00b72c60e404500c16b853382d704c |
|
BLAKE2b-256 | 6277b29ab30d89a2635c9394db2fcfc61feaa50104ac0de7d7c5002076d86064 |