A simple GUI tool for calculating Arrhenius integral.
Project description
ArrheniusCalculator
The intention of this project is to develop a simple QML GUI application that will calculate the Arrhenius integral for various cases (tabular data, functional data, etc.).
The project is currently in the process of being published on pypi package index, so except installation instructions to not work correctly.
Option 1: Install from PyPi
Option a: Using uv
uv add arrheniuscalculator
uv run arrheniuscalculator
Option b: Using pip
pip install arrheniuscalculator
arrheniuscalculator
Option 2: Installation from source
Option a: Using uv
git clone https://github.com/TZ387/ArrheniusCalculator.git
cd ArrheniusCalculator
uv sync
uv run python -m arrheniuscalculator.main
Option b: Using pip
git clone https://github.com/TZ387/ArrheniusCalculator.git
cd ArrheniusCalculator
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -e .
python -m arrheniuscalculator.main
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arrheniuscalculator-0.1.1.tar.gz.
File metadata
- Download URL: arrheniuscalculator-0.1.1.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
172b73ac265f6cdc6afe991422069bf6b9a630b27df667780e4418a9d5b0dce6
|
|
| MD5 |
3486e5b66ab5f6ccace98c7133481b68
|
|
| BLAKE2b-256 |
c2e49b6c3c865c9e31ace235009aa964272964fd89e09bfbb56c1f4d20981ccf
|
File details
Details for the file arrheniuscalculator-0.1.1-py3-none-any.whl.
File metadata
- Download URL: arrheniuscalculator-0.1.1-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
805a16785286927eb078caac1167b7dde3f6b1cf47fc87f687694d23eb40d60a
|
|
| MD5 |
8338c5867857e7e54eea15df39202337
|
|
| BLAKE2b-256 |
518125d13a083d29060030aa1d48c039fb2277126d13ce9e3d9073602b879307
|