![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Pyloid is the Python backend version of Electron and Tauri, designed to simplify desktop application development. This open-source project, built on QtWebEngine and PySide6, provides seamless integration with various Python features, making it easy to build powerful applications effortlessly.
With Pyloid, you can leverage the full power of Python in your desktop applications. Its simplicity and flexibility make it the perfect choice for both beginners and experienced developers looking for a Python-focused alternative to Electron or Tauri. It is especially optimized for building AI-powered desktop applications.
https://github.com/pylonic/pyloid_html_boilerplate
https://github.com/pylonic/pyloid_react_boilerplate
pip install pyloid
Package URL: https://pypi.org/project/pyloid/
from pyloid import Pyloid
app = Pyloid(app_name="Pyloid-App", single_instance=True)
win = app.create_window("pyloid-example")
win.load_url("https://www.example.com")
win.show_and_focus()
app.run()
This project is licensed under the terms of the Apache License 2.0. See the LICENSE file for details.
This project uses PySide6, which is licensed under the LGPL (Lesser General Public License).
Not Yet
If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository.
FAQs
Unknown package
We found that pyloid demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.