ptars 0.0.4__tar.gz → 0.0.5__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.
- {ptars-0.0.4 → ptars-0.0.5}/Cargo.lock +1 -1
- {ptars-0.0.4 → ptars-0.0.5}/Cargo.toml +1 -1
- {ptars-0.0.4 → ptars-0.0.5}/DEVELOPMENT.md +1 -1
- {ptars-0.0.4 → ptars-0.0.5}/PKG-INFO +2 -2
- {ptars-0.0.4 → ptars-0.0.5}/poetry.lock +1 -1
- {ptars-0.0.4 → ptars-0.0.5}/pyproject.toml +4 -4
- {ptars-0.0.4 → ptars-0.0.5}/LICENSE +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/Makefile +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/README.md +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/notebooks/README.md +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/notebooks/demonstrator.ipynb +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/notebooks/demonstrator.proto +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/notebooks/requirements.txt +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/protos/ptars_protos/bench.proto +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/protos/ptars_protos/benchmark.proto +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/protos/ptars_protos/imported.proto +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/protos/ptars_protos/importer.proto +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/protos/ptars_protos/simple.proto +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/python/__init__.py +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/python/ptars/__init__.py +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/python/ptars/internal.py +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/scripts/protoc.py +0 -0
- {ptars-0.0.4 → ptars-0.0.5}/src/lib.rs +0 -0
@@ -34,7 +34,7 @@ cargo build && maturin develop && RUST_BACKTRACE=1 pytest python/test
|
|
34
34
|
Note: the ci script is autogenerated:
|
35
35
|
|
36
36
|
```shell
|
37
|
-
maturin generate-ci github
|
37
|
+
maturin generate-ci github --output=.github/workflows/release.yaml
|
38
38
|
```
|
39
39
|
|
40
40
|
## Benchmarking
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ptars
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.5
|
4
4
|
Classifier: Programming Language :: Rust
|
5
5
|
Classifier: Operating System :: POSIX :: Linux
|
6
6
|
Classifier: Natural Language :: English
|
@@ -16,7 +16,7 @@ Home-Page: https://github.com/0x26res/ptars
|
|
16
16
|
Author: 0x26res <0x26res@gmail.net>
|
17
17
|
Author-email: 0x26res <0x26res@gmail.net>
|
18
18
|
License: Apache-2.0
|
19
|
-
Requires-Python: >=3.
|
19
|
+
Requires-Python: >=3.10
|
20
20
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
21
21
|
Project-URL: Source Code, https://github.com/0x26res/ptars
|
22
22
|
|
@@ -1762,4 +1762,4 @@ type = ["pytest-mypy"]
|
|
1762
1762
|
[metadata]
|
1763
1763
|
lock-version = "2.1"
|
1764
1764
|
python-versions = ">=3.10,<4.0"
|
1765
|
-
content-hash = "
|
1765
|
+
content-hash = "8f4bd67fe65a7ac98bcae7f6ada4164823bdd6594234bc652f97cb99a91e9b4c"
|
@@ -20,8 +20,8 @@ dependencies = [
|
|
20
20
|
"pyarrow > 15"
|
21
21
|
]
|
22
22
|
name = "ptars"
|
23
|
-
requires-python = ">=3.
|
24
|
-
version = "0.0.
|
23
|
+
requires-python = ">=3.10"
|
24
|
+
version = "0.0.5"
|
25
25
|
|
26
26
|
[tool.bandit]
|
27
27
|
skips = ["B101"]
|
@@ -58,10 +58,10 @@ name = "ptars"
|
|
58
58
|
packages = [{include = "ptars", from = "python"}]
|
59
59
|
readme = "README.md"
|
60
60
|
repository = "https://github.com/tradewelltech/ptars"
|
61
|
-
version = "0.0.
|
61
|
+
version = "0.0.5"
|
62
62
|
|
63
63
|
[tool.poetry.dependencies]
|
64
|
-
maturin = "
|
64
|
+
maturin = ">=1.0,<2.0"
|
65
65
|
protobuf = ">=3.20.1"
|
66
66
|
pyarrow = "*"
|
67
67
|
python = ">=3.10,<4.0"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|