tai42-storage-github 0.2.0__tar.gz → 0.2.2__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.
- {tai42_storage_github-0.2.0/src/tai42_storage_github.egg-info → tai42_storage_github-0.2.2}/PKG-INFO +10 -12
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/README.md +4 -6
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/pyproject.toml +11 -11
- tai42_storage_github-0.2.2/src/tai42_storage_github/tai-plugin.yml +30 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2/src/tai42_storage_github.egg-info}/PKG-INFO +10 -12
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/src/tai42_storage_github.egg-info/requires.txt +2 -2
- tai42_storage_github-0.2.0/src/tai42_storage_github/tai-plugin.yml +0 -22
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/LICENSE +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/NOTICE +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/setup.cfg +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/src/tai42_storage_github/__init__.py +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/src/tai42_storage_github/client.py +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/src/tai42_storage_github/py.typed +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/src/tai42_storage_github/settings.py +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/src/tai42_storage_github/storage.py +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/src/tai42_storage_github.egg-info/SOURCES.txt +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/src/tai42_storage_github.egg-info/dependency_links.txt +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/src/tai42_storage_github.egg-info/top_level.txt +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/tests/test_binary.py +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/tests/test_delete_dir.py +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/tests/test_import_graph.py +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/tests/test_plugin_spec.py +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/tests/test_registration.py +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/tests/test_security.py +0 -0
- {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/tests/test_text.py +0 -0
{tai42_storage_github-0.2.0/src/tai42_storage_github.egg-info → tai42_storage_github-0.2.2}/PKG-INFO
RENAMED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tai42-storage-github
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: GitHub-backed Storage provider (text + binary/media) for the TAI ecosystem.
|
|
5
5
|
Author-email: tai42 <oss@tai42.ai>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
7
7
|
Project-URL: Homepage, https://tai42.ai
|
|
8
|
-
Project-URL: Repository, https://github.com/tai42ai/
|
|
9
|
-
Project-URL: Issues, https://github.com/tai42ai/
|
|
10
|
-
Project-URL: Changelog, https://github.com/tai42ai/
|
|
8
|
+
Project-URL: Repository, https://github.com/tai42ai/tai42/tree/main/plugins/storage-github
|
|
9
|
+
Project-URL: Issues, https://github.com/tai42ai/tai42/issues
|
|
10
|
+
Project-URL: Changelog, https://github.com/tai42ai/tai42/blob/main/plugins/storage-github/CHANGELOG.md
|
|
11
11
|
Keywords: tai,storage,github,mcp,content,plugin
|
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
@@ -19,8 +19,8 @@ Requires-Python: >=3.13
|
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
License-File: NOTICE
|
|
22
|
-
Requires-Dist: tai42-contract<0.
|
|
23
|
-
Requires-Dist: tai42-kit<0.
|
|
22
|
+
Requires-Dist: tai42-contract<0.4,>=0.3
|
|
23
|
+
Requires-Dist: tai42-kit<0.4,>=0.2
|
|
24
24
|
Requires-Dist: httpx>=0.28
|
|
25
25
|
Requires-Dist: pydantic>=2.12
|
|
26
26
|
Requires-Dist: pydantic-settings>=2.11
|
|
@@ -28,7 +28,6 @@ Dynamic: license-file
|
|
|
28
28
|
|
|
29
29
|
# tai42-storage-github
|
|
30
30
|
|
|
31
|
-
[](https://github.com/tai42ai/tai-storage-github/actions/workflows/ci.yml)
|
|
32
31
|
[](LICENSE)
|
|
33
32
|
|
|
34
33
|
A GitHub-backed `Storage` provider for the TAI ecosystem. It stores content as
|
|
@@ -59,14 +58,13 @@ server:
|
|
|
59
58
|
uv add tai42-storage-github
|
|
60
59
|
```
|
|
61
60
|
|
|
62
|
-
Or from source — clone this repo and add it as an editable dependency
|
|
63
|
-
`
|
|
64
|
-
resolves them from sibling paths.
|
|
61
|
+
Or from source — clone this repo and add it as an editable dependency; the
|
|
62
|
+
`tai42-*` dependencies resolve in-tree from the workspace.
|
|
65
63
|
|
|
66
64
|
```bash
|
|
67
|
-
git clone https://github.com/tai42ai/
|
|
65
|
+
git clone https://github.com/tai42ai/tai42 # next to your app checkout
|
|
68
66
|
cd /path/to/your/app
|
|
69
|
-
uv add --editable ../
|
|
67
|
+
uv add --editable ../tai42/plugins/storage-github
|
|
70
68
|
```
|
|
71
69
|
|
|
72
70
|
## Use
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
# tai42-storage-github
|
|
2
2
|
|
|
3
|
-
[](https://github.com/tai42ai/tai-storage-github/actions/workflows/ci.yml)
|
|
4
3
|
[](LICENSE)
|
|
5
4
|
|
|
6
5
|
A GitHub-backed `Storage` provider for the TAI ecosystem. It stores content as
|
|
@@ -31,14 +30,13 @@ server:
|
|
|
31
30
|
uv add tai42-storage-github
|
|
32
31
|
```
|
|
33
32
|
|
|
34
|
-
Or from source — clone this repo and add it as an editable dependency
|
|
35
|
-
`
|
|
36
|
-
resolves them from sibling paths.
|
|
33
|
+
Or from source — clone this repo and add it as an editable dependency; the
|
|
34
|
+
`tai42-*` dependencies resolve in-tree from the workspace.
|
|
37
35
|
|
|
38
36
|
```bash
|
|
39
|
-
git clone https://github.com/tai42ai/
|
|
37
|
+
git clone https://github.com/tai42ai/tai42 # next to your app checkout
|
|
40
38
|
cd /path/to/your/app
|
|
41
|
-
uv add --editable ../
|
|
39
|
+
uv add --editable ../tai42/plugins/storage-github
|
|
42
40
|
```
|
|
43
41
|
|
|
44
42
|
## Use
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tai42-storage-github"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.2"
|
|
8
8
|
description = "GitHub-backed Storage provider (text + binary/media) for the TAI ecosystem."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.13"
|
|
@@ -24,9 +24,9 @@ classifiers = [
|
|
|
24
24
|
]
|
|
25
25
|
dependencies = [
|
|
26
26
|
# The pure interface contract (Storage, ObjectStat, assert_not_root, tai42_app).
|
|
27
|
-
"tai42-contract>=0.
|
|
27
|
+
"tai42-contract>=0.3,<0.4",
|
|
28
28
|
# Pooled clients + settings primitives (PooledClient, TaiBaseSettings, cache).
|
|
29
|
-
"tai42-kit>=0.2,<0.
|
|
29
|
+
"tai42-kit>=0.2,<0.4",
|
|
30
30
|
"httpx>=0.28",
|
|
31
31
|
"pydantic>=2.12",
|
|
32
32
|
"pydantic-settings>=2.11",
|
|
@@ -34,9 +34,9 @@ dependencies = [
|
|
|
34
34
|
|
|
35
35
|
[project.urls]
|
|
36
36
|
Homepage = "https://tai42.ai"
|
|
37
|
-
Repository = "https://github.com/tai42ai/
|
|
38
|
-
Issues = "https://github.com/tai42ai/
|
|
39
|
-
Changelog = "https://github.com/tai42ai/
|
|
37
|
+
Repository = "https://github.com/tai42ai/tai42/tree/main/plugins/storage-github"
|
|
38
|
+
Issues = "https://github.com/tai42ai/tai42/issues"
|
|
39
|
+
Changelog = "https://github.com/tai42ai/tai42/blob/main/plugins/storage-github/CHANGELOG.md"
|
|
40
40
|
|
|
41
41
|
[dependency-groups]
|
|
42
42
|
# PEP 735 dev group — installed by default on `uv sync`, so the gate
|
|
@@ -80,12 +80,12 @@ fail_under = 97
|
|
|
80
80
|
cache-keys = [{ file = "pyproject.toml" }]
|
|
81
81
|
|
|
82
82
|
|
|
83
|
-
# The version floors in [project] are the compatibility contract; these
|
|
84
|
-
#
|
|
85
|
-
# published packages. They are not part of wheel metadata.
|
|
83
|
+
# The version floors in [project] are the compatibility contract; these sources
|
|
84
|
+
# resolve the tai42-* requirements to the in-tree workspace members instead of
|
|
85
|
+
# the published packages. They are not part of wheel metadata.
|
|
86
86
|
[tool.uv.sources]
|
|
87
|
-
tai42-contract = {
|
|
88
|
-
tai42-kit = {
|
|
87
|
+
tai42-contract = { workspace = true }
|
|
88
|
+
tai42-kit = { workspace = true }
|
|
89
89
|
[tool.ruff]
|
|
90
90
|
src = ["src"]
|
|
91
91
|
target-version = "py313"
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
spec_version: 1
|
|
2
|
+
namespace: tai42
|
|
3
|
+
name: storage-github
|
|
4
|
+
package: tai42-storage-github
|
|
5
|
+
version: 0.2.2
|
|
6
|
+
description: GitHub-backed Storage provider (text + binary/media) for the TAI ecosystem.
|
|
7
|
+
license: Apache-2.0
|
|
8
|
+
homepage: https://tai42.ai
|
|
9
|
+
repository: https://github.com/tai42ai/tai42/tree/main/plugins/storage-github
|
|
10
|
+
contract: '>=0.3,<0.4'
|
|
11
|
+
categories:
|
|
12
|
+
- storage
|
|
13
|
+
tags:
|
|
14
|
+
- storage
|
|
15
|
+
- github
|
|
16
|
+
- git
|
|
17
|
+
permissions:
|
|
18
|
+
network: true
|
|
19
|
+
subprocess: false
|
|
20
|
+
filesystem: false
|
|
21
|
+
provides:
|
|
22
|
+
- kind: storage
|
|
23
|
+
name: github
|
|
24
|
+
module: tai42_storage_github
|
|
25
|
+
description: >-
|
|
26
|
+
Storage backend serving text and binary/media content over a GitHub
|
|
27
|
+
repository.
|
|
28
|
+
tags:
|
|
29
|
+
- storage
|
|
30
|
+
- github
|
{tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2/src/tai42_storage_github.egg-info}/PKG-INFO
RENAMED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tai42-storage-github
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: GitHub-backed Storage provider (text + binary/media) for the TAI ecosystem.
|
|
5
5
|
Author-email: tai42 <oss@tai42.ai>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
7
7
|
Project-URL: Homepage, https://tai42.ai
|
|
8
|
-
Project-URL: Repository, https://github.com/tai42ai/
|
|
9
|
-
Project-URL: Issues, https://github.com/tai42ai/
|
|
10
|
-
Project-URL: Changelog, https://github.com/tai42ai/
|
|
8
|
+
Project-URL: Repository, https://github.com/tai42ai/tai42/tree/main/plugins/storage-github
|
|
9
|
+
Project-URL: Issues, https://github.com/tai42ai/tai42/issues
|
|
10
|
+
Project-URL: Changelog, https://github.com/tai42ai/tai42/blob/main/plugins/storage-github/CHANGELOG.md
|
|
11
11
|
Keywords: tai,storage,github,mcp,content,plugin
|
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
@@ -19,8 +19,8 @@ Requires-Python: >=3.13
|
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
License-File: NOTICE
|
|
22
|
-
Requires-Dist: tai42-contract<0.
|
|
23
|
-
Requires-Dist: tai42-kit<0.
|
|
22
|
+
Requires-Dist: tai42-contract<0.4,>=0.3
|
|
23
|
+
Requires-Dist: tai42-kit<0.4,>=0.2
|
|
24
24
|
Requires-Dist: httpx>=0.28
|
|
25
25
|
Requires-Dist: pydantic>=2.12
|
|
26
26
|
Requires-Dist: pydantic-settings>=2.11
|
|
@@ -28,7 +28,6 @@ Dynamic: license-file
|
|
|
28
28
|
|
|
29
29
|
# tai42-storage-github
|
|
30
30
|
|
|
31
|
-
[](https://github.com/tai42ai/tai-storage-github/actions/workflows/ci.yml)
|
|
32
31
|
[](LICENSE)
|
|
33
32
|
|
|
34
33
|
A GitHub-backed `Storage` provider for the TAI ecosystem. It stores content as
|
|
@@ -59,14 +58,13 @@ server:
|
|
|
59
58
|
uv add tai42-storage-github
|
|
60
59
|
```
|
|
61
60
|
|
|
62
|
-
Or from source — clone this repo and add it as an editable dependency
|
|
63
|
-
`
|
|
64
|
-
resolves them from sibling paths.
|
|
61
|
+
Or from source — clone this repo and add it as an editable dependency; the
|
|
62
|
+
`tai42-*` dependencies resolve in-tree from the workspace.
|
|
65
63
|
|
|
66
64
|
```bash
|
|
67
|
-
git clone https://github.com/tai42ai/
|
|
65
|
+
git clone https://github.com/tai42ai/tai42 # next to your app checkout
|
|
68
66
|
cd /path/to/your/app
|
|
69
|
-
uv add --editable ../
|
|
67
|
+
uv add --editable ../tai42/plugins/storage-github
|
|
70
68
|
```
|
|
71
69
|
|
|
72
70
|
## Use
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
spec_version: 1
|
|
2
|
-
namespace: tai42
|
|
3
|
-
name: storage-github
|
|
4
|
-
package: tai42-storage-github
|
|
5
|
-
version: 0.2.0
|
|
6
|
-
description: "GitHub-backed Storage provider (text + binary/media) for the TAI ecosystem."
|
|
7
|
-
license: Apache-2.0
|
|
8
|
-
homepage: https://tai42.ai
|
|
9
|
-
repository: https://github.com/tai42ai/tai-storage-github
|
|
10
|
-
contract: ">=0.1,<0.2"
|
|
11
|
-
categories: [storage]
|
|
12
|
-
tags: [storage, github, git]
|
|
13
|
-
permissions:
|
|
14
|
-
network: true
|
|
15
|
-
subprocess: false
|
|
16
|
-
filesystem: false
|
|
17
|
-
provides:
|
|
18
|
-
- kind: storage
|
|
19
|
-
name: github
|
|
20
|
-
module: tai42_storage_github
|
|
21
|
-
description: "Storage backend serving text and binary/media content over a GitHub repository."
|
|
22
|
-
tags: [storage, github]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/src/tai42_storage_github/__init__.py
RENAMED
|
File without changes
|
{tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/src/tai42_storage_github/client.py
RENAMED
|
File without changes
|
|
File without changes
|
{tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/src/tai42_storage_github/settings.py
RENAMED
|
File without changes
|
{tai42_storage_github-0.2.0 → tai42_storage_github-0.2.2}/src/tai42_storage_github/storage.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
|