Skip to main content

Data processor and converter for Python

Project description

Python Data Converter

Converter library for XLS, CSV, OpenAPI, URLs using a simple Drag & Drop UI.


Product Roadmap

Status Format Output Info
NA OpenAPI DB Model DB Model(s) extraction
NA OpenAPI DataTables Paginated DT (vanilla JS)
--- --- --- ---
NA Pandas DF DB Model DB Model
NA Pandas DF Export (with filters) CSV, PDF
NA Pandas DF DataTables Paginated Data View (vanilla JS)
NA Pandas DF Charts Data to visualisation
--- --- --- ---
NA CSV DB Model DB Model
NA CSV Export (with filters) CSV, PDF
NA CSV DataTables Paginated Data View (vanilla JS)
NA CSV Charts Data to visualisation

Build from sources

$ # Clone the sources
$ git clone https://github.com/app-generator/devtool-python-converter.git
$ cd devtool-python-converter
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv env
$ source env/bin/activate
$
$ # Install requirements
$ pip3 install -r requirements.txt
$
$ # Set the FLASK_APP environment variable
$ (Unix/Mac) export FLASK_APP=run.py
$ (Windows) set FLASK_APP=run.py
$ (Powershell) $env:FLASK_APP = ".\run.py"
$
$ flask run 


Python Data Converter - Tool provided by AppSeed.

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

python-data-converter-0.0.2.tar.gz (3.9 kB view hashes)

Uploaded Source

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