webui/packages
Albert Shown 1a1e4c7a00 WebUI v2.0.7
* Switch from GPL to LGPL
* Deno example is ready
* Adding `void _webui_free_all_mem()` to release all dynamic mem at exit
* Break Change `void webui_script_interface(webui_window_t* win, const char* script, unsigned int timeout, bool* error, unsigned int* length, char* data)` to `void webui_script_interface(webui_window_t* win, const char* script, unsigned int timeout, bool* error, unsigned int* length, char** data)`
* Updating readme
* Moving Zig build file into build folder

More code cleaning and more examples is needed before we release the version 2.0.7.
2023-03-21 18:47:19 -04:00
..
PyPI WebUI v2.0.7 2023-03-21 18:47:19 -04:00
README.md Adding PyPI - C++ - Fix VS2019/2022 2022-10-21 22:15:25 -04:00

WebUI PyPI Package

git clone https://github.com/alifcommunity/webui.git
cd webui/packages/PyPI
python -m pip install --upgrade pip
python -m pip install --upgrade build
python -m pip install --upgrade twine
python -m build
python -m twine upload --repository pypi dist/*
pip install --upgrade webui2