python-fcc

A Python wrapper for the FCC Reboot APIs
Download

python-fcc Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Publisher Name:
  • johnfn, quadrismegistus
  • Publisher web site:
  • http://github.com/codeforamerica/

python-fcc Tags


python-fcc Description

A Python wrapper for the FCC Reboot APIs python-fcc is a Python wrapper for the FCC Reboot APIs.Installation: python setup.py installUsage Examples:import broadband_api# Create an object to interface with the Broadband APIbb = BroadbandApi()# Get the data!print bb.get_data(latitude=37, longitude=-122) # (Should be San Francisco)# Most of the rest is done the same way...# Make a License View API objectlv = LicenseViewAPI()# Use it!lv.get_licenses(searchValue = "Verizon Wireless") Requirements: · Python


python-fcc Related Software