Metadata-Version: 2.4
Name: oikos
Version: 0.2.1
Summary: Library for economic models in Python.
Home-page: https://github.com/marcosjuniorhernandez/economy
Author: Marcos Jr.
Author-email: iam.marcoshernandez@gmail.com
Project-URL: Documentation, https://marcosjuniorhernandez.github.io/economy/
Project-URL: Source, https://github.com/marcosjuniorhernandez/economy
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: sympy
Requires-Dist: latex2sympy2
Requires-Dist: ipython
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

🏛️ oikos
**Oikos** is a Python library designed for students, economists, and developers interested in economic analysis and basic economic theory modeling.

By leveraging symbolic computation, **oikos** allows you to solve micro and macroeconomics problems both numerically and algebraically.

---

## Key Features
* **Symbolic Solving:** Powered by `SymPy` to solve equilibrium equations without manual derivation.
* **Microeconomics:** Calculate consumer/producer surplus, elasticities, and market equilibrium.
* **Macroeconomics:** Multiplier models, IS-LM framework, and aggregate analysis.
* **Mathematical Documentation:** Full $\LaTeX$ support in our official web documentation.

## Installation
Install the latest stable version via PyPI:

```bash
pip install oikos
```

## License
The software is licensed under the MIT license, with copyright by Marcos Jr.
