Releases: Maximilian-Winter/pytonium
Pytonium 0.0.13
Fixed bug at start up and some minor issues.
Pytonium 0.0.12
Fixed some issues and added custom protocol schemes.
Pytonium 0.0.11
Fixed the wheels and source release.
Pytonium 0.0.10
New release with a couple of new features:
- Application State Handling
- Return values to Javascript through Promises.
- Configurable context menu
- Improved binding system
Pytonium 0.0.9
Pytonium
Pytonium is a framework for building python apps, with a GUI based on the web-technologies HTML, CSS and Javascript.
It uses the Chromium Embedded Framework for rendering and execution of javascript.
At the moment the framework has functionality for loading an url and add
Javascript bindings, so a python function can be called from Javascript.
And also Javascript can be executed, on the website, from python.
The package is avaible via pip.
So just type the following in the console to install it.
pip install Pytonium
Changes:
Added linux support.
Pytonium 0.0.8
This is version 0.0.8 of Pytonium
The framework has basic functionality for loading an url and add Javascript bindings, so a python function can be called from Javascript. And also Javascript can be executed, on the website, from python.
Also avaible via pip
So just type the following in the console to install it.
pip install Pytonium
Changes:
You don't have to set the default Pytonium Subprocess Executable anymore. A valid default value get set at initialization.
And functions and methods, now take the arguments passed to them from Javascript as parameters.
Pytonium 0.0.7
This is version 0.0.7 of Pytonium
The framework has basic functionality for loading an url and add Javascript bindings, so a python function can be called from Javascript. And also Javascript can be executed, on the website, from python.
Also avaible via pip
So just type the following in the console to install it.
pip install Pytonium