swarmauri_tool_matplotlib 0.9.0.dev4__tar.gz → 0.9.0.dev32__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_matplotlib
3
- Version: 0.9.0.dev4
3
+ Version: 0.9.0.dev32
4
4
  Summary: Matplotlib tool for Swarmauri.
5
- License: Apache-2.0
5
+ License-Expression: Apache-2.0
6
+ License-File: LICENSE
7
+ Keywords: swarmauri,sdk,standards,tool,matplotlib,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: matplotlib (>=3.9.2)
14
19
  Requires-Dist: swarmauri_base
15
20
  Requires-Dist: swarmauri_core
@@ -17,7 +22,7 @@ Requires-Dist: swarmauri_standard
17
22
  Description-Content-Type: text/markdown
18
23
 
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_matplotlib/">
@@ -1,5 +1,5 @@
1
1
 
2
- ![Swamauri Logo](https://res.cloudinary.com/dbjmpekvl/image/upload/v1730099724/Swarmauri-logo-lockup-2048x757_hww01w.png)
2
+ ![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)
3
3
 
4
4
  <p align="center">
5
5
  <a href="https://pypi.org/project/swarmauri_tool_matplotlib/">
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "swarmauri_tool_matplotlib"
3
- version = "0.9.0.dev4"
3
+ version = "0.9.0.dev32"
4
4
  description = "Matplotlib tool for Swarmauri."
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 = [
@@ -19,6 +22,14 @@ dependencies = [
19
22
  "swarmauri_base",
20
23
  "swarmauri_standard",
21
24
  ]
25
+ keywords = [
26
+ 'swarmauri',
27
+ 'sdk',
28
+ 'standards',
29
+ 'tool',
30
+ 'matplotlib',
31
+ 'tooling',
32
+ ]
22
33
 
23
34
  [tool.uv.sources]
24
35
  swarmauri_core = { workspace = true }