Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonw/datasette-render-binary
Datasette plugin for rendering binary data
https://github.com/simonw/datasette-render-binary
datasette datasette-io datasette-plugin
Last synced: 27 days ago
JSON representation
Datasette plugin for rendering binary data
- Host: GitHub
- URL: https://github.com/simonw/datasette-render-binary
- Owner: simonw
- License: apache-2.0
- Created: 2019-06-09T15:25:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T06:44:29.000Z (almost 2 years ago)
- Last Synced: 2024-05-14T00:34:28.891Z (6 months ago)
- Topics: datasette, datasette-io, datasette-plugin
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datasette-render-binary
[![PyPI](https://img.shields.io/pypi/v/datasette-render-binary.svg)](https://pypi.org/project/datasette-render-binary/)
[![Changelog](https://img.shields.io/github/v/release/simonw/datasette-render-binary?include_prereleases&label=changelog)](https://github.com/simonw/datasette-render-binary/releases)
[![Tests](https://github.com/simonw/datasette-render-binary/workflows/Test/badge.svg)](https://github.com/simonw/datasette-render-binary/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-render-binary/blob/main/LICENSE)Datasette plugin for rendering binary data.
Install this plugin in the same environment as Datasette to enable this new functionality:
pip install datasette-render-binary
Binary data in cells will now be rendered as a mixture of characters and octets.
![Screenshot](https://raw.githubusercontent.com/simonw/datasette-render-binary/master/example.png)