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 details)
Built Distribution
File details
Details for the file simpledatatable-0.3.4.tar.gz
.
File metadata
- Download URL: simpledatatable-0.3.4.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea486844f25bd06b413f86e0249aba1310b2389a984b99a8cb5363beed24f887 |
|
MD5 | 34fcf98d4e4ff27757f83595cc5dff2c |
|
BLAKE2b-256 | 5d04479d7ce7b7913c411392f9ad34f473cd5a73d2fb3687b62ca9963f7ab98e |
File details
Details for the file simpledatatable-0.3.4-py3-none-any.whl
.
File metadata
- Download URL: simpledatatable-0.3.4-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4f584d9c3c7be05e12339423ef45db86bc60eee57198dfbe20d9a79cf599bb6 |
|
MD5 | 8d0daa984c339a41160f8a81c3ab7f7b |
|
BLAKE2b-256 | a35e680bfcb43721cc5a75dad0cb4463a7fc6437556f994a0a98f1bad49fea58 |