swarmauri_tool_httploaded 0.9.0.dev3__tar.gz → 0.9.0.dev31__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.
@@ -1,8 +1,10 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: swarmauri_tool_httploaded
3
- Version: 0.9.0.dev3
3
+ Version: 0.9.0.dev31
4
4
  Summary: Load components from a YAML manifest over HTTP.
5
- License: Apache-2.0
5
+ License-Expression: Apache-2.0
6
+ License-File: LICENSE
7
+ Keywords: swarmauri,sdk,standards,tool,httploaded,tooling
6
8
  Author: Jacob Stewart
7
9
  Author-email: jacob@swarmauri.com
8
10
  Requires-Python: >=3.10,<3.13
@@ -10,6 +12,9 @@ Classifier: License :: OSI Approved :: Apache Software License
10
12
  Classifier: Programming Language :: Python :: 3.10
11
13
  Classifier: Programming Language :: Python :: 3.11
12
14
  Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3 :: Only
13
18
  Requires-Dist: httpx (>=0.27.0)
14
19
  Requires-Dist: pyyaml (>=6.0)
15
20
  Requires-Dist: swarmauri_base
@@ -17,7 +22,7 @@ Requires-Dist: swarmauri_core
17
22
  Requires-Dist: swarmauri_standard
18
23
  Description-Content-Type: text/markdown
19
24
 
20
- ![Swamauri Logo](https://res.cloudinary.com/dbjmpekvl/image/upload/v1730099724/Swarmauri-logo-lockup-2048x757_hww01w.png)
25
+ ![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)
21
26
 
22
27
  <p align="center">
23
28
  <a href="https://pypi.org/project/swarmauri_tool_httploaded/">
@@ -1,4 +1,4 @@
1
- ![Swamauri Logo](https://res.cloudinary.com/dbjmpekvl/image/upload/v1730099724/Swarmauri-logo-lockup-2048x757_hww01w.png)
1
+ ![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)
2
2
 
3
3
  <p align="center">
4
4
  <a href="https://pypi.org/project/swarmauri_tool_httploaded/">
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "swarmauri_tool_httploaded"
3
- version = "0.9.0.dev3"
3
+ version = "0.9.0.dev31"
4
4
  description = "Load components from a YAML manifest over HTTP."
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
@@ -11,6 +11,9 @@ classifiers = [
11
11
  "Programming Language :: Python :: 3.10",
12
12
  "Programming Language :: Python :: 3.11",
13
13
  "Programming Language :: Python :: 3.12",
14
+ "Programming Language :: Python",
15
+ "Programming Language :: Python :: 3",
16
+ "Programming Language :: Python :: 3 :: Only",
14
17
  ]
15
18
  authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
16
19
  dependencies = [
@@ -20,6 +23,14 @@ dependencies = [
20
23
  "httpx>=0.27.0",
21
24
  "pyyaml>=6.0",
22
25
  ]
26
+ keywords = [
27
+ 'swarmauri',
28
+ 'sdk',
29
+ 'standards',
30
+ 'tool',
31
+ 'httploaded',
32
+ 'tooling',
33
+ ]
23
34
 
24
35
  [tool.uv.sources]
25
36
  swarmauri_core = { workspace = true }