Metadata-Version: 2.4
Name: era_py
Version: 0.0.2
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
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

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