Skip to main content

This package allows flet developers to easily import SQL, CSV, Excel or Json tables into flet's DataTable.

Project description

simpledt

This is a third party party package for the framework Flet.

It enables Flet users to serialize

  • Pandas DataFrame
  • SQL
  • CSV
  • JSON
  • Excel

Into Flet's DataTable.

For documentation and other details, please visit the project repository

Release notes:

Version 0.3.4

  • Added **kwargs to every shortcut function

Example usage:

import flet as ft
from simpledt import CSVDataTable

def main(page: ft.Page):
    csv = CSVDataTable("MOCK_DATA2.csv", delimiter=";")
    datatable = csv.datatable
    page.add(datatable)

ft.app(target=main)

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

simpledatatable-0.3.4.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

simpledatatable-0.3.4-py3-none-any.whl (5.3 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