Python module for Bonaventure temperature scale conversions
Project description
Bonaventure Scale 🔥
Bonaventure Scale is a temperature measurement system invented by NIYIBIZI Bonaventure (aka niyo-sean). This Python package provides conversion functions between °B (Bonaventure), °C (Celsius), °F (Fahrenheit), and Kelvin.
🌡️ Supported Conversions
- °B ↔ °C
- °B ↔ °F
- °B ↔ K
📦 Installation
pip install git+https://github.com/whapoproject/bonaventure_scale.git
Or if you're developing locally:
git clone https://github.com/whapoproject/bonaventure_scale.git
cd bonaventure_scale
pip install -e .
🧪 Usage Example
from bonaventure_scale import bonaventure_to_celsius, bonaventure_to_fahrenheit
b_temp = 90
print("Celsius:", bonaventure_to_celsius(b_temp))
print("Fahrenheit:", bonaventure_to_fahrenheit(b_temp))
📘 Formula Reference
- °C = (100 / 198) × (°B - 50)
- °F = (180 / 198) × (°B - 14.8)
- K = °C + 273.15
🔧 Development
This package supports pytest testing.
pytest -v
🛡 License
This project is licensed under the MIT License.
👤 Author
Bonaventure
Software Engineer & Red Team Specialist
Stage name: niyo-sean
Registered at RDB as intellectual property
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