Metadata-Version: 2.1
Name: matchups
Version: 0.3.6
Summary: Provides pitch data on pitcher and batter matchups.
Home-page: https://github.com/hdoupe/Matchups
Author: Hank Doupe
Author-email: henrymdoupe@gmail.com
License: UNKNOWN
Description: # Matchups
        
        Provides pitch data on pitcher and batter matchups.
        
        Setup
        -------------
        
        #  Set conda environment.
        ```
        conda create -n matchups-dev pip pandas numpy pyarrow
        conda activate matchups-dev
        ```
        
        # Install from source
        ```
        pip install -e .
        ```
        
        # Install using pip
        ```
        pip install -U matchups
        ```
        
        # Run tests
        ```
        pip install -r requirements.txt
        py.test
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
