pybun 1.1.25__py3-none-macosx_12_0_arm64.whl → 1.1.26__py3-none-macosx_12_0_arm64.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.

Potentially problematic release.


This version of pybun might be problematic. Click here for more details.

pybun/bun CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pybun
3
- Version: 1.1.25
3
+ Version: 1.1.26
4
4
  Summary: Bun is an all-in-one toolkit for JavaScript and TypeScript apps.
5
5
  Description-Content-Type: text/markdown
6
6
  License: MIT
@@ -8,7 +8,7 @@ Classifier: License :: OSI Approved :: MIT License
8
8
  Project-URL: Homepage, https://bun.sh/
9
9
  Project-URL: Source Code, https://github.com/oven-sh/bun
10
10
  Project-URL: Bug Tracker, https://github.com/oven-sh/bun/issues
11
- Project-URL: Changelog, https://bun.sh/blog/bun-v1.1.25
11
+ Project-URL: Changelog, https://bun.sh/blog/bun-v1.1.26
12
12
  Project-URL: Documentation, https://bun.sh/docs
13
13
  Requires-Python: ~=3.9
14
14
 
@@ -18,21 +18,26 @@ Requires-Python: ~=3.9
18
18
 
19
19
 
20
20
  [Bun](https://bun.sh/) is an all-in-one toolkit for JavaScript and TypeScript apps.
21
- The [pybun](https://pypi.org/project/pybun/) Python package redistributes the Bun CLI executable so that it can be used as a dependency in your Python projects.
21
+
22
+ The [pybun](https://pypi.org/project/pybun/) Python package redistributes the Bun executable so that it can be used as a dependency in your Python projects.
22
23
 
23
24
 
24
25
  Usage
25
26
  -----
26
27
 
27
- To run the Bun CLI from the command line, you can use:
28
+ ### Command line
28
29
 
29
30
  ```shell
30
31
  pybun --version
31
- bun --version
32
+ ```
33
+
34
+ ### Run library module as a script
35
+
36
+ ```shell
32
37
  python -m pybun --version
33
38
  ```
34
39
 
35
- To run the Bun CLI from a Python program, use `sys.executable` to locate the Python binary to invoke. For example:
40
+ ### From python
36
41
 
37
42
  ```python
38
43
  import sys, subprocess
@@ -0,0 +1,7 @@
1
+ pybun-1.1.26.dist-info/METADATA,sha256=6avnZ9J7QgKydRvGJ3FdLh66WVarQNjqOt5iB3oiSPE,1448
2
+ pybun-1.1.26.dist-info/WHEEL,sha256=FfOjXzKtTnZ5O3rpD9tp9FGUuIw1KaOGTvvNgZOVMbQ,109
3
+ pybun-1.1.26.dist-info/entry_points.txt,sha256=2yqDrzJKYDdB2mySMnlNYPyhgcucK1cnVOp3xOQxd2Q,46
4
+ pybun/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ pybun/__main__.py,sha256=VOyC3nPHt95MFI03N6GFjYx2R-HmpDutHkKoPKZOTXE,304
6
+ pybun/bun,sha256=6EcwxKjrjAs7E5P1FJhOo8UcQWTEc_OayhzAsujpJPg,55061968
7
+ pybun-1.1.26.dist-info/RECORD,,
@@ -1,3 +1,2 @@
1
1
  [console_scripts]
2
- bun = pybun.__main__:main
3
2
  pybun = pybun.__main__:main
@@ -1,7 +0,0 @@
1
- pybun-1.1.25.dist-info/METADATA,sha256=zJYBC6Bvt8fnB9obA2KnsWliYUjZQbVDb6Sa_VGt7bw,1552
2
- pybun-1.1.25.dist-info/WHEEL,sha256=FfOjXzKtTnZ5O3rpD9tp9FGUuIw1KaOGTvvNgZOVMbQ,109
3
- pybun-1.1.25.dist-info/entry_points.txt,sha256=Aw8hSKN5rOf3dwe-KEA3FdlF84owqE-7yDZ84yJn4lw,72
4
- pybun/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
- pybun/__main__.py,sha256=VOyC3nPHt95MFI03N6GFjYx2R-HmpDutHkKoPKZOTXE,304
6
- pybun/bun,sha256=RwZwQRgz7qtrVZcCccA4HU5qzVAY2AMVmzR0ZhrZkK0,54880128
7
- pybun-1.1.25.dist-info/RECORD,,
File without changes