Skip to content

jturan/nppes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nppes

Package to interface with the Center for Medicare and Medicaid's (CMS) National Plan and Provider Enumeration System (NPPES).

To Install

$ pip install nppes

Search

To search the NPPES API, simply search via your terminal.

$ search_nppes_api --first_name James --last_name Moore

To search the NPPES API and put results into a DataFrame:

from nppes import nppes_df

df = nppes_df(first_name='James', last_name='Moore')

Optional arguments include:

  • number
  • enumeration_type
  • taxonomy_description
  • first_name
  • last_name
  • organization_name
  • address_purpose
  • city
  • state
  • postal_code
  • limit

Development

To run all tests:

$ nox

About

Package to interface with the Center for Medicare and Medicaid's (CMS) National Plan and Provider Enumeration System (NPPES).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages