mirror of
https://github.com/vinta/awesome-python.git
synced 2025-12-08 20:12:58 +00:00
Compare commits
8 Commits
2252650cfd
...
993d82165f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
993d82165f | ||
|
|
529f906452 | ||
|
|
0b736f84b2 | ||
|
|
ce6ba4192e | ||
|
|
6f7e2f338d | ||
|
|
0d5468cf11 | ||
|
|
f387123f5b | ||
|
|
4f887d5e1e |
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user