Metadata-Version: 2.1
Name: brython
Version: 3.12.3
Summary: Brython is an implementation of Python 3 running in the browser
Project-URL: Homepage, https://brython.info
Project-URL: Source, https://github.com/brython-dev/brython
Project-URL: Bug Tracker, https://github.com/brython-dev/brython/issues
Author-email: Pierre Quentel <pierre.quentel@gmail.com>
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Description-Content-Type: text/markdown

With Brython you can write browser programs in Python instead of Javascript,
by inserting Python code in an HTML page by:

    <script type="text/python">
    ...
    </script>

Usage:

    pip install brython

Then in an empty folder:

    brython-cli --install

or in a folder with older versions already present:

    brython-cli --update

The package includes a page **demo.html** with examples of use. For more
information see the [Brython site](http://brython.info).