l0n0lc 0.7.5__tar.gz → 0.7.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: l0n0lc
3
- Version: 0.7.5
3
+ Version: 0.7.6
4
4
  Summary: 一个将python函数翻译为c++函数并运行的jit编译器
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Requires-Python: >=3.10
@@ -9,6 +9,10 @@ License-File: LICENSE
9
9
  Dynamic: license-file
10
10
 
11
11
  # 将python函数翻译为c++函数并运行
12
+ ## 安装
13
+ ```
14
+ pip install l0n0lc
15
+ ```
12
16
 
13
17
  ## hello_world.py
14
18
  ```python
@@ -1,4 +1,8 @@
1
1
  # 将python函数翻译为c++函数并运行
2
+ ## 安装
3
+ ```
4
+ pip install l0n0lc
5
+ ```
2
6
 
3
7
  ## hello_world.py
4
8
  ```python
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: l0n0lc
3
- Version: 0.7.5
3
+ Version: 0.7.6
4
4
  Summary: 一个将python函数翻译为c++函数并运行的jit编译器
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Requires-Python: >=3.10
@@ -9,6 +9,10 @@ License-File: LICENSE
9
9
  Dynamic: license-file
10
10
 
11
11
  # 将python函数翻译为c++函数并运行
12
+ ## 安装
13
+ ```
14
+ pip install l0n0lc
15
+ ```
12
16
 
13
17
  ## hello_world.py
14
18
  ```python
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "l0n0lc"
3
- version = "0.7.5"
3
+ version = "0.7.6"
4
4
  description = "一个将python函数翻译为c++函数并运行的jit编译器"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes