A friendly UI app designed for biometeo, shows function documentation, default values
Project description
Description
A friendly UI app designed for biometeo, shows function documentation, default values
Installation and launch
pip install biometeo-frontend
(venv) $ biometeo-front
Usage
- Select the function you would like to use
- Input the function args or select your csv file with corresponding variable name (Calculate automatically). You can also drag it.
- Click run to calculate
- The results will show in tabular view.
- You can export the result in csv/json format, to file or clipboard.
- Clear the tabular view
macOS DMG build
This project now targets Python 3.13 for macOS release builds.
Build a drag-and-drop installable .dmg:
chmod +x scripts/build_macos_dmg.sh
./scripts/build_macos_dmg.sh
Apple Silicon:
TARGET_ARCH=arm64 ./scripts/build_macos_dmg.sh
Intel x86_64:
TARGET_ARCH=x86_64 ./scripts/build_macos_dmg.sh
The script will:
- Create a fresh build virtualenv with Python 3.13
- Install the app and
pyinstaller - Build
dist/Biometeo Frontend.app - Wrap it into
dist/Biometeo-Frontend-0.1.1-macos-<arch>.dmg
Notes:
- On Apple Silicon, building
x86_64requires a Python 3.13 interpreter with Intel support plus Rosetta 2. - On Intel Macs, only
x86_64builds are supported by this script. - The generated app and DMG are ad-hoc signed only.
- For a public download that opens without Gatekeeper warnings, you still need Apple Developer ID signing and notarization.
Project details
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 biometeo_frontend-0.3.1.tar.gz.
File metadata
- Download URL: biometeo_frontend-0.3.1.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcf94c0109831b6db06bb31acfc62e7a0af812d6e31df283fe1228a5bbccfc99
|
|
| MD5 |
57bea8db3c11edcb198b9969ca12a195
|
|
| BLAKE2b-256 |
4a1ff434c57a7e8e2fa6c2590959924f61b03634ab09880a8937c6000bacffa9
|
File details
Details for the file biometeo_frontend-0.3.1-py3-none-any.whl.
File metadata
- Download URL: biometeo_frontend-0.3.1-py3-none-any.whl
- Upload date:
- Size: 20.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07335b2ac752bfb68b31b97028118e32c352e64157497c34c3f14fc623e71cd9
|
|
| MD5 |
4321bbcc91cd89e8c28f390bb31848e7
|
|
| BLAKE2b-256 |
f2c01944735f17ddcce884af99d0b1308dc357f0807e5c2e9fab3e1fe78be214
|