Python interface for Federal Communication Commission web API
Project description
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
Like most other PyPI packages.
pip install fcc
Or download the source code and run setup.py
python setup.py install
Usage
Import the wrapper functions to use in your code.
>>> from fcc.census_block_conversions import census_block_fips >>> census_block_fips(34.86,-111.79) '040250018012017'
Or use the simple command line script.
$ census_block_conversions 34.86 -111.79 040250018012017 $ echo '34.86,-111.79' > coordinates.csv $ census_block_conversions < coordinates.csv 040250018012017
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fcc-0.1.3.tar.gz
(3.5 kB
view details)
File details
Details for the file fcc-0.1.3.tar.gz
.
File metadata
- Download URL: fcc-0.1.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 654932264b5130b3b549b80aabe4a3c7439fdab7bb4ee0d4de1d99c538fe519f |
|
MD5 | 6646140557babce7bc8358ce98c5cf4d |
|
BLAKE2b-256 | eec6bf44cce0a25d015e559e92ac1bfe2ccffc3aaa2586c2d4985a0ec0255155 |