10000 merge with main · sarvjeetdev/pyscript@8c25053 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c25053

Browse files
committed
merge with main
2 parents 417650b + a9470ed commit 8c25053

File tree

121 files changed

+485
-10325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+485
-10325
lines changed

.github/workflows/build-alpha.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,12 @@ jobs:
4747
- name: setup Miniconda
4848
uses: conda-incubator/setup-miniconda@v2
4949

50-
- name: Install dependencies
51-
run: |
52-
npm install
53-
make setup
50+
- name: Setup Environment
51+
run: make setup
5452

55-
- name: Test pyscript
53+
- name: Build and Test
5654
run: make test
5755

58-
- name: Build pyscript
59-
run: make build
60-
6156
# Deploy to S3
6257
- name: Configure AWS credentials
6358
if: github.ref == 'refs/heads/main' # Only deploy on merge into main

.github/workflows/build-latest.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,12 @@ jobs:
5555
- name: setup Miniconda
5656
uses: conda-incubator/setup-miniconda@v2
5757

58-
- name: Install dependencies
59-
run: |
60-
npm install
61-
make setup
58+
- name: Setup Environment
59+
run: make setup
6260

63-
- name: Test pyscript
61+
- name: Build and Test
6462
run: make test
6563

66-
- name: Build pyscript
67-
run: make build
68-
6964
# Deploy to S3
7065
- name: Configure AWS credentials
7166
if: github.ref == 'refs/heads/main' # Only deploy on merge into main

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ coverage.xml
5151
*.py,cover
5252
.hypothesis/
5353
.pytest_cache/
54+
pyscriptjs/examples
5455

5556
# Translations
5657
*.mo

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ repos:
6464
- --py310-plus
6565

6666
- repo: https://github.com/pre-commit/mirrors-eslint
67-
rev: v8.15.0
67+
rev: v8.16.0
6868
hooks:
6969
- id: eslint
7070
files: pyscriptjs/src/.*\.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Check out the [examples](examples) folder for more examples on how to use it, al
2828

2929
## How to Contribute
3030

31-
To contribute see the [CONTRIBUTING](CONTRIBUTING.md) document.
31+
Read the [contributing guide](CONTRIBUTING.md) to learn about our development process, reporting bugs and improvements, creating issues and asking questions.
3232

3333
## Resources
3434

docs/tutorials/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ one or more lines onto the page in order. Within the `<py-script>`, you
7777
have access to the `pyscript` module, which provides a `.write()` method
7878
to send strings into labeled elements on the page.
7979

80-
For example, we'll add some style elements and provide place holders for
80+
For example, we'll add some style elements and provide placeholders for
8181
the `<py-script>` tag to write to.
8282

8383
```html
@@ -236,7 +236,7 @@ The following optional values are supported by `<py-config>`:
236236
* runtimes (List of Runtimes): List of runtime configurations. Each Runtime expects the following fields:
237237
* src (string, Required): URL to the runtime source.
238238
* name (string): Name of the runtime. This field can be any string and is to be used by the application author for their own customization purposes.
239-
* name (string): Programming language supported by the runtime. This field can by used by the application author to provide clarify. It currently has no implications on how PyScript behaves.
239+
* name (string): Programming language supported by the runtime. This field can be used by the application author to provide clarify. It currently has no implications on how PyScript behaves.
240240

241241
## Visual component tags
242242

examples/altair.html

Lines changed: 0 additions & 60 deletions
This file was deleted.

examples/antigravity.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

examples/antigravity.py

Lines changed: 0 additions & 45 deletions
This file was deleted.

examples/antigravity.svg

Expand all lines: examples/antigravity.svg
Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0