Metadata-Version: 1.1
Name: fcc
Version: 0.1.1
Summary: Python interface for Federal Communication Commission web API
Home-page: http://github.com/selik/fcc-api/
Author: Michael Selik
Author-email: mike@selik.org
License: MIT
Description: =======
        fcc-api
        =======
        
        A pleasant interface for the United States Federal Communications Commission (FCC) data transparency services.
        
        Other Work
        ==========
        
        Sure, there's <https://github.com/codeforamerica/FCC-Python-Egg>, but I'm not a fan of the name and it hasn't been updated in a couple years (as of 2014-Mar-12).
        
        Installation
        ============
        
            python setup.py install
        
        
        Usage
        =====
        
            >>> import fcc.api as fcc
            >>> fcc.census_block_fips(40,-80)
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
