datasette-edit-schema 0.8a0__py3-none-any.whl → 0.8a1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of datasette-edit-schema might be problematic. Click here for more details.

@@ -43,6 +43,7 @@ def table_actions(datasette, actor, database, table):
43
43
  "/-/edit-schema/{}/{}".format(database, quote_plus(table))
44
44
  ),
45
45
  "label": "Edit table schema",
46
+ "description": "Rename the table, add and remove columns...",
46
47
  }
47
48
  ]
48
49
 
@@ -106,6 +107,7 @@ def database_actions(datasette, actor, database):
106
107
  "/-/edit-schema/{}/-/create".format(database)
107
108
  ),
108
109
  "label": "Create a table",
110
+ "description": "Define a new table with specified columns",
109
111
  }
110
112
  ]
111
113
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: datasette-edit-schema
3
- Version: 0.8a0
3
+ Version: 0.8a1
4
4
  Summary: Datasette plugin for modifying table schemas
5
5
  Author: Simon Willison
6
6
  License: Apache-2.0
@@ -13,7 +13,7 @@ Classifier: License :: OSI Approved :: Apache Software License
13
13
  Requires-Python: >=3.8
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
- Requires-Dist: datasette >=1.0a9
16
+ Requires-Dist: datasette >=1.0a13
17
17
  Requires-Dist: sqlite-utils >=3.35
18
18
  Provides-Extra: test
19
19
  Requires-Dist: pytest ; extra == 'test'
@@ -1,4 +1,4 @@
1
- datasette_edit_schema/__init__.py,sha256=D_4FAvSC4fd3bQi15sHGqm9Cjvbco49zwimb6Go67NI,30553
1
+ datasette_edit_schema/__init__.py,sha256=CrqDxy8kEGPv2zHiQtMr5ZpUu0ufgNN3VBn0JQKKVK8,30707
2
2
  datasette_edit_schema/utils.py,sha256=PURr7eOLOcZ7MQTCkZ_fDyeB39-MDhwIbBA-YeXSods,4388
3
3
  datasette_edit_schema/static/draggable.1.0.0-beta.11.bundle.js,sha256=rpTEfd8N7sSY5n_mi6mwGz2f-dRXOgknFBuUXmwFnpY,202242
4
4
  datasette_edit_schema/static/draggable.1.0.0-beta.11.bundle.min.js,sha256=JlHRb54CUGfor6ENxVjMq9rd_QRrRLoVJf-j3V_c52U,119723
@@ -6,9 +6,9 @@ datasette_edit_schema/templates/edit_schema_create_table.html,sha256=cUiS_Lucrtv
6
6
  datasette_edit_schema/templates/edit_schema_database.html,sha256=0fo_n0w5JQRvc5UmlDkECpUIXxlwVI0IhTFQ55C6orY,540
7
7
  datasette_edit_schema/templates/edit_schema_index.html,sha256=eNSOFFwv1gsOYP3fNQqcPh0gU5Ny5sDnngVZT5XiUNA,474
8
8
  datasette_edit_schema/templates/edit_schema_table.html,sha256=dmJLMA8Revb5sdryv9NUfR4Kw6TOPQtW97oByR-pE3k,9382
9
- datasette_edit_schema-0.8a0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
10
- datasette_edit_schema-0.8a0.dist-info/METADATA,sha256=z1f-iVpLOA8Wzgd4PAeR9xVVObzJL6byLmHyMRe-Lzc,5149
11
- datasette_edit_schema-0.8a0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
12
- datasette_edit_schema-0.8a0.dist-info/entry_points.txt,sha256=1-FeujFVTui7tFNBdz3hN5x4vRoanaAydYF5ljYsvp8,48
13
- datasette_edit_schema-0.8a0.dist-info/top_level.txt,sha256=Cbx3sgneHtcDDxV5SVL8IyU8JvsSdXgpmZqw4oDuOzM,22
14
- datasette_edit_schema-0.8a0.dist-info/RECORD,,
9
+ datasette_edit_schema-0.8a1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
10
+ datasette_edit_schema-0.8a1.dist-info/METADATA,sha256=DsF29608AXw15hHeTlHcOKC41gL9uiMfBifXDIBU58A,5150
11
+ datasette_edit_schema-0.8a1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
12
+ datasette_edit_schema-0.8a1.dist-info/entry_points.txt,sha256=1-FeujFVTui7tFNBdz3hN5x4vRoanaAydYF5ljYsvp8,48
13
+ datasette_edit_schema-0.8a1.dist-info/top_level.txt,sha256=Cbx3sgneHtcDDxV5SVL8IyU8JvsSdXgpmZqw4oDuOzM,22
14
+ datasette_edit_schema-0.8a1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5