tigrbl_engine_csv 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.
- {tigrbl_engine_csv-0.1.14.dev1 → tigrbl_engine_csv-0.4.0.dev2}/PKG-INFO +10 -4
- {tigrbl_engine_csv-0.1.14.dev1 → tigrbl_engine_csv-0.4.0.dev2}/README.md +4 -0
- {tigrbl_engine_csv-0.1.14.dev1 → tigrbl_engine_csv-0.4.0.dev2}/pyproject.toml +6 -4
- {tigrbl_engine_csv-0.1.14.dev1 → tigrbl_engine_csv-0.4.0.dev2}/.gitignore +0 -0
- {tigrbl_engine_csv-0.1.14.dev1 → tigrbl_engine_csv-0.4.0.dev2}/LICENSE +0 -0
- {tigrbl_engine_csv-0.1.14.dev1 → tigrbl_engine_csv-0.4.0.dev2}/src/tigrbl_engine_csv/__init__.py +0 -0
- {tigrbl_engine_csv-0.1.14.dev1 → tigrbl_engine_csv-0.4.0.dev2}/src/tigrbl_engine_csv/engine.py +0 -0
- {tigrbl_engine_csv-0.1.14.dev1 → tigrbl_engine_csv-0.4.0.dev2}/src/tigrbl_engine_csv/session.py +0 -0
- {tigrbl_engine_csv-0.1.14.dev1 → tigrbl_engine_csv-0.4.0.dev2}/tests/test_smoke.py +0 -0
- {tigrbl_engine_csv-0.1.14.dev1 → tigrbl_engine_csv-0.4.0.dev2}/tests/test_tigrblapp_rpc_usage.py +0 -0
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl_engine_csv
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.0.dev2
|
|
4
4
|
Summary: CSV engine plugin for tigrbl backed by pandas DataFrames.
|
|
5
|
-
Project-URL:
|
|
6
|
-
Project-URL:
|
|
7
|
-
Project-URL:
|
|
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_csv
|
|
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
|
|
@@ -38,6 +40,10 @@ It is not the authoritative location for repository governance, current target s
|
|
|
38
40
|
|
|
39
41
|
## Package identity
|
|
40
42
|
|
|
43
|
+
- canonical repository: `https://github.com/tigrbl/tigrbl`
|
|
44
|
+
- organization: `https://github.com/tigrbl`
|
|
45
|
+
- social: `https://discord.gg/K4YTAPapjR`
|
|
46
|
+
- package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_csv`
|
|
41
47
|
- workspace path: `pkgs/engines/tigrbl_engine_csv`
|
|
42
48
|
- workspace class: engine package
|
|
43
49
|
- implementation layout: `src/tigrbl_engine_csv/`
|
|
@@ -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_csv`
|
|
19
23
|
- workspace path: `pkgs/engines/tigrbl_engine_csv`
|
|
20
24
|
- workspace class: engine package
|
|
21
25
|
- implementation layout: `src/tigrbl_engine_csv/`
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tigrbl_engine_csv"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.4.0.dev2"
|
|
8
8
|
description = "CSV engine plugin for tigrbl backed by pandas DataFrames."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "Apache-2.0"
|
|
@@ -26,9 +26,11 @@ dependencies = [
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
[project.urls]
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
Organization = "https://github.com/tigrbl"
|
|
30
|
+
Discord = "https://discord.gg/K4YTAPapjR"
|
|
31
|
+
Homepage = "https://github.com/tigrbl/tigrbl"
|
|
32
|
+
Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_csv"
|
|
33
|
+
Issues = "https://github.com/tigrbl/tigrbl/issues"
|
|
32
34
|
|
|
33
35
|
[project.entry-points."tigrbl.engine"]
|
|
34
36
|
csv = "tigrbl_engine_csv:register"
|
|
File without changes
|
|
File without changes
|
{tigrbl_engine_csv-0.1.14.dev1 → tigrbl_engine_csv-0.4.0.dev2}/src/tigrbl_engine_csv/__init__.py
RENAMED
|
File without changes
|
{tigrbl_engine_csv-0.1.14.dev1 → tigrbl_engine_csv-0.4.0.dev2}/src/tigrbl_engine_csv/engine.py
RENAMED
|
File without changes
|
{tigrbl_engine_csv-0.1.14.dev1 → tigrbl_engine_csv-0.4.0.dev2}/src/tigrbl_engine_csv/session.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_engine_csv-0.1.14.dev1 → tigrbl_engine_csv-0.4.0.dev2}/tests/test_tigrblapp_rpc_usage.py
RENAMED
|
File without changes
|