Financial Model Engineering — Python code compiles to live Excel formulas
Project description
Modeleon
Financial Model Engineering — Python code compiles to live Excel formulas.
Write financial models in Python. Get real, auditable Excel formulas — not dead values.
from modeleon import Model
model = Model("Revenue Forecast")
price = model.var("Price", 50)
volume = model.var("Volume", 1000)
revenue = model.var("Revenue", price * volume)
model.to_excel("forecast.xlsx")
forecast.xlsx — real formulas, not values:
| A | B | |
|---|---|---|
| 1 | Price | 50 |
| 2 | Volume | 1000 |
| 3 | Revenue | =B1*B2 |
Every cell is a live formula you can audit, extend, and trust.
Status: Early development. Star this repo to follow progress.
License
Apache 2.0
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 modeleon-0.1.1.tar.gz.
File metadata
- Download URL: modeleon-0.1.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd816aec7952b43615c4c4d353b9381090b8938c3bcc49883e8ed11c99f7962b
|
|
| MD5 |
49b2ea0048006d8b06972400a1a5f79d
|
|
| BLAKE2b-256 |
61c540c46b79d7619a93bc7ecf6a13d3a7d945792a31f1ff0323a360dd0723b8
|
File details
Details for the file modeleon-0.1.1-py3-none-any.whl.
File metadata
- Download URL: modeleon-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e2551e61c5a7679573e17a48b74c0320f6e9d0d537149f44a03fc835ead5597
|
|
| MD5 |
4865ef811fdbc3c6ee4c3edfeed75cb2
|
|
| BLAKE2b-256 |
6b348a14ea44227c510570947ce219aad7f7bcdc0c97e1a3fcc895eb7c275693
|