Skip to main content

Museum_API objects which converts in json form and then json to pdf,html,xml,csv formats

Project description

Museum_API_conversions

Converts Museum_API objectIDs into pdf, html, csv and xml files.

usage

Make sure you have python installed in your system

Run following command in command prompt

pip install Museum_API_conversions

Example

import Museum_API_conversions

api = Museum_API_conversions.MuseumAPI(Museum_API_url)

df = api.api_to_dataframe(1, 5)

The above step is must in order to convert dataframe into html, csv and xml

csv_file = 'Museum_API_5to8.csv'

html_file = 'Museum_API_5to8.html'

xml_file = 'Museum_API_5to8.xml'

pdf_file = 'Museum_API_5to8.pdf'

api.dataframe_to_csv(df, csv_file)

api.dataframe_to_html(df, html_file)

api.html_to_pdf(html_file, pdf_file)

api.dataframe_to_xml(df, xml_file)

parameters

Museum_API(url=Museum_API_url)

url contains the url of Museum_API objectIDs

api.api_to_dataframe(st=None, sp=None)

default st and sp will be 0 to 50

if st parameter is None then by default it will be 0

if sp parameter is None then by default it will be st+50

Note

objectIDs are between 0 and 830985

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

Museum_API_conversions-0.0.6.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

Museum_API_conversions-0.0.6-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

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