No project description provided
Project description
datasette-short-links
A URL link shortener for Datasette. Work in progress!
Installation
This plugin requires an alpha version of Datasette 1.0, because it uses Datasette's internal database introduced in 1.0a5
.
pip install datasette==1.0a5
After than, you can install this plugin in the same environment as Datasette.
datasette install datasette-short-links
Usage
Once installed, the bottom of each page with have a "Copy URL" button at the bottom of that page. That URL will link directly back to the same page.
A short URL will look something like: http://localhost:8001/-/l/01h973jcqspxrhzy00zebhx748
To take full advantage of this plugin, use a persistent internal database to store links even after your Datasette instance exits. This can be done with the --internal
flag:
datasette --internal internal.db my_data.db
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd datasette-short-links
python3 -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
Project details
Release history Release notifications | RSS feed
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
Hashes for datasette-short-links-0.0.1a4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c94687e6875d140d361a5e0aab585363b181524726530f622319744dbcf4aec3 |
|
MD5 | d2c9b78f464255dfc769bed00ca4902f |
|
BLAKE2b-256 | 24cbc7dbde569300c29f5aa00853e541fd03c215d13480a63fd20fcf54f104fc |
Hashes for datasette_short_links-0.0.1a4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e7f2871d3b5e847dfddfff5ff7da359cfcd3cb4454f3859ad058f3519692cdc |
|
MD5 | 69f828c5abeddcbca38b69b42004a9b1 |
|
BLAKE2b-256 | 946d6c7d76ec510edb33a12a819b24d5656b259f77139b96619cb44ba9e0a0eb |