Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Introducing @python/libs #2337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

WebReflection
Copy link
Contributor

Description

This MR would like to introduce the development and maintenance of @pyscript/core related libraries (and more) that don't strictly belong to core itself but can be used to enhance PyScript based development.

The only current library in here is alien-signals as pure Python port done by me, while developing PEP750 related tdom library.

More libraries might land in this space but the idea here is to publish these libraries under our @pyscript namespace so that users can use related CDNs to optionally bring in extra features to PyScript core.

Changes

  • created a libs folder (lib was ignored in our config I believe for valid reasons)
  • created a script to build libraries as .tar.gz (native in both Pyodide and MicroPython)
  • tested such artifact works as expected in both Pyodide and MicroPython

Checklist

  • I have checked make build works locally.
  • I have created / updated documentation for this change (if applicable).

@WebReflection WebReflection force-pushed the pyscript-lib branch 7 times, most recently from d1e3783 to bd93c47 Compare May 7, 2025 10:12
@WebReflection WebReflection requested a review from ntoll May 7, 2025 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant