Metadata-Version: 2.1
Name: datasette-write-ui
Version: 0.0.1a2
Home-page: https://github.com/asg017/datasette-write-ui
Author: Alex Garcia
License: Apache License, Version 2.0
Project-URL: Issues, https://github.com/asg017/datasette-write-ui/issues
Project-URL: CI, https://github.com/asg017/datasette-write-ui/actions
Project-URL: Changelog, https://github.com/asg017/datasette-write-ui/releases
Classifier: Framework :: Datasette
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# datasette-write-ui

[![PyPI](https://img.shields.io/pypi/v/datasette-write-ui.svg)](https://pypi.org/project/datasette-write-ui/)
[![Changelog](https://img.shields.io/github/v/release/asg017/datasette-write-ui?include_prereleases&label=changelog)](https://github.com/asg017/datasette-write-ui/releases)
[![Tests](https://github.com/asg017/datasette-write-ui/workflows/Test/badge.svg)](https://github.com/asg017/datasette-write-ui/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/asg017/datasette-write-ui/blob/main/LICENSE)

## Work in progress!

Still being built, missing key features and safety.

## Installation

Install this plugin in the same environment as Datasette.

    datasette install datasette-write-ui

## Usage

Usage instructions go here.

## Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

    cd datasette-write-ui
    python3 -m venv venv
    source venv/bin/activate

Now install the dependencies and test dependencies:

    pip install -e '.[test]'

To run the tests:

    pytest

## TODO

- [ ] check for permissions
- [ ] insert
- [ ] delete
- [ ] plugin config for input (text vs textarea, )
- [ ] blob file input
