Metadata-Version: 2.1
Name: eventstudy
Version: 0.1a3
Summary: Event Study package is an open-source python project created to facilitate the computation of financial event study analysis.
Home-page: https://github.com/LemaireJean-Baptiste/eventstudy
Author: Jean-Baptiste Lemaire
Author-email: lemaire.jeanbaptiste@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: statsmodels
Requires-Dist: scipy

# Event Study package

Event Study package is an open-source python project created 
to facilitate the computation of financial event study analysis.

## Install

```bash
$ pip install eventstudy
```

## Documentation

You can read the full documentation [here](https://lemairejean-baptiste.github.io/eventstudy/).

Go through the [Get started section](https://lemairejean-baptiste.github.io/eventstudy/get_started.html) to discover through simple 
examples how to use the `eventstudy` package to run your event study for a single event or a sample of events.

Read the [API guide](https://lemairejean-baptiste.github.io/eventstudy/api/index.html) for more details on functions and their parameters.

