Metadata-Version: 2.4
Name: quantium
Version: 0.0.1a0
Summary: A modern Python library for dimensional analysis and unit-safe scientific computation.
Author: Parneet Sidhu
License: MIT
Keywords: Python,open-source,physics,numpy,unit-conversion,dimensional-analysis,units,scientific-computing,quantium
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

<h1 align="center">Quantium</h1>

<p align="center">
  <img src="https://github.com/user-attachments/assets/1cc57d06-2e26-457d-b67e-7c96bc9af814" 
       alt="Quantium logo" 
       width="300" 
       height="300">
</p>

<p>
  Quantium is a modern Python library for dimensional analysis and unit-safe scientific computation.  
  It features a minimal dependency core, NumPy interoperability, customizable unit registries, and decorators  
  for unit validation — making physical modeling and simulation more robust and expressive.
</p>
