Metadata-Version: 2.4
Name: causalinf
Version: 0.0.1
Summary: A comprehensive package for causal inference
Project-URL: Homepage, https://github.com/DiogoFerrari/causalinf
Project-URL: Documentation, https://github.com/DiogoFerrari/causalinf
Project-URL: Changelog, https://github.com/DiogoFerrari/causalinf/blob/master/CHANGELOG.md
Project-URL: Issues, https://github.com/DiogoFerrari/causalinf/issues/
Author-email: Diogo Ferrari <diogoferrari@gmail.com>
Maintainer-email: Diogo Ferrari <diogoferrari@gmail.com>
License-Expression: MIT
Keywords: Causal Effect,Causal inference,DiD,Difference-in-differences,Estimation,IV,Instrumental variable,RDD,Regression discontinuity,SEM,Science,Structural causal models
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: polars
Requires-Dist: tidypolars4sci
Requires-Dist: tools4sci
Description-Content-Type: text/markdown


# causalinf: Python module for causal inference

UNDER DEVELOPMENT

Official website: https://diogoferrari.com/causalinf/

## Installation

Install the development version directly from GitHub with pip:

```bash
pip install git+https://github.com/DiogoFerrari/causalinf.git
```
