Skip to main content

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

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

ArtCollection-0.0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

ArtCollection-0.0.1-py3-none-any.whl (3.6 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