pypi_packages: datasette-upload-csvs
This data as json
name | summary | classifiers | description | author | author_email | description_content_type | home_page | keywords | license | maintainer | maintainer_email | package_url | platform | project_url | project_urls | release_url | requires_dist | requires_python | version | yanked | yanked_reason |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
datasette-upload-csvs | Datasette plugin for uploading CSV files and converting them to database tables | [] | # datasette-upload-csvs [](https://pypi.org/project/datasette-upload-csvs/) [](https://github.com/simonw/datasette-upload-csvs/releases) [](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. | Simon Willison | text/markdown | https://datasette.io/plugins/datasette-upload-csvs | Apache License, Version 2.0 | https://pypi.org/project/datasette-upload-csvs/ | https://pypi.org/project/datasette-upload-csvs/ | {"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"} | https://pypi.org/project/datasette-upload-csvs/0.8.2/ | ["datasette (>=0.61)", "asgi-csrf (>=0.7)", "starlette", "aiofiles", "python-multipart", "charset-normalizer", "sqlite-utils", "pytest ; extra == 'test'", "pytest-asyncio ; extra == 'test'", "asgiref ; extra == 'test'", "httpx ; extra == 'test'", "asgi-lifespan ; extra == 'test'"] | >=3.7 | 0.8.2 | 0 |