Metadata-Version: 2.1
Name: python-data-converter
Version: 0.0.1
Summary: Data processor and converter for Python
Home-page: https://github.com/app-generator/devtool-python-converter
Author: AppSeed.us
Author-email: support@appseed.us
License: MIT License
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: User Interfaces
Description-Content-Type: text/markdown
License-File: LICENSE.md

# Python Data Converter

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

<br />

> Product Roadmap 

| Status | Format | Output | Info | 
| --- | --- | --- | --- |
| NA | OpenAPI | `DB Model` | DB Model  |
| 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  |
| --- | --- | --- | --- |

<br />

## Build from sources

```bash
$ # 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 
```

<br />

---
Python Data Converter - Tool provided by [AppSeed](https://appseed.us).


