Metadata-Version: 1.1
Name: footylib
Version: 3.0.2
Summary: Get season matches for Footy.eu
Home-page: https://github.com/wefner/footy
Author: Oriol Fabregas
Author-email: fabregas.oriol@gmail.com
License: Apache-2.0
Description-Content-Type: UNKNOWN
Description: Introduction
        ============
        
        Python library for footy.eu website.
        
        Version 1.0 is deprecated. Please see USAGE or `Read the Docs <http://footy.readthedocs.io/en/latest/>`_
        
        
        
        
        
        History
        -------
        
        0.0.1 (2016-12-16)
        ------------------
        
        * First packaged release
        
        2.0.7 (2017-02-14)
        ------------------
        
        * Reverting to modify locale to change datetime
        * Using dateparser module
        
        3.0.0 (2017-09-07)
        ------------------
        
        * Getting new HTML tags for new WordPress theme
        * Removing divisions as every competition has its own URL
        * Getting all Team and Matches attributes as list index
        * Explicit datetime format as it confused month/day in some cases
        
        3.0.1 (2017-09-08)
        ------------------
        
        * Named tuples instead of lists when getting details for a Match/Team
        
        3.0.2 (2018-01-15)
        ------------------
        
        * Added new 'info' field for Match
        * Fix encodings
        * Fix string evaluation as case insensitive
        
Keywords: footylib
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
