Datasette plugin for importing tables from other Datasette instances
Project description
datasette-import-table
Datasette plugin for importing tables from other Datasette instances
Warning: alpha software. This doesn't yet have any permissions checking code.
Installation
Install this plugin in the same environment as Datasette.
$ datasette install datasette-import-table
Usage
Visit /-/import-table
for the interface. Paste in the URL to a table page on another Datasette instance and click the button to import that table.
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd datasette-import-table
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
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
File details
Details for the file datasette-import-table-0.1a1.tar.gz
.
File metadata
- Download URL: datasette-import-table-0.1a1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1796bb77635c7434015665f777e02ed9dfb145147399bbbc5476583d54ecf255 |
|
MD5 | d96f742c6d332e0c1e7289189e23250b |
|
BLAKE2b-256 | 579b4a84919bc36a1be0284169c4606f9bd6faf957a558f4f1218264749f5944 |
File details
Details for the file datasette_import_table-0.1a1-py3-none-any.whl
.
File metadata
- Download URL: datasette_import_table-0.1a1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99ba402cf789a5bb43b6ddc3a3625952ca31fbe4b699b7092af0aebba48c9236 |
|
MD5 | f7a5296634a9d62f8a35019011926a13 |
|
BLAKE2b-256 | 307cba9f65422ef72909a2efce7e41ca964af076e736fb9ae468c4537530b457 |