virtualshell 0.1.1__cp311-cp311-win_amd64.whl → 0.1.2__cp311-cp311-win_amd64.whl

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.
virtualshell/__init__.py CHANGED
@@ -8,7 +8,7 @@ if TYPE_CHECKING:
8
8
  try:
9
9
  from ._version import version as __version__
10
10
  except Exception:
11
- __version__ = "0.1.1"
11
+ __version__ = "0.1.2"
12
12
 
13
13
 
14
14
  from .errors import (
Binary file
virtualshell/_version.py CHANGED
@@ -1 +1 @@
1
- version = "0.1.1"
1
+ version = "0.1.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: virtualshell
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: High-performance PowerShell bridge (C++ pybind11 backend)
5
5
  Keywords: powershell,automation,shell,cpp,pybind11
6
6
  Author: Kim-Andre Myrvold
@@ -222,8 +222,6 @@ Description-Content-Type: text/markdown
222
222
  High-performance Python façade over a **C++ PowerShell runner**.
223
223
  All heavy I/O (pipes, threads, timeouts, demux) is implemented in C++ for low latency and high throughput; Python exposes a thin API.
224
224
 
225
- > **Status:** preview / Windows-only wheels. Linux x86_64 build TBD. API surface is stable for the shown methods.
226
-
227
225
  ---
228
226
 
229
227
  ## Features
@@ -242,24 +240,15 @@ All heavy I/O (pipes, threads, timeouts, demux) is implemented in C++ for low la
242
240
  Preview packages are published to TestPyPI:
243
241
 
244
242
  ```bash
245
- pip install -i https://test.pypi.org/simple/ virtualshell==0.0.0
243
+ pip install -i https://test.pypi.org/simple/ virtualshell==0.1.2
246
244
  ```
247
245
 
248
- ### Available distributions (Windows, amd64)
246
+ ### Available distributions (Windows/Linux, amd64/x86_64)
249
247
 
250
- ```
251
- virtualshell-0.0.0-cp38-cp38-win_amd64.whl
252
- virtualshell-0.0.0-cp39-cp39-win_amd64.whl
253
- virtualshell-0.0.0-cp310-cp310-win_amd64.whl
254
- virtualshell-0.0.0-cp311-cp311-win_amd64.whl
255
- virtualshell-0.0.0-cp312-cp312-win_amd64.whl
256
- virtualshell-0.0.0-cp313-cp313-win_amd64.whl
257
- virtualshell-0.0.0.tar.gz # source (requires local toolchain)
258
- ```
259
248
 
260
249
  > **Requirements**
261
250
  >
262
- > * Windows 10/11 x64
251
+ > * Windows 10/11 x64 | Linux x86_64
263
252
  > * PowerShell available as `pwsh` (preferred) or `powershell` on `PATH`
264
253
  > * Python 3.8–3.13 (matching the wheel you install)
265
254
 
@@ -532,9 +521,9 @@ PY
532
521
  ## Roadmap
533
522
 
534
523
  * ✅ Windows x64 wheels (3.8–3.13)
535
- * Linux x64 wheels (manylinux)
524
+ * Linux x64 wheels (manylinux)
536
525
  * ⏳ Streaming APIs and richer progress events
537
- * Packaging polish (`pyproject`, build matrices, GitHub Actions)
526
+ * Packaging polish (`pyproject`, build matrices, GitHub Actions)
538
527
 
539
528
  ---
540
529
 
@@ -0,0 +1,9 @@
1
+ virtualshell/__init__.py,sha256=8PE1B8yiMyZg2gwG18EvXt2vDEflvBeAdh7mNn58-GE,912
2
+ virtualshell/_core.cp311-win_amd64.pyd,sha256=fDg1omFayGJ-bQNTsD9jf7uJJQMNjb0x8x-n2Sa8qMc,400384
3
+ virtualshell/_version.py,sha256=ZgAXEMjAMZx3cZroB6PgojYwdhTZjPbU5RqZEfdYQv0,17
4
+ virtualshell/errors.py,sha256=fDblFND_Lz37HV5l6eKCkWXvrPXnI9_FfZs0bpEYFIU,196
5
+ virtualshell/shell.py,sha256=gMknFPVMWpQzsEbc-JX9VD0xtPHkxz5SS5TU521lP0Q,20961
6
+ virtualshell-0.1.2.dist-info/METADATA,sha256=qdLeHdMI-gCwyIrAwNeN5i1S1n7A0Z6ZB6b_56Ri5mM,23684
7
+ virtualshell-0.1.2.dist-info/WHEEL,sha256=oXhHG6ewLm-FNdEna2zwgy-K0KEl4claZ1ztR4VTx0I,106
8
+ virtualshell-0.1.2.dist-info/licenses/LICENSE,sha256=34HMvl-jxuw-TVFRK7do9XGJkawVmiiwmPGFfZACBpI,11548
9
+ virtualshell-0.1.2.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- virtualshell/__init__.py,sha256=j1mOyJQ1R192F6gkuwj3dvaLlGRUNpZqlyJL1mekFlY,912
2
- virtualshell/_core.cp311-win_amd64.pyd,sha256=9FCSqC_fik1oqesKiEzdrKP83b44QDpaV7erAtt1I5o,400384
3
- virtualshell/_version.py,sha256=hOVE_ssp_cuiPbIUxyS-RgREqlvHE2A36Y8OrM1M5Mg,17
4
- virtualshell/errors.py,sha256=fDblFND_Lz37HV5l6eKCkWXvrPXnI9_FfZs0bpEYFIU,196
5
- virtualshell/shell.py,sha256=gMknFPVMWpQzsEbc-JX9VD0xtPHkxz5SS5TU521lP0Q,20961
6
- virtualshell-0.1.1.dist-info/METADATA,sha256=yNdJDhKUakFxdvnGj8AWj3EHeuH5_v7RiAWo3fnv40I,24108
7
- virtualshell-0.1.1.dist-info/WHEEL,sha256=oXhHG6ewLm-FNdEna2zwgy-K0KEl4claZ1ztR4VTx0I,106
8
- virtualshell-0.1.1.dist-info/licenses/LICENSE,sha256=34HMvl-jxuw-TVFRK7do9XGJkawVmiiwmPGFfZACBpI,11548
9
- virtualshell-0.1.1.dist-info/RECORD,,