🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

quantables

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quantables

A Python package for managing unit-aware quantities with uncertainties, tailored for PySide6/Qt GUIs.

0.1.3
PyPI
Maintainers
1

License PyPI version PyPI Downloads

QuanTables

A Python package for managing unit-aware quantities with uncertainties, tailored for PySide6/Qt GUIs. It provides a collection of modules with reusable components for retrieving and displaying pint.Quantity, pint.Measurement, or pandas objects containing such quantities. The modules are designed to be used as a toolkit rather than stand-alone components, but provide ready-to-use components, like this CSV Importer:

Example of a data import from a CSV file.

Consult the demo.md file to learn about the components provided by this package.

The project is currently under development and changes in its behaviour might be introduced.

Installation

Install the latest release of QuanTables from PyPI via pip:

$ pip install quantables

The development version can be installed from the Git repository using pip:

# Via https
pip install git+https://codeberg.org/Cs137/QuanTables.git

# Via ssh
pip install git+ssh://git@codeberg.org:Cs137/QuanTables.git

Usage

Examples demonstrating several use cases can be found in the demo.md file, the corresponding modules are located in the examples directory of this repository.

Changes

All notable changes to this project are documented in the file CHANGELOG.md.

Contributing

Contributions to the QuanTables package are very welcomed. Feel free to submit a pull request, if you would like to contribute to the project. In case you are unfamiliar with the process, consult the forgejo documentation and follow the steps using this repository instead of the example repository.

Create your pull request (PR) to inform that you start working on a contribution. Provide a clear description of your envisaged changes and the motivation behind them, prefix the PR's title with WIP: until your changes are finalised.

All kind of contributions are appreciated, whether they are bug fixes, new features, or improvements to the documentation.

License

QuanTables is open source software released under the MIT License. See LICENSE file for details.

This package was created and is maintained by Christian Schreinemachers, (C) 2025.

Keywords

CSV

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts