zakat 0.20.2

A type-safe, comprehensive, and Fiqh-compliant Zakat calculation library. Supports Gold, Silver, Business, Agriculture, Livestock, Professional Income, and Modern Assets (Crypto/Stocks).
Documentation
[build-system]

requires = ["maturin>=1.7,<2.0"]

build-backend = "maturin"



[project]

name = "zakatrs"

requires-python = ">=3.8"

classifiers = [

    "Programming Language :: Rust",

    "Programming Language :: Python :: Implementation :: CPython",

    "Programming Language :: Python :: Implementation :: PyPy",

]

description = "A type-safe, comprehensive, and Fiqh-compliant Zakat calculation library."

readme = "README.md"

license = {file = "LICENSE"}

keywords = ["zakat", "islamic-finance", "fiqh"]

dynamic = ["version"]



[tool.maturin]

features = ["python"]