pycrucible 0.3.7__py3-none-win_amd64.whl → 0.3.9__py3-none-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.
- {pycrucible-0.3.7.data → pycrucible-0.3.9.data}/scripts/pycrucible.exe +0 -0
- {pycrucible-0.3.7.dist-info → pycrucible-0.3.9.dist-info}/METADATA +14 -6
- pycrucible-0.3.9.dist-info/RECORD +5 -0
- pycrucible-0.3.7.dist-info/RECORD +0 -5
- {pycrucible-0.3.7.dist-info → pycrucible-0.3.9.dist-info}/WHEEL +0 -0
- {pycrucible-0.3.7.dist-info → pycrucible-0.3.9.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pycrucible
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.9
|
|
4
4
|
Classifier: Programming Language :: Python :: 3
|
|
5
5
|
Classifier: Programming Language :: Rust
|
|
6
6
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -26,14 +26,14 @@ This tool runs a Python application using the UV binary. It extracts your applic
|
|
|
26
26
|
## What does this mean?
|
|
27
27
|
You get a single self-contained binary that can be distributed across machines running the same platform. No Python installation is required - just an internet connection. Run the executable, and it takes care of the rest.
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
## Community
|
|
30
30
|
You can visit our community group on Telegram
|
|
31
31
|
[PyCrucible Telegram Community](https://t.me/PyCrucibleCommunity)
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
## Changelog
|
|
34
34
|
You can see latest changes at [CHANGELOG FILE](https://github.com/razorblade23/PyCrucible/blob/main/CHANGELOG.md).
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
## Github Action
|
|
37
37
|
PyCrucible has associated GitHub Action workflow which you can use to embed your python applications directly in CI.
|
|
38
38
|
[GitHub Action marketplace](https://github.com/marketplace/actions/build-python-app-with-pycrucible).
|
|
39
39
|
[GitHub Repository](https://github.com/razorblade23/pycrucible-action)
|
|
@@ -85,9 +85,17 @@ This will embed your project and produce a new binary which is by default called
|
|
|
85
85
|
>
|
|
86
86
|
> Example: `pycrucible -e . -o ./myapp` (or `pycrucible -e . -o ./myapp.exe`)
|
|
87
87
|
|
|
88
|
-
|
|
88
|
+
> [!TIP]
|
|
89
|
+
> You can also use `pipx` or `uvx` to run the tool without installing it to your venv.
|
|
90
|
+
>
|
|
91
|
+
> Example with `pipx`: `pipx pycrucible -e .` | Example with `uvx`: `uvx pycrucible -e .`
|
|
92
|
+
|
|
93
|
+
This is now **all you need** to distribute your python project to other people.
|
|
89
94
|
|
|
90
|
-
No python required on their end. Just this single binary
|
|
95
|
+
**No python required on their end. Just this single binary.**
|
|
96
|
+
|
|
97
|
+
> [!NOTE]
|
|
98
|
+
> PyCrucible supports runtime arguments as of `v0.3.1`.
|
|
91
99
|
|
|
92
100
|
Running `pycrucible --help` reveals more options:
|
|
93
101
|
```bash
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
pycrucible-0.3.9.data/scripts/pycrucible.exe,sha256=610pH72uzgAoYfWH79gWd0dCCwWxSTwTSXyMSTwAAJA,5130240
|
|
2
|
+
pycrucible-0.3.9.dist-info/METADATA,sha256=_miqyIks6rlL9RRHBy4uZbt1WiwlLLTenGPGRYIWc48,9962
|
|
3
|
+
pycrucible-0.3.9.dist-info/WHEEL,sha256=nq3lkKW9_ylFdpeg5sUax_PDiAfrieKzAXES02b7P68,94
|
|
4
|
+
pycrucible-0.3.9.dist-info/licenses/LICENSE,sha256=1mKlWQzjtJbLuK-6mzMhwomUm2wTeOPVMBZUGYp4tSE,966
|
|
5
|
+
pycrucible-0.3.9.dist-info/RECORD,,
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
pycrucible-0.3.7.data/scripts/pycrucible.exe,sha256=wFvJ95OpxCleh1mlxuPT7bAPTIu-kguaMw05BvbPDGo,5093376
|
|
2
|
-
pycrucible-0.3.7.dist-info/METADATA,sha256=JwH0P3WPn3ue-eEPkDmBdUoHGDbTDn63IyoZsZtLcCY,9687
|
|
3
|
-
pycrucible-0.3.7.dist-info/WHEEL,sha256=nq3lkKW9_ylFdpeg5sUax_PDiAfrieKzAXES02b7P68,94
|
|
4
|
-
pycrucible-0.3.7.dist-info/licenses/LICENSE,sha256=1mKlWQzjtJbLuK-6mzMhwomUm2wTeOPVMBZUGYp4tSE,966
|
|
5
|
-
pycrucible-0.3.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|