Metadata-Version: 2.1
Name: eventstudy
Version: 0.1a0
Summary: Event Study package is an open-source python project createdto 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
Description: # 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
        ```
        
        ## Learn how to use
        
        Go through the [Get started section](get_started.md) 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](api/index.md) for more details on functions and their parameters.
        
        ## Play with the interactive interface
        
        A user-friendly interface has been developped using [streamlit](https://streamlit.io/) 
        and can be accessed [here](http://192.168.43.141:8501).
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
