# datasette-upload-csvs
[![PyPI](https://img.shields.io/pypi/v/datasette-upload-csvs.svg)](https://pypi.org/project/datasette-upload-csvs/)
[![Changelog](https://img.shields.io/github/v/release/simonw/datasette-upload-csvs?include_prereleases&label=changelog)](https://github.com/simonw/datasette-upload-csvs/releases)
[![Tests](https://github.com/simonw/datasette-upload-csvs/workflows/Test/badge.svg)](https://github.com/simonw/datasette-upload-csvs/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-upload-csvs/blob/main/LICENSE)
Datasette plugin for uploading CSV files and converting them to database tables
## Installation
datasette install datasette-upload-csvs
## Usage
The plugin adds an interface at `/-/upload-csvs` for uploading a CSV file and using it to create a new database table.
By default only [the root actor](https://datasette.readthedocs.io/en/stable/authentication.html#using-the-root-actor) can access the page - so you'll need to run Datasette with the `--root` option and click on the link shown in the terminal to sign in and access the page.
The `upload-csvs` permission governs access. You can use permission plugins such as [datasette-permissions-sql](https://github.com/simonw/datasette-permissions-sql) to grant additional access to the write interface.
Raw data
{
"_id": null,
"home_page": "https://datasette.io/plugins/datasette-upload-csvs",
"name": "datasette-upload-csvs",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "Simon Willison",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/33/49/57574ea0f351ff3ce8217d2d88c5dbeceb81b7163df857a27dcbfa4e0fea/datasette-upload-csvs-0.9.1.tar.gz",
"platform": null,
"description": "# datasette-upload-csvs\n\n[![PyPI](https://img.shields.io/pypi/v/datasette-upload-csvs.svg)](https://pypi.org/project/datasette-upload-csvs/)\n[![Changelog](https://img.shields.io/github/v/release/simonw/datasette-upload-csvs?include_prereleases&label=changelog)](https://github.com/simonw/datasette-upload-csvs/releases)\n[![Tests](https://github.com/simonw/datasette-upload-csvs/workflows/Test/badge.svg)](https://github.com/simonw/datasette-upload-csvs/actions?query=workflow%3ATest)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-upload-csvs/blob/main/LICENSE)\n\nDatasette plugin for uploading CSV files and converting them to database tables\n\n## Installation\n\n datasette install datasette-upload-csvs\n\n## Usage\n\nThe plugin adds an interface at `/-/upload-csvs` for uploading a CSV file and using it to create a new database table.\n\nBy default only [the root actor](https://datasette.readthedocs.io/en/stable/authentication.html#using-the-root-actor) can access the page - so you'll need to run Datasette with the `--root` option and click on the link shown in the terminal to sign in and access the page.\n\nThe `upload-csvs` permission governs access. You can use permission plugins such as [datasette-permissions-sql](https://github.com/simonw/datasette-permissions-sql) to grant additional access to the write interface.\n",
"bugtrack_url": null,
"license": "Apache License, Version 2.0",
"summary": "Datasette plugin for uploading CSV files and converting them to database tables",
"version": "0.9.1",
"project_urls": {
"CI": "https://github.com/simonw/datasette-upload-csvs/actions",
"Changelog": "https://github.com/simonw/datasette-upload-csvs/releases",
"Homepage": "https://datasette.io/plugins/datasette-upload-csvs",
"Issues": "https://github.com/simonw/datasette-upload-csvs/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bb0ea4b3502705f1cb596af36755cf036d74a7706c91318483881b8449406a90",
"md5": "9ffed3cb05612f93452f99b12b1aa0fd",
"sha256": "bacf6a0786d6752ed1fbc1ee042d26460a5cfd08f3260689f1990bf3017f722c"
},
"downloads": -1,
"filename": "datasette_upload_csvs-0.9.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9ffed3cb05612f93452f99b12b1aa0fd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 11772,
"upload_time": "2024-03-14T02:45:55",
"upload_time_iso_8601": "2024-03-14T02:45:55.019472Z",
"url": "https://files.pythonhosted.org/packages/bb/0e/a4b3502705f1cb596af36755cf036d74a7706c91318483881b8449406a90/datasette_upload_csvs-0.9.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "334957574ea0f351ff3ce8217d2d88c5dbeceb81b7163df857a27dcbfa4e0fea",
"md5": "f350b886a7b04875741fcc304e39220a",
"sha256": "7f9b99439503a9bc27ada2a2c53bca9b2c59b9a1662780ed5000e8403eea62fb"
},
"downloads": -1,
"filename": "datasette-upload-csvs-0.9.1.tar.gz",
"has_sig": false,
"md5_digest": "f350b886a7b04875741fcc304e39220a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 12875,
"upload_time": "2024-03-14T02:45:56",
"upload_time_iso_8601": "2024-03-14T02:45:56.543471Z",
"url": "https://files.pythonhosted.org/packages/33/49/57574ea0f351ff3ce8217d2d88c5dbeceb81b7163df857a27dcbfa4e0fea/datasette-upload-csvs-0.9.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-14 02:45:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "simonw",
"github_project": "datasette-upload-csvs",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "datasette-upload-csvs"
}