Metadata-Version: 2.4
Name: macroeconomy
Version: 0.1.1
Summary: An realism economic analysis package.
Author-email: Jerry_Skywolf <jerryskywolf@outlook.com>
License-Expression: GPL-3.0
Keywords: Jerry Skywolf,Jerry_Skywolf,macroeconomy,economy,economic analysis,New Classical Macro Theory
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: sympy
Requires-Dist: matplotlib
Dynamic: license-file

# Macroeconomy  _0.1.1_

A macroeconomic analysis package followed the philosophy and methods of the New Classical Macro Theory.

### User Guide
Call the classes directly is quite a practical method, for instance,

`from macroenonmy.base import *`

`state = BasicEconomy(1.0, 0.0085, 0.6, 20)`

Detailed introduction of every class is available in their own code areas, and a brief example is available in the `if __name__=='__main__'` part at the end of some main files.

### Download

Here is my website:
* https://github.com/JerrySkywolf

This package could be downloaded through PyPi by:

`pip install macroeconomy`

View at the webpage
* https://pypi.org/project/macroeconomy
