A simple Django application that provides a UI and RESTFul API for read only access to NPPES data.
Project description
django-providerregistry is a simple Django application that provides UI and a RESTFul API for read-only access to public information contained within NPPES (a.k.a. the NPI database).
Detailed documentation for using the API is in the “docs” directory. Installation instructions are below.
Quick Start
Install MongoDB according to http://docs.mongodb.org/manual/installation/
Download and import the NPPES Public Data into MongoDB.
You can use the script “loadnppes.py”, part of to do this for you in one big step. loadnppes.py is part of the provider-data-tools package.
Pip install django-providerregistry and prerequisites:
pip install pymongo django-providerregistry
Add “providerregistry” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'providerregistry', )
Include the direct URLconf in your project urls.py like this:
url(r'^registry/', include('providerregistry.urls')),
Create the models that contain informationto help with searching:
python manage.py syncdb
Collect static content:
python manage.py collectstatic
Start the development server:
python manage.py runserver
Point your browser to htpp://127.0.0.1:8000/registry
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-providerregistry-0.6.0.tar.gz
.
File metadata
- Download URL: django-providerregistry-0.6.0.tar.gz
- Upload date:
- Size: 11.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a615c4fb3713236c4274ea221740e24d955c27845e568134e8e117787c566d14 |
|
MD5 | d2a4bd2122bcc881d6835e27406ff20f |
|
BLAKE2b-256 | 11db2ffaba717ec711cdd3f7005215fd9687dfad3f1592251594e04abc5de170 |