Metadata-Version: 1.0
Name: python-mdc-utils
Version: 2012.1
Summary: Automate exporting Mock Draft Central baseball ADP rankings
Home-page: https://github.com/mattdennewitz/mdc-utils/
Author: Matt Dennewitz
Author-email: mattdennewitz@gmail.com
License: BSD
Description: # Mock Draft Central Data Exporter
        
        Exports Mock Draft Central baseball ADP values in CSV format.
        
        ## Installation
        
        ```bash
        $ pip install python-mdc-utils
        ```
        
        ## Usage
        
        ```bash
        usage: download-mdc-adp [-h] -u USERNAME -p PASSWORD [--headers]
        
        optional arguments:
          -h, --help            show this help message and exit
          -u USERNAME, --username USERNAME
                                Mock Draft Central username
          -p PASSWORD, --password PASSWORD
                                Mock Draft Central password
          --headers             Include CSV headers in export
        ```
        
        ## Notes
        
        - This app is hard-coded for baseball, mixed 5x5 only. It may not always be this way.
        - Usage of this app requires a Mock Draft Central account.
        
Keywords: mockdraftcentral baseball data
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
