Metadata-Version: 2.4
Name: deepecon
Version: 0.1.0
Summary: A econometrics algorithms package in Python
Author-email: SongTan <sepinetam@gmail.com>
License: MIT
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: numpy>=2.0.2
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pandas>=2.2.3
Description-Content-Type: text/markdown

# DeepEcon
DeepEcon：Your one-stop Python package for econometric algorithms

[![en](https://img.shields.io/badge/lang-English-red.svg)](README.md)
[![cn](https://img.shields.io/badge/语言-中文-yellow.svg)](source/docs/README/cn/README.md)
[![PyPI version](https://img.shields.io/pypi/v/deepecon.svg)](https://pypi.org/project/deepecon/)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Issue](https://img.shields.io/badge/Issue-report-green.svg)](https://github.com/sepinetam/deepecon/issues/new)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/SepineTam/DeepEcon)

## Installation
### Install from Pypi
```bash
pip install deepecon
```

### Manage with uv
```bash
uv add deepecon
```

or

```bash
uv pip install deepecon
```

### Install from GitHub
```bash
pip install git+https://github.com/sepinetam/deepecon.git
```

Alternatively, you can install it from the source:

```bash
# please source your environment first
# For macOS and Linux
# source .venv/bin/activate
# For Windows
# .venv\Scripts\activate

git clone https://github.com/sepinetam/deepecon.git
cd deepecon
pip install -e .
```

## License
[MIT License](LICENSE)

## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=sepinetam/deepecon&type=Date)](https://www.star-history.com/#sepinetam/deepecon&Date)

