tai42-storage-github 0.2.0__tar.gz → 0.2.1__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.
Files changed (25) hide show
  1. {tai42_storage_github-0.2.0/src/tai42_storage_github.egg-info → tai42_storage_github-0.2.1}/PKG-INFO +9 -11
  2. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/README.md +4 -6
  3. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/pyproject.toml +10 -10
  4. tai42_storage_github-0.2.1/src/tai42_storage_github/tai-plugin.yml +30 -0
  5. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1/src/tai42_storage_github.egg-info}/PKG-INFO +9 -11
  6. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/src/tai42_storage_github.egg-info/requires.txt +1 -1
  7. tai42_storage_github-0.2.0/src/tai42_storage_github/tai-plugin.yml +0 -22
  8. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/LICENSE +0 -0
  9. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/NOTICE +0 -0
  10. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/setup.cfg +0 -0
  11. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/src/tai42_storage_github/__init__.py +0 -0
  12. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/src/tai42_storage_github/client.py +0 -0
  13. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/src/tai42_storage_github/py.typed +0 -0
  14. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/src/tai42_storage_github/settings.py +0 -0
  15. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/src/tai42_storage_github/storage.py +0 -0
  16. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/src/tai42_storage_github.egg-info/SOURCES.txt +0 -0
  17. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/src/tai42_storage_github.egg-info/dependency_links.txt +0 -0
  18. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/src/tai42_storage_github.egg-info/top_level.txt +0 -0
  19. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/tests/test_binary.py +0 -0
  20. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/tests/test_delete_dir.py +0 -0
  21. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/tests/test_import_graph.py +0 -0
  22. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/tests/test_plugin_spec.py +0 -0
  23. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/tests/test_registration.py +0 -0
  24. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/tests/test_security.py +0 -0
  25. {tai42_storage_github-0.2.0 → tai42_storage_github-0.2.1}/tests/test_text.py +0 -0
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tai42-storage-github
3
- Version: 0.2.0
3
+ Version: 0.2.1
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/tai-storage-github
9
- Project-URL: Issues, https://github.com/tai42ai/tai-storage-github/issues
10
- Project-URL: Changelog, https://github.com/tai42ai/tai-storage-github/blob/main/CHANGELOG.md
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,7 +19,7 @@ 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.3,>=0.2
22
+ Requires-Dist: tai42-contract<0.4,>=0.3
23
23
  Requires-Dist: tai42-kit<0.3,>=0.2
24
24
  Requires-Dist: httpx>=0.28
25
25
  Requires-Dist: pydantic>=2.12
@@ -28,7 +28,6 @@ Dynamic: license-file
28
28
 
29
29
  # tai42-storage-github
30
30
 
31
- [![CI](https://github.com/tai42ai/tai-storage-github/actions/workflows/ci.yml/badge.svg)](https://github.com/tai42ai/tai-storage-github/actions/workflows/ci.yml)
32
31
  [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](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. Clone
63
- `tai-contract` and `tai-kit` beside this repo first — `[tool.uv.sources]`
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/tai-storage-github # next to your app checkout
65
+ git clone https://github.com/tai42ai/tai42 # next to your app checkout
68
66
  cd /path/to/your/app
69
- uv add --editable ../tai-storage-github
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
- [![CI](https://github.com/tai42ai/tai-storage-github/actions/workflows/ci.yml/badge.svg)](https://github.com/tai42ai/tai-storage-github/actions/workflows/ci.yml)
4
3
  [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](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. Clone
35
- `tai-contract` and `tai-kit` beside this repo first — `[tool.uv.sources]`
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/tai-storage-github # next to your app checkout
37
+ git clone https://github.com/tai42ai/tai42 # next to your app checkout
40
38
  cd /path/to/your/app
41
- uv add --editable ../tai-storage-github
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.0"
7
+ version = "0.2.1"
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,7 +24,7 @@ classifiers = [
24
24
  ]
25
25
  dependencies = [
26
26
  # The pure interface contract (Storage, ObjectStat, assert_not_root, tai42_app).
27
- "tai42-contract>=0.2,<0.3",
27
+ "tai42-contract>=0.3,<0.4",
28
28
  # Pooled clients + settings primitives (PooledClient, TaiBaseSettings, cache).
29
29
  "tai42-kit>=0.2,<0.3",
30
30
  "httpx>=0.28",
@@ -34,9 +34,9 @@ dependencies = [
34
34
 
35
35
  [project.urls]
36
36
  Homepage = "https://tai42.ai"
37
- Repository = "https://github.com/tai42ai/tai-storage-github"
38
- Issues = "https://github.com/tai42ai/tai-storage-github/issues"
39
- Changelog = "https://github.com/tai42ai/tai-storage-github/blob/main/CHANGELOG.md"
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 path
84
- # sources point local development at the sibling checkouts instead of the
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 = { path = "../tai-contract", editable = true }
88
- tai42-kit = { path = "../tai-kit", editable = true }
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.1
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
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tai42-storage-github
3
- Version: 0.2.0
3
+ Version: 0.2.1
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/tai-storage-github
9
- Project-URL: Issues, https://github.com/tai42ai/tai-storage-github/issues
10
- Project-URL: Changelog, https://github.com/tai42ai/tai-storage-github/blob/main/CHANGELOG.md
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,7 +19,7 @@ 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.3,>=0.2
22
+ Requires-Dist: tai42-contract<0.4,>=0.3
23
23
  Requires-Dist: tai42-kit<0.3,>=0.2
24
24
  Requires-Dist: httpx>=0.28
25
25
  Requires-Dist: pydantic>=2.12
@@ -28,7 +28,6 @@ Dynamic: license-file
28
28
 
29
29
  # tai42-storage-github
30
30
 
31
- [![CI](https://github.com/tai42ai/tai-storage-github/actions/workflows/ci.yml/badge.svg)](https://github.com/tai42ai/tai-storage-github/actions/workflows/ci.yml)
32
31
  [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](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. Clone
63
- `tai-contract` and `tai-kit` beside this repo first — `[tool.uv.sources]`
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/tai-storage-github # next to your app checkout
65
+ git clone https://github.com/tai42ai/tai42 # next to your app checkout
68
66
  cd /path/to/your/app
69
- uv add --editable ../tai-storage-github
67
+ uv add --editable ../tai42/plugins/storage-github
70
68
  ```
71
69
 
72
70
  ## Use
@@ -1,4 +1,4 @@
1
- tai42-contract<0.3,>=0.2
1
+ tai42-contract<0.4,>=0.3
2
2
  tai42-kit<0.3,>=0.2
3
3
  httpx>=0.28
4
4
  pydantic>=2.12
@@ -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]