tigrbl_engine_numpy 0.1.14.dev1__tar.gz → 0.4.0.dev2__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,10 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_numpy
3
- Version: 0.1.14.dev1
3
+ Version: 0.4.0.dev2
4
4
  Summary: NumPy engine plugin for tigrbl with array-to-table helpers.
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
5
+ Project-URL: Organization, https://github.com/tigrbl
6
+ Project-URL: Discord, https://discord.gg/K4YTAPapjR
7
+ Project-URL: Homepage, https://github.com/tigrbl/tigrbl
8
+ Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_numpy
9
+ Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
8
10
  Author-email: Jacob Stewart <jacob@swarmauri.com>
9
11
  License-Expression: Apache-2.0
10
12
  License-File: LICENSE
@@ -37,6 +39,10 @@ It is not the authoritative location for repository governance, current target s
37
39
 
38
40
  ## Package identity
39
41
 
42
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
43
+ - organization: `https://github.com/tigrbl`
44
+ - social: `https://discord.gg/K4YTAPapjR`
45
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_numpy`
40
46
  - workspace path: `pkgs/engines/tigrbl_engine_numpy`
41
47
  - workspace class: engine package
42
48
  - implementation layout: `src/tigrbl_engine_numpy/`
@@ -16,6 +16,10 @@ It is not the authoritative location for repository governance, current target s
16
16
 
17
17
  ## Package identity
18
18
 
19
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
20
+ - organization: `https://github.com/tigrbl`
21
+ - social: `https://discord.gg/K4YTAPapjR`
22
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_numpy`
19
23
  - workspace path: `pkgs/engines/tigrbl_engine_numpy`
20
24
  - workspace class: engine package
21
25
  - implementation layout: `src/tigrbl_engine_numpy/`
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "tigrbl_engine_numpy"
7
- version = "0.1.14.dev1"
7
+ version = "0.4.0.dev2"
8
8
  description = "NumPy engine plugin for tigrbl with array-to-table helpers."
9
9
  readme = "README.md"
10
10
  license = "Apache-2.0"
@@ -25,9 +25,11 @@ dependencies = [
25
25
 
26
26
 
27
27
  [project.urls]
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
+ Organization = "https://github.com/tigrbl"
29
+ Discord = "https://discord.gg/K4YTAPapjR"
30
+ Homepage = "https://github.com/tigrbl/tigrbl"
31
+ Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_numpy"
32
+ Issues = "https://github.com/tigrbl/tigrbl/issues"
31
33
 
32
34
  [project.entry-points."tigrbl.engine"]
33
35
  numpy = "tigrbl_engine_numpy:register"