Metadata-Version: 1.1
Name: elex
Version: 0.1.1
Summary: Python client for parsing the Associated Press's elections API.
Home-page: https://github.com/newsdev/elex
Author: Jeremy Bowers
Author-email: jeremy.bowers@nytimes.com
License: Apache License 2.0
Description: ====
        ELEX
        ====
        
        Get database-ready election results from the Associated Press Election API v2.0.
        
        Designed to be fast, friendly, and largely agnostic to stack/language/database choice. Basic usage is
        as simple as:
        
        .. code:: bash
        
            elex results 2015-11-21 > results.csv
        
        Important links:
        
        * Documentation: http://elex.readthedocs.org/
        * Repository: https://github.com/newsdev/elex/
        * Issues: https://github.com/newsdev/elex/issues
        * Roadmap: https://github.com/newsdev/elex/milestones
        * Demo implementation: https://github.com/nprapps/ap-election-loader
        
        Still using the AP's FTP system for results? Use the Los Angeles Times' `python-elections <https://github.com/datadesk/python-elections>`_ library.
        
        .. image:: https://travis-ci.org/newsdev/elex.png
            :target: https://travis-ci.org/newsdev/elex
            :alt: Build status
        
        .. image:: https://img.shields.io/pypi/dw/elex.svg
            :target: https://pypi.python.org/pypi/elex
            :alt: PyPI downloads
        
        .. image:: https://img.shields.io/pypi/v/elex.svg
            :target: https://pypi.python.org/pypi/elex
            :alt: Version
        
        .. image:: https://img.shields.io/pypi/l/elex.svg
            :target: https://pypi.python.org/pypi/elex
            :alt: License
        
        .. image:: https://img.shields.io/pypi/pyversions/elex.svg
            :target: https://pypi.python.org/pypi/elex
            :alt: Support Python versions
        
Keywords: election race candidate democracy news associated press
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
