awesome-python
awesome-python copied to clipboard
An opinionated list of awesome Python frameworks, libraries, software and resources.
## What is this Python project? watchfiles is a simple, modern, and high-performance file watching and code reload library for Python. Its key features include: - Efficient file system notifications...
Many features that make managing projects easier, and a replacement for the unmaintained pipsi (easy installation of scripts into dedicated venvs). It *adds* to existing tools like pip and poetry,...
Added 'pycodestyle' code checker tool which strictly follows PEP8 conventions. ## What is this Python project? Describe features. ## What's the difference between this Python project and similar ones? Enumerate...
Add rye
## What is this Python project? Rye is a comprehensive project and package management solution for Python. Born from [its creator's](https://github.com/mitsuhiko) desire to establish a one-stop-shop for all Python users,...
## What is this Python project? What is Textual?[¶](https://textual.textualize.io/#what-is-textual) Textual is a Rapid Application Development framework for Python, built by [Textualize.io](https://www.textualize.io/). Build sophisticated user interfaces with a simple Python API....
## What is this Python project? a library provides a set of RESTful endpoints for handling basic user authentication tasks, such as registration, login, logout, password reset, and account activation....
Please consider adding the Roundup Issue Tracker to your list. ## What is this Python project? Roundup is an issue-tracking system that boasts a user-friendly interface and easy installation process....
Add pycryptodome package ## What is this Python project? This python package https://github.com/Legrandin/pycryptodome contains multiple easy-to use crypto primitives. ## What's the difference between this Python project and similar ones?...
## What is this Python project? The [segment-anything](https://segment-anything.com) library (from Meta AI Research) is a very useful tool for object detection and generating masks for objects found in images. It...
## What is this Python project? Fixit allows the creation of custom lint rules, just like flake8 or pylint. In addition, fixit allows developers to apply code transformations, similar to...