Hello Coders!
The video mentioned in this article explains how to use a free conversion tool written in Python to manipulate and convert information into different formats. The tool is a simple UI able to convert OpenAPI
descriptors, CSV
, and DataFrames
into Python Models
definition (allows editing), Data tables
, and charts
. The whole process is visual.
Thanks for reading!
-
Python
Generator & Converter –LIVE demo
-
Python
Generator & Converter –source code
Is important to know that the sources are released under EULA License: free for students, personal projects (non-commercial), and NGOs. Here is the list with supported conversions:
-
OpenAPI
(JSON) tomodels
(Flask, Django) -
Edit extracted modules
-
CSV
toModels
-
CSV
toDataTables
-
CSV
toCharts
-
DataFrames
toModels
,DataTables
-
DataFrames
export (JSON
,CSV
,SQL
format)
Video transcript
- Access the public repository: Python Converter
- Present the tool features
- Start the project in a local environment
- Upload different inputs:
CSV
,DataFrames
-
Convert OpenAPI
files -
Convert CVS
files -
Convert DataFrames
files
The product is under heavy development and 2nd iteration will include: Yaml format for OpenAPI, Swagger UI (remote processing), and Remote Databases conversions.
Thanks for reading!
For more resources, please access:
- Free support provided by AppSeed (email & Discord)
- More free dashboards crafted in Flask, Django, and React
原文链接:Free Python Converter Tool – DataFrames, OpenAPI, CSV to Models, DataTables
暂无评论内容