Skip to main content

A library of API wrappers for US Federal Government datasets.

Project description

fedwrap

A Python package providing convenient wrappers for accessing and working with US federal datasets, including the American Community Survey and CDC PLACES.


Table of Contents


Overview

fedwrap simplifies access to federal datasets by providing Pythonic wrappers for public APIs and data downloads. The package is designed for researchers, analysts, and developers who need streamlined access to high-value US government data.


Features

  • Easy access to the American Community Survey (ACS) and the CDC PLACES dataset
  • Data returned as pandas DataFrames for easy analysis

Installation

pip install fedwrap

Quick Start

from fedwrap import get_acs_data, get_places_data, get_brfss_data

# Example: Fetch ACS data
acs_df = get_acs_data(
    measureid="HOUSEHOLD_TYPE", 
    year=2022, 
    geography="county"
)

# Example: Fetch CDC PLACES data
places_df = get_places_data(
    geo='county',
    year='2022',
    measureid='ARTHRITIS',
    datavaluetypid='CrdPrv'
)

# Example: Fetch BRFSS data
brfss_df = get_brfss_data(geo="state",
            measure="crude",
            year=2023,
            question_id="CHECKUP1",
            break_out_category="Sex")

Widget

To browse data using a widget with dropdown menus

from fedwrap.widget import display_explorer

display_explorer()

Modules

  • census_acs provides functions for accessing data from the American Community Survey API
  • cdc_places provides functions for accessing data from the CDC PLACES dataset
  • cdc_brfss provides functions for accessing data from the CDC BRFSS dataset

Dependencies

  • pandas
  • requests
  • beautifulsoup4

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or suggestions, open an issue or contact Mark Aronson.

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

fedwrap-1.1.1.tar.gz (36.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fedwrap-1.1.1-py3-none-any.whl (40.8 kB view details)

Uploaded Python 3

File details

Details for the file fedwrap-1.1.1.tar.gz.

File metadata

  • Download URL: fedwrap-1.1.1.tar.gz
  • Upload date:
  • Size: 36.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fedwrap-1.1.1.tar.gz
Algorithm Hash digest
SHA256 99ad83b8ee886aaff5e4a70964fe011f58fdfb2ae780b78fd10e336bc16f9357
MD5 497d99304c134067069b5429a3b2b3db
BLAKE2b-256 7c1c983fe9762662e0d6ee6c472e1d215f6dd322d04572b48ac51bbd3ce1635f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fedwrap-1.1.1.tar.gz:

Publisher: publish-to-pypi.yml on mark-aronson/fedwrap

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fedwrap-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: fedwrap-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 40.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fedwrap-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2fd64180a513855b995a943fb93a9cc17d3aef72c50cad9ee85b2f0ec07f8326
MD5 0cbdb1cfc9a031e9edcae7a11b5e591c
BLAKE2b-256 e01032a3a802048f8496226c5bf10f32b5c02a27ba470e7f93bcb06437393cdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for fedwrap-1.1.1-py3-none-any.whl:

Publisher: publish-to-pypi.yml on mark-aronson/fedwrap

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page