pglet
domonic
pglet | domonic | |
---|---|---|
9 | 32 | |
582 | 132 | |
- | 0.8% | |
6.5 | 7.7 | |
over 2 years ago | about 1 month ago | |
Go | Python | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pglet
-
Show HN: Pynecone – web apps in pure Python
It took me a while to re-find a "Python web app" project that has been posted here and that I vaguely remembered. So I am gonna post it here. It's Pglet https://github.com/pglet/pglet and Flet seems to be its spiritual successor.
-
How do you make a python UI that doesn't look like garbage?
Hey, try Pglet - it's very easy to get started and UI looks cool. There is a tutorial how to make a simple To-Do app in Python: https://pglet.io/docs/tutorials/python
-
Building email signup form for Docusaurus with hCaptcha, Cloudflare Pages and Mailgun
Pglet website is made with Docusaurus and hosted on Cloudflare Pages. However, the following solution could be easily adopted for other React-based website frameworks such as Next.js and use a different backend for server-side logic such as Vercel Functions or Deno Deploy.
-
Hacker News top posts: Dec 1, 2021
Pglet – Web UI framework for back end developers\ (25 comments)
- Pglet – Web UI framework for back end developers
-
Creating a web app in Python without knowledge of HTML/CSS/JavaScript
I've been developing Pglet framework for 6 months now and I feel it's finally ready for building real apps.
-
The future of web software is HTML over WebSockets
Oh, ASP.NET Web Forms were awesome! I remember it was so easy to onboard new developers: built-in state management between requests, WYSIWYG editor, high-level controls abstracting from HTML. Maybe because I miss ASP.NET so much :) I started working on https://github.com/pglet/pglet to have something like "ASP.NET on steroids" - server-side controls with React UI. However, it's not a HTML passing over WebSockets, but controls state which takes much less traffic with smaller latencies.
domonic
- Ludic: New framework for Python with seamless Htmx support
-
Sunday Daily Thread: What's everyone working on this week?
I did the 100th release of this python DOM 0.9.11... https://github.com/byteface/domonic
I've managed to tweak domonic (https://github.com/byteface/domonic) to work with elementpath (https://github.com/sissaschool/elementpath)...
-
Web Scraping Open Knowledge
I'm not sure about quicker. Doesn't scrapy use elementpath?. which converts a css query to an xpath under the hood as there is no complete CSSOM available for python. Likely as there is no modern standards based python dom to operate on so doing it on lxml tree is probably the best option. I find the main difference is xpath can return an attribute value where as css returns the node. You can use either from the terminal in my lib... https://github.com/byteface/domonic (as it uses elementpath like scrapy)
-
5% of the 420 python codebases we checked had silently skipped tests - including big projects with over 50k stars and 20k forks
Thanks for your tool. I've been using it this week and updated a bunch of code. You are now a contributer... https://github.com/byteface/domonic/pull/58
-
htmlx - a pure python dom
[domonic](https://domonic.readthedocs.io/) will continue to evolve. It's a pure python dom I been working on in free time over last 2 years... https://github.com/byteface/domonic/
-
Saturday Daily Thread: Resource Request and Sharing! Daily Thread
and used it on my lib yesterday... https://github.com/byteface/domonic/commit/96a91bbf3ee6f672bc1c0e5978f55e45706392aa
- an evolving python DOM for creating html
- PyML - A python library to build html.
- A python 3 library to create HTML with an evolving DOM API
What are some alternatives?
PyWebIO - Write interactive web app in script way.
dominate - Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
workers-sdk - ⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
django-jinja-knockout - Django datatables and widgets, both AJAX and traditional. Display-only ModelForms. ModelForms / inline formsets with AJAX submit and validation. Works with Django templates.
beaker - An experimental peer-to-peer Web browser
enaml-web - Build interactive websites with enaml
wave - Realtime Web Apps and Dashboards for Python and R
examples - Sample apps for Pglet
reflex - 🕸️ Web apps in pure Python 🐍
Bottle - bottle.py is a fast and simple micro-framework for python web-applications.
fuse - Multiplayer Online Standard
fliscopt - Algorithms for flight scheduling optimization.