The UVVisPy package provides tools for handling experimental data obtained using UV-visible (UVVis) absorption spectroscopy and is derived from the ASpecD framework. Due to inheriting from the ASpecD superclasses, all data generated with the UVVisPy package are completely reproducible and have a complete history.
What is even better: Actual data processing and analysis no longer requires programming skills, but is as simple as writing a text file summarising all the steps you want to have been performed on your dataset(s) in an organised way. Curious? Have a look at the following example:
default_package: uvvispy
datasets:
- /path/to/first/dataset
- /path/to/second/dataset
tasks:
- kind: processing
type: BaselineCorrection
properties:
parameters:
order: 0
- kind: singleplot
type: SinglePlotter1D
properties:
filename:
- first-dataset.pdf
- second-dataset.pdf
For more general information on the UVVisPy package and for how to use it, see its documentation.
Features
A list of features:
Fully reproducible processing of UVVis data
Import of UVVis data from different sources
Generic plotting capabilities, easily extendable
Report generation using pre-defined templates
Recipe-driven data analysis, allowing tasks to be performed fully unattended in the background
And to make it even more convenient for users and future-proof:
Open source project written in Python (>= 3.5)
Extensive user and API documentation
Target audience
The UVVisPy package addresses scientists working with UVVis data (both, measured and calculated) on a daily base and concerned with reproducibility. Due to being based on the ASpecD framework, the cwepr package ensures reproducibility and—as much as possible—replicability of data processing, starting from recording data and ending with their final (graphical) representation, e.g., in a peer-reviewed publication. This is achieved by automatically creating a gap-less record of each operation performed on your data. If you do care about reproducibility and are looking for a system that helps you to achieve this goal, the cwepr package may well be interesting for you.
Installation
Install the package by running:
pip install uvvispy
License
This program is free software: you can redistribute it and/or modify it under the terms of the BSD License.
Release files for uvvispy 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| uvvispy-0.1.1.tar.gz | 17.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| uvvispy-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 36.1 kB
Release files / uvvispy-0.1.1.tar.gz
| Download URL | uvvispy-0.1.1.tar.gz |
|---|---|
| Size | 17.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
05d6b80848b0acf9e13eb58a8f0808089d5fae7a688c5acf55d09dc6ad5d8bb5
|
|
BLAKE2b-256 checksum How to use checksums |
e5e771cb9e34b42ec139a79f0480b14fc3f0c3f4e2e5afe8d7df05f2f66dff58
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.3
|
Release files / uvvispy-0.1.1-py3-none-any.whl
| Download URL | uvvispy-0.1.1-py3-none-any.whl |
|---|---|
| Size | 18.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9a2fd8107808ee1245f5b16ef49aeabe908ca81dee747404db0b5fc9b8412c4b
|
|
BLAKE2b-256 checksum How to use checksums |
2a2aa07a0716b704c8f7f80633d0199e8e13a541484401a710806d2f093b2f4e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.3
|