concurrent-c-node 0.17.0__tar.gz → 0.17.2__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.
- {concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/PKG-INFO +3 -4
- {concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/README.md +2 -3
- {concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/concurrent_c_node.egg-info/PKG-INFO +3 -4
- {concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/pyproject.toml +1 -1
- {concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/cc_node/__init__.py +0 -0
- {concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/cc_node/benchmarks/__init__.py +0 -0
- {concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/cc_node/benchmarks/multi_domain.py +0 -0
- {concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/cc_node/broker.cjs +0 -0
- {concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/cc_node/examples/__init__.py +0 -0
- {concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/cc_node/examples/bench_wire.py +0 -0
- {concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/cc_node/examples/use_node.py +0 -0
- {concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/concurrent_c_node.egg-info/SOURCES.txt +0 -0
- {concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/concurrent_c_node.egg-info/dependency_links.txt +0 -0
- {concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/concurrent_c_node.egg-info/top_level.txt +0 -0
- {concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: concurrent-c-node
|
|
3
|
-
Version: 0.17.
|
|
3
|
+
Version: 0.17.2
|
|
4
4
|
Summary: JavaScript and npm packages from Python over the Concurrent-C bridge: one spawned Node child per domain, host-controlled lifetime.
|
|
5
5
|
License: MIT
|
|
6
6
|
Project-URL: Repository, https://github.com/sreekotay/concurrent-c
|
|
@@ -168,12 +168,11 @@ From Concurrent-C (not Python): `cc_js_new(false, &a)` hosted
|
|
|
168
168
|
gh workflow run publish-cc-node.yml
|
|
169
169
|
```
|
|
170
170
|
|
|
171
|
-
|
|
171
|
+
Both bridges (npm OIDC + PyPI OIDC):
|
|
172
172
|
|
|
173
173
|
```
|
|
174
174
|
./scripts/publish_bridges.sh --publish --minor
|
|
175
|
-
|
|
176
|
-
# twine fallback: … --pypi-twine
|
|
175
|
+
# fallbacks: --npm-local / --pypi-twine
|
|
177
176
|
```
|
|
178
177
|
|
|
179
178
|
Examples: `use_node`, `bench_wire`, `benchmarks.multi_domain`.
|
|
@@ -157,12 +157,11 @@ From Concurrent-C (not Python): `cc_js_new(false, &a)` hosted
|
|
|
157
157
|
gh workflow run publish-cc-node.yml
|
|
158
158
|
```
|
|
159
159
|
|
|
160
|
-
|
|
160
|
+
Both bridges (npm OIDC + PyPI OIDC):
|
|
161
161
|
|
|
162
162
|
```
|
|
163
163
|
./scripts/publish_bridges.sh --publish --minor
|
|
164
|
-
|
|
165
|
-
# twine fallback: … --pypi-twine
|
|
164
|
+
# fallbacks: --npm-local / --pypi-twine
|
|
166
165
|
```
|
|
167
166
|
|
|
168
167
|
Examples: `use_node`, `bench_wire`, `benchmarks.multi_domain`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: concurrent-c-node
|
|
3
|
-
Version: 0.17.
|
|
3
|
+
Version: 0.17.2
|
|
4
4
|
Summary: JavaScript and npm packages from Python over the Concurrent-C bridge: one spawned Node child per domain, host-controlled lifetime.
|
|
5
5
|
License: MIT
|
|
6
6
|
Project-URL: Repository, https://github.com/sreekotay/concurrent-c
|
|
@@ -168,12 +168,11 @@ From Concurrent-C (not Python): `cc_js_new(false, &a)` hosted
|
|
|
168
168
|
gh workflow run publish-cc-node.yml
|
|
169
169
|
```
|
|
170
170
|
|
|
171
|
-
|
|
171
|
+
Both bridges (npm OIDC + PyPI OIDC):
|
|
172
172
|
|
|
173
173
|
```
|
|
174
174
|
./scripts/publish_bridges.sh --publish --minor
|
|
175
|
-
|
|
176
|
-
# twine fallback: … --pypi-twine
|
|
175
|
+
# fallbacks: --npm-local / --pypi-twine
|
|
177
176
|
```
|
|
178
177
|
|
|
179
178
|
Examples: `use_node`, `bench_wire`, `benchmarks.multi_domain`.
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "concurrent-c-node"
|
|
7
|
-
version = "0.17.
|
|
7
|
+
version = "0.17.2"
|
|
8
8
|
description = "JavaScript and npm packages from Python over the Concurrent-C bridge: one spawned Node child per domain, host-controlled lifetime."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/concurrent_c_node.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{concurrent_c_node-0.17.0 → concurrent_c_node-0.17.2}/concurrent_c_node.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|