Metadata-Version: 2.1
Name: differences
Version: 0.1.0
Summary: difference-in-differences estimation and inference in Python
Home-page: https://github.com/bernardodionisi/differences
License: GPLv3
Author: Bernardo Dionisi
Author-email: bernardo.dionisi@gmail.com
Requires-Python: >=3.8,<4.0.0
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: formulaic (>=0.3.4,<0.4.0)
Requires-Dist: joblib (>=1.2.0,<2.0.0)
Requires-Dist: linearmodels (>=4.27,<5.0)
Requires-Dist: numpy (>=1.23.4,<2.0.0)
Requires-Dist: pandas (>=1.4,<1.5)
Requires-Dist: plotto (>=0.1.1,<0.2.0)
Requires-Dist: pyhdfe (>=0.1.0,<0.2.0)
Requires-Dist: scikit-learn (>=1.1.3,<2.0.0)
Requires-Dist: scipy (>=1.9.3,<2.0.0)
Requires-Dist: statsmodels (>=0.13,<1.0)
Requires-Dist: tqdm (>=4.64.1,<5.0.0)
Project-URL: Repository, https://github.com/bernardodionisi/differences
Description-Content-Type: text/markdown

difference-in-differences and event study estimation and inference in Python.


## Installing

The latest release can be installed using pip

```bash
pip install differences
```

see the [Documentation](https://differences.readthedocs.io/en/latest/) for more details.

