![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
CLI tool to convert data in a CSV file into an HTML table with basic formatting.
The tool lets you:
td
tags that fall under a given column)Please see requirements.txt
and dev-requirements.txt
for full list of dependencies.
It's recommended to create and activate a virtual environment before installing.
For the latest stable release, install from PyPI package with pip
:
$ pip install tablify-csv
To install the latest development version, run the following:
$ pip install git+https://github.com/ralphqq/tablify-csv
Once installed, tablify-csv
can now be used without any additional configuration required. If applicable, make sure that the virtual environment where you pip installed tablify-csv
is activated.
The current version of tablify-csv
assumes the CSV file to be parsed has:
To convert a CSV file:
$ tablify-csv CSV_FILENAME
This will save the HTML table in a file with the same name as the CSV file except the extension will be .html
.
To specify a filename for the output file:
$ tablify-csv CSV_FILENAME --output-file OUTPUT_FILENAME
To copy the resulting HTML table to the clipboard (without saving to an output file):
$ tablify-csv CSV_FILENAME --clip
To copy the resulting HTML table to the clipboard and save it to an output file:
$ tablify-csv CSV_FILENAME --output-file OUTPUT_FILENAME --clip
$ pip install -r dev-requirements.txt
$ pytest
Note: To ensure coding style consistency, this project uses pre-commit hooks. You may also want to initialize pre-commits into your local development clone (this is strongly recommended if you want to contribute, see Contributing
section).
$ pre-commit install
$ pre-commit install
$ git checkout -b feature/some-new-thing
$ git commit -m "Develop new thing"
$ git push origin feature/some-new-thing
tablify-csv
is available under the MIT License.
FAQs
CLI tool that turns a CSV file into an HTML table with basic formatting
We found that tablify-csv demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.