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
Release files for nppes 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nppes-0.1.4.tar.gz | 4.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nppes-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.6 kB
Release files / nppes-0.1.4.tar.gz
| Download URL | nppes-0.1.4.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ae220a56b791a41189b5e481b60e49d39d8f3defb3834b28639e3d4a7cec44a0
|
|
BLAKE2b-256 checksum How to use checksums |
a6bb6f480ad87d10a3d2c14361079a280b54f881b2e408096a5e70cbffdb003f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.9 CPython/3.8.2 Darwin/18.7.0
|
Release files / nppes-0.1.4-py3-none-any.whl
| Download URL | nppes-0.1.4-py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
85c2a4b35186dfe035f2b2bbc013a8d34d2e40b9d808475f2067df320bd88420
|
|
BLAKE2b-256 checksum How to use checksums |
24428c26b9544d2f762fbd67c4c89e8386bd94e4852a155c20e32b2c10a01fdd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.9 CPython/3.8.2 Darwin/18.7.0
|