0.1.3 • Published 12 months ago

@youwol/cdn-pyodide-loader v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

@youwol/cdn-pyodide-loader

Packages loader for pyodide from YouWol's CDN.

This library is part of the hybrid cloud/local ecosystem YouWol.

Links

Online user-guide

Developers documentation

Package on npm

Source on GitHub

Installation, Build, Test

To install the required dependencies:

yarn

To build for development:

yarn build:dev

To build for production:

yarn build:prod

Tests require py-youwol to run on port 2001 using the configuration defined here. To run tests:

yarn test

Coverage can be evaluated using:

yarn test-coverage

To generate code's documentation:

yarn doc