Skip to content

This is the Implementation of RESTFUL WEB API in bottle and petl framework. petl is used for Processing data and bottle is used for handling Requests from the web and return the requested data.

Notifications You must be signed in to change notification settings

Nouman945/Python-RestFul-Web-API-in-Bottle-and-Petl-Framework

Repository files navigation

Python-RestFul-Web-API-in-Bottle-and-Petl-Framework

This is the Implementation of RESTFUL WEB API in bottle and petl framework. petl is used for Processing data, and bottle is used for handling Requests from the web and return the requested data.

pip install petl
pip install bottle

Data_integration.py File

Python script file with the name ‘data_integration.py’ correctly merge the records from different given data sources into one CSV output file named “clinic_service_locations.csv”.

Web_Service.py File

web_service.py script provides two RESTFUL WEB services.

  1. Get services by postcode
  2. Get Clinics by Service name

About

This is the Implementation of RESTFUL WEB API in bottle and petl framework. petl is used for Processing data and bottle is used for handling Requests from the web and return the requested data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages