Metadata-Version: 2.4
Name: dbe
Version: 0.1.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Rust
License-File: LICENSE.txt
Summary: Collection of basic economic functionalities.
Home-Page: https://github.com/dhfwc18/dbe
Author: David Huang
License-Expression: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/dhfwc18/dbe
Project-URL: Issues, https://github.com/dhfwc18/dbe/issues
Project-URL: Repository, https://github.com/dhfwc18/dbe

# dbe Python Package

Python bindings for the `dbe` basic economics library.

The package exposes:

- present-value utilities for discounted-cashflow analysis
- consumer-theory tools for preferences, indifference curves, and constrained bundle 
  optimisation

The native extension is built with PyO3 and maturin and is packaged under `dbe._core`.

