blackscholes_python 0.10.7

Black-Scholes option pricing model calculator
Documentation
[dependencies.pyo3]
features = ["extension-module"]
version = "0.17.3"

[dependencies.statrs]
version = "0.16.0"

[lib]
crate-type = ["cdylib"]
name = "blackscholes_python"

[package]
authors = ["Hayden Rose"]
description = "Black-Scholes option pricing model calculator"
documentation = "https://docs.rs/blackscholes_python"
edition = "2021"
keywords = ["finance", "option", "python", "blackscholes", "option-pricing"]
license = "MIT"
name = "blackscholes_python"
readme = "README.md"
repository = "https://github.com/hayden4r4/blackscholes-rust/tree/python_package"
version = "0.10.7"