datasette-edit-schema 0.8a3__py3-none-any.whl → 0.8a4__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.
- {datasette_edit_schema-0.8a3.dist-info → datasette_edit_schema-0.8a4.dist-info}/METADATA +9 -8
- {datasette_edit_schema-0.8a3.dist-info → datasette_edit_schema-0.8a4.dist-info}/RECORD +6 -6
- {datasette_edit_schema-0.8a3.dist-info → datasette_edit_schema-0.8a4.dist-info}/WHEEL +1 -1
- {datasette_edit_schema-0.8a3.dist-info → datasette_edit_schema-0.8a4.dist-info}/entry_points.txt +0 -0
- {datasette_edit_schema-0.8a3.dist-info → datasette_edit_schema-0.8a4.dist-info/licenses}/LICENSE +0 -0
- {datasette_edit_schema-0.8a3.dist-info → datasette_edit_schema-0.8a4.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: datasette-edit-schema
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.8a4
|
|
4
4
|
Summary: Datasette plugin for modifying table schemas
|
|
5
5
|
Author: Simon Willison
|
|
6
6
|
License: Apache-2.0
|
|
@@ -13,13 +13,14 @@ 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
|
|
17
|
-
Requires-Dist: sqlite-utils
|
|
16
|
+
Requires-Dist: datasette==1.0a19
|
|
17
|
+
Requires-Dist: sqlite-utils>=3.35
|
|
18
18
|
Provides-Extra: test
|
|
19
|
-
Requires-Dist: pytest
|
|
20
|
-
Requires-Dist: pytest-asyncio
|
|
21
|
-
Requires-Dist: beautifulsoup4
|
|
22
|
-
Requires-Dist: html5lib
|
|
19
|
+
Requires-Dist: pytest; extra == "test"
|
|
20
|
+
Requires-Dist: pytest-asyncio; extra == "test"
|
|
21
|
+
Requires-Dist: beautifulsoup4; extra == "test"
|
|
22
|
+
Requires-Dist: html5lib; extra == "test"
|
|
23
|
+
Dynamic: license-file
|
|
23
24
|
|
|
24
25
|
# datasette-edit-schema
|
|
25
26
|
|
|
@@ -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=gPPBVgTzdAWg4JgwrTfwHWdGBb89cObeqWneng4wQTk,543
|
|
7
7
|
datasette_edit_schema/templates/edit_schema_index.html,sha256=eNSOFFwv1gsOYP3fNQqcPh0gU5Ny5sDnngVZT5XiUNA,474
|
|
8
8
|
datasette_edit_schema/templates/edit_schema_table.html,sha256=FOTNrw6yN7hIjUqhMXRmipJ4IxkjM5ptG2hI2tM8PZ0,9528
|
|
9
|
-
datasette_edit_schema-0.
|
|
10
|
-
datasette_edit_schema-0.
|
|
11
|
-
datasette_edit_schema-0.
|
|
12
|
-
datasette_edit_schema-0.
|
|
13
|
-
datasette_edit_schema-0.
|
|
14
|
-
datasette_edit_schema-0.
|
|
9
|
+
datasette_edit_schema-0.8a4.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
10
|
+
datasette_edit_schema-0.8a4.dist-info/METADATA,sha256=8IgtTTwJmOeb8DGADCxwhmgR0rfsQOQMQvXPBM3BrGQ,5166
|
|
11
|
+
datasette_edit_schema-0.8a4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
+
datasette_edit_schema-0.8a4.dist-info/entry_points.txt,sha256=1-FeujFVTui7tFNBdz3hN5x4vRoanaAydYF5ljYsvp8,48
|
|
13
|
+
datasette_edit_schema-0.8a4.dist-info/top_level.txt,sha256=Cbx3sgneHtcDDxV5SVL8IyU8JvsSdXgpmZqw4oDuOzM,22
|
|
14
|
+
datasette_edit_schema-0.8a4.dist-info/RECORD,,
|
{datasette_edit_schema-0.8a3.dist-info → datasette_edit_schema-0.8a4.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{datasette_edit_schema-0.8a3.dist-info → datasette_edit_schema-0.8a4.dist-info/licenses}/LICENSE
RENAMED
|
File without changes
|
{datasette_edit_schema-0.8a3.dist-info → datasette_edit_schema-0.8a4.dist-info}/top_level.txt
RENAMED
|
File without changes
|