Metadata-Version: 2.4
Name: era_py
Version: 0.0.6
Summary: Helper functions for the Python version of Empirical Research in Accounting: Tools and Methods
Author: Ian D. Gow
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: statsmodels
Requires-Dist: scipy
Requires-Dist: requests
Requires-Dist: pyreadr
Requires-Dist: patsy
Provides-Extra: tables
Requires-Dist: great-tables; extra == "tables"

# era_py

Helpers for the Python port of *Empirical Research in Accounting: Tools and Methods*.

## Install

```
pip install era-py
pip install "era-py[tables]"
```

## Usage
```python
from era_py import ols_dropcollinear
```
