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.
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/PKG-INFO +5 -1
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/README.md +4 -0
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/l0n0lc.egg-info/PKG-INFO +5 -1
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/pyproject.toml +1 -1
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/LICENSE +0 -0
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/l0n0lc/StdList.py +0 -0
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/l0n0lc/StdMap.py +0 -0
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/l0n0lc/__init__.py +0 -0
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/l0n0lc/c/345/237/272/347/241/200/345/244/204/347/220/206.py" +0 -0
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/l0n0lc/jit.py +0 -0
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/l0n0lc//347/274/226/350/257/221.py" +0 -0
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/l0n0lc//351/200/232/347/224/250.py" +0 -0
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/l0n0lc.egg-info/SOURCES.txt +0 -0
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/l0n0lc.egg-info/dependency_links.txt +0 -0
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/l0n0lc.egg-info/top_level.txt +0 -0
- {l0n0lc-0.7.5 → l0n0lc-0.7.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: l0n0lc
|
3
|
-
Version: 0.7.
|
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
|
Metadata-Version: 2.4
|
2
2
|
Name: l0n0lc
|
3
|
-
Version: 0.7.
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|