tigrbl_engine_numpy 0.1.13.dev1__tar.gz → 0.1.14.dev1__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.
@@ -20,3 +20,5 @@ target/
20
20
  .pip-cache/
21
21
  *.pyd
22
22
  .tmp-release-plan-check.json
23
+ /.uv-pytest-tigrbl-tests
24
+ perf.sqlite
@@ -1,8 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_numpy
3
- Version: 0.1.13.dev1
3
+ Version: 0.1.14.dev1
4
4
  Summary: NumPy engine plugin for tigrbl with array-to-table helpers.
5
- Project-URL: Homepage, https://github.com/swarmauri/swarmauri-sdk
5
+ Project-URL: Homepage, https://github.com/swarmauri/tigrbl
6
+ Project-URL: Repository, https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_numpy
7
+ Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
6
8
  Author-email: Jacob Stewart <jacob@swarmauri.com>
7
9
  License-Expression: Apache-2.0
8
10
  License-File: LICENSE
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "tigrbl_engine_numpy"
7
- version = "0.1.13.dev1"
7
+ version = "0.1.14.dev1"
8
8
  description = "NumPy engine plugin for tigrbl with array-to-table helpers."
9
9
  readme = "README.md"
10
10
  license = "Apache-2.0"
@@ -23,8 +23,11 @@ dependencies = [
23
23
  "tigrbl>=0.3.0.dev4",
24
24
  ]
25
25
 
26
+
26
27
  [project.urls]
27
- Homepage = "https://github.com/swarmauri/swarmauri-sdk"
28
+ Homepage = "https://github.com/swarmauri/tigrbl"
29
+ Repository = "https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_numpy"
30
+ Issues = "https://github.com/swarmauri/tigrbl/issues"
28
31
 
29
32
  [project.entry-points."tigrbl.engine"]
30
33
  numpy = "tigrbl_engine_numpy:register"