0.16.0 • Published 6 months ago

pysandbox v0.16.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

PySandbox: Run Python in your Web Application

For installation and usage instructions see user docs

Introduction

PySandbox is a library that helps developers create client-side Python-powered web applications. It is inspired by PyScript and built on top of Pyodide and Polyscript.

The main features of PySandbox are:

  • Exports simple JS classes that can be used in any JS framework or html page.
  • Web Worker ready. If your site is cross origin isolated, Web Workers can be used to execute python code.
  • Restricted mode. Enabling this mode will disallow python scripts access to js.document.
  • Custom modules support. You can define your own modules that are accessible in the codeblock.
  • Input/Output support. You can easily pass data in and out of the python code blocks and display images and/or adding 3rd party JS integration.
  • Helper methods for formatting code, find imports and installing modules in Pyodide.
0.16.0

6 months ago

0.12.0

1 year ago

0.9.1

1 year ago

0.5.8

2 years ago

0.5.7

2 years ago

0.5.3

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago