datasette-edit-schema 0.8a3__tar.gz → 0.8a4__tar.gz
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 → datasette_edit_schema-0.8a4}/PKG-INFO +4 -3
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema.egg-info/PKG-INFO +4 -3
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema.egg-info/requires.txt +1 -1
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/pyproject.toml +2 -2
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/LICENSE +0 -0
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/README.md +0 -0
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema/__init__.py +0 -0
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema/static/draggable.1.0.0-beta.11.bundle.js +0 -0
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema/static/draggable.1.0.0-beta.11.bundle.min.js +0 -0
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema/templates/edit_schema_create_table.html +0 -0
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema/templates/edit_schema_database.html +0 -0
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema/templates/edit_schema_index.html +0 -0
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema/templates/edit_schema_table.html +0 -0
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema/utils.py +0 -0
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema.egg-info/SOURCES.txt +0 -0
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema.egg-info/dependency_links.txt +0 -0
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema.egg-info/entry_points.txt +0 -0
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema.egg-info/top_level.txt +0 -0
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/setup.cfg +0 -0
- {datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/tests/test_edit_schema.py +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
|
|
16
|
+
Requires-Dist: datasette==1.0a19
|
|
17
17
|
Requires-Dist: sqlite-utils>=3.35
|
|
18
18
|
Provides-Extra: test
|
|
19
19
|
Requires-Dist: pytest; extra == "test"
|
|
20
20
|
Requires-Dist: pytest-asyncio; extra == "test"
|
|
21
21
|
Requires-Dist: beautifulsoup4; extra == "test"
|
|
22
22
|
Requires-Dist: html5lib; extra == "test"
|
|
23
|
+
Dynamic: license-file
|
|
23
24
|
|
|
24
25
|
# datasette-edit-schema
|
|
25
26
|
|
{datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema.egg-info/PKG-INFO
RENAMED
|
@@ -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
|
|
16
|
+
Requires-Dist: datasette==1.0a19
|
|
17
17
|
Requires-Dist: sqlite-utils>=3.35
|
|
18
18
|
Provides-Extra: test
|
|
19
19
|
Requires-Dist: pytest; extra == "test"
|
|
20
20
|
Requires-Dist: pytest-asyncio; extra == "test"
|
|
21
21
|
Requires-Dist: beautifulsoup4; extra == "test"
|
|
22
22
|
Requires-Dist: html5lib; extra == "test"
|
|
23
|
+
Dynamic: license-file
|
|
23
24
|
|
|
24
25
|
# datasette-edit-schema
|
|
25
26
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "datasette-edit-schema"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.8a4"
|
|
4
4
|
description = "Datasette plugin for modifying table schemas"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [{name = "Simon Willison"}]
|
|
@@ -11,7 +11,7 @@ classifiers=[
|
|
|
11
11
|
]
|
|
12
12
|
requires-python = ">=3.8"
|
|
13
13
|
dependencies = [
|
|
14
|
-
"datasette
|
|
14
|
+
"datasette==1.0a19",
|
|
15
15
|
"sqlite-utils>=3.35",
|
|
16
16
|
]
|
|
17
17
|
|
|
File without changes
|
|
File without changes
|
{datasette_edit_schema-0.8a3 → datasette_edit_schema-0.8a4}/datasette_edit_schema/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|