File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 6
6
7
7
8
8
PScript is a Python to JavaScript compiler, and is also the name of the subset
9
- of Python that this compiler supports. It was developed as a part of
10
- [ Flexx] ( https://flexx.app ) (as ` flexx.pyscript ` ) and is now represented
11
- by its own project. Although it is still an important part of Flexx, it can
12
- also be useful by itself.
9
+ of Python that this compiler supports. It was originally developed as a part of
10
+ [ Flexx] https://github.com/flexxui/flexx ) and is now a project on its own.
13
11
14
12
15
13
Installation
@@ -18,9 +16,9 @@ Installation
18
16
PScript is pure Python and requires Python 3.6+ (including Pypy).
19
17
It has no further dependencies.
20
18
21
- * `` pip install pscript `` , or
22
- * `` conda install pscript -c conda-forge ``
23
-
19
+ ```
20
+ pip install pscript
21
+ ```
24
22
25
23
26
24
Short example
Original file line number Diff line number Diff line change 243
243
244
244
# ruff: noqa: E402, F401, F403
245
245
246
- __version__ = "0.7.7 "
246
+ __version__ = "0.8.0 "
247
247
248
248
import sys
249
249
import logging
You can’t perform that action at this time.
0 commit comments