Compare commits

...

8 Commits

Author SHA1 Message Date
Vinta Chen
993d82165f
Merge pull request #2750 from flet-dev/flet
Add Flet
2025-09-17 13:29:57 +08:00
Vinta Chen
529f906452
Merge pull request #2759 from cgoldberg/selenium-links
Update Selenium links
2025-09-17 13:29:27 +08:00
Corey Goldberg
0b736f84b2 Update Selenium links 2025-09-16 13:29:46 -04:00
Feodor Fitsner
ce6ba4192e Add Flet 2025-08-24 11:57:51 -07:00
Vinta Chen
6f7e2f338d
add uv 2025-07-18 00:35:49 +08:00
Vinta Chen
0d5468cf11
Merge pull request #2614 from MatteoGuadrini/MatteoGuadrini-patch-1
Add ruff linter
2025-07-06 02:42:51 +08:00
Matteo Guadrini aka GU
f387123f5b
Change repo of ruff 2024-09-18 11:34:11 +02:00
Matteo Guadrini aka GU
4f887d5e1e
Add ruff linter 2024-09-17 11:49:28 +02:00

View File

@ -236,6 +236,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [flake8](https://github.com/PyCQA/flake8) - A wrapper around `pycodestyle`, `pyflakes` and McCabe.
* [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions)
* [pylint](https://github.com/pylint-dev/pylint) - A fully customizable source code analyzer.
* [ruff](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter.
* Code Formatters
* [black](https://github.com/psf/black) - The uncompromising Python code formatter.
* [isort](https://github.com/timothycrosley/isort) - A Python utility / library to sort imports.
@ -544,6 +545,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [curses](https://docs.python.org/3/library/curses.html) - Built-in wrapper for [ncurses](http://www.gnu.org/software/ncurses/) used to create terminal GUI applications.
* [Eel](https://github.com/ChrisKnott/Eel) - A library for making simple Electron-like offline HTML/JS GUI apps.
* [enaml](https://github.com/nucleic/enaml) - Creating beautiful user-interfaces with Declarative Syntax like QML.
* [Flet](https://flet.dev) - Cross-platform GUI framework for building modern apps in pure Python. Run on Windows, macOS, Linux, Android, iOS, and the Web.
* [Flexx](https://github.com/zoofIO/flexx) - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
* [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line.
* [kivy](https://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
@ -791,6 +793,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [PyPI](https://pypi.org/)
* [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager.
* [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy.
* [uv](https://github.com/astral-sh/uv) - An extremely fast Python package and project manager, written in Rust.
## Package Repositories
@ -1019,7 +1022,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python.
* [PyAutoGUI](https://github.com/asweigart/pyautogui) - PyAutoGUI is a cross-platform GUI automation Python module for human beings.
* [Schemathesis](https://github.com/kiwicom/schemathesis) - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.
* [Selenium](https://pypi.org/project/selenium/) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver.
* [Selenium](https://pypi.org/project/selenium/) - Python bindings for [Selenium](https://selenium.dev/) [WebDriver](https://selenium.dev/documentation/webdriver/).
* [sixpack](https://github.com/seatgeek/sixpack) - A language-agnostic A/B Testing framework.
* [splinter](https://github.com/cobrateam/splinter) - Open source tool for testing web applications.
* Mock