Skip to main content

Convert Api responst to CSV, XML, PDF or HTML file

Project description

Json_X_Converter

Under construction! Not ready for use yet! Currently experimenting and planning!

Developed by Snehal Borkar (c) 2022

Examples of How To Use (Buggy Alpha Version)

Import classes

from Json_X_Converter.api_resp_flat  import ApiCallFlat

from Json_X_Converter.x_converter import XConverter



 

data=ApiCallFlat.api_call(url)

print(data)

df =ApiCallFlat.flatten_json(data)

print(df)



XConverter(df,"test.csv").df_csv()

Methods available in api_resp_flat module - ApiCallFlat class

api_call(url)-Call Api and returns json data

ApiCallFlat.api_call(url)

flatten_json(data)- Take data of type <class: dict> as parameter flatten it and converts to pandas dataframe

ApiCallFlat.flatten_json(data)

api_callflat(url)- Take url of type <class: str> make HTTP request, flatten response and convert to pandas dataframe

ApiCallFlat.flatten_json(data)

Methods available in x_converter module - XConverter class

obj = XConverter(df,file_name)

obj.df_csv()

obj.df_xml()

obj.df_html()

obj.df_pdf(html_filename)

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

Json_X_Converter-0.0.3.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

Json_X_Converter-0.0.3-py3-none-any.whl (5.8 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