csv-tabulator
The csv-tabulator is a Python package that simplifies the process of converting CSV files into styled HTML tables. The resulting HTML tables are designed to be responsive and visually appealing.
Installation
You can install the package using pip:
pip install csv-tabulator
Usage
>>> from csv_tabulator import converter
>>> converter.convert('/Users/amiaynarayan/Projects/utilities/tabulator/tests/csv_file', 'table.html')
File Reading... Done!
Converting to HTML...
Writing the HTML file to table.html
Done...!
Release files for csv-tabulator 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| csv_tabulator-1.0.1.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| csv_tabulator-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.8 kB
Release files / csv_tabulator-1.0.1.tar.gz
| Download URL | csv_tabulator-1.0.1.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2cd0f5863d13484dcd1fd1b23f1ad6c6c42ed72818103e8dc89c7fcf6b8a65ac
|
|
BLAKE2b-256 checksum How to use checksums |
1396b37ea538bdfa38d02bdcfe333f02785a6af525e969a70897dc1d33429bf5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|
Release files / csv_tabulator-1.0.1-py3-none-any.whl
| Download URL | csv_tabulator-1.0.1-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
28b8bb759766650869418b01da125ee315d5b7563fe79923cc5e4dba283f2bc6
|
|
BLAKE2b-256 checksum How to use checksums |
75043cc0a1bf05be4d7a06bc425c3616e01b8e038e235bc9398476b22d993269
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|