Criminal Export Utils
A utility library for exporting data to Excel and CSV files in PySide6 applications.
Installation
pip install criminal-export-utils
Usage
from criminal_export_utils import export_data_to_file
data = [{"name": "John", "age": 30}, {"name": "Jane", "age": 25}] export_data_to_file(data, parent_widget, "output_filename")
Features
- Export data to Excel (.xlsx) format
- Export data to CSV format
- File dialog integration with PySide6
Release files for criminal-export-utils 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| criminal_export_utils-0.1.0.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| criminal_export_utils-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.6 kB
Release files / criminal_export_utils-0.1.0.tar.gz
| Download URL | criminal_export_utils-0.1.0.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3cb686ba2dc949400b5278051eea7e1aad5e503f3b697da36962c0f90743da8c
|
|
BLAKE2b-256 checksum How to use checksums |
bfb4cd6d01c93b4ec543fc4eb23d42edb993f9791357e555f9ac665b0bff31f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.5
|
Release files / criminal_export_utils-0.1.0-py3-none-any.whl
| Download URL | criminal_export_utils-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
58d6b4335f9a60fc994de7e3c9c153cc73d2ef0d0bdd63867b1d4b1e5955348d
|
|
BLAKE2b-256 checksum How to use checksums |
eee6b25b8346ca2a71bafebc630325bb6fecb098f69d5a036f5f56963fd738ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.5
|