Datasette plugin for outputting tables in formats suitable for copy and paste
Project description
datasette-copyable
Datasette plugin for outputting tables in formats suitable for copy and paste
Installation
Install this plugin in the same environment as Datasette.
$ pip install datasette-copyable
Demo
You can try this plugin on fivethirtyeight.datasettes.com - browse for tables or queries there and look for the "copyable" link. Here's an example for a table of airline safety data.
Usage
This plugin adds a .copyable
output extension to every table, view and query.
Navigating to this page will show an interface allowing you to select a format for copying and pasting the demo. The default is TSV, which is suitable for copying into Google Sheets or Excel.
You can add ?_raw=1
to get back just the raw data.
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd datasette-copyable
python3 -mvenv venv
source venv/bin/activate
Or if you are using pipenv
:
pipenv shell
Now install the dependencies and tests:
pip install -e '.[test]'
To run the tests:
pytest
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
Built Distribution
File details
Details for the file datasette-copyable-0.3.2.tar.gz
.
File metadata
- Download URL: datasette-copyable-0.3.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0eacfbb14fd255a903f7ee858bea51cae48e7ba9668a38acebeaaecc82db0b4 |
|
MD5 | fdffbc51631a02b3e0a411dd803d5798 |
|
BLAKE2b-256 | af8909f5889f5f37e5638449beaff393065280d47fa53133ad54f287c8fb3a11 |
File details
Details for the file datasette_copyable-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: datasette_copyable-0.3.2-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96088f78f0dbc0cacdc1ea0310a9bb4f12522f8ce2e3034ce378d681604e547d |
|
MD5 | dd4b6636b922a1ea8379657e8ba7640a |
|
BLAKE2b-256 | 6ddeec952cfe23e9dd52c9a37a94b2ad2eee975177a46211cf80e62a2168373b |