mzebrak's Stars
TheAlgorithms/Python
All Algorithms implemented in Python
kamranahmedse/design-patterns-for-humans
An ultra-simplified explanation to design patterns
astral-sh/ruff
An extremely fast Python linter and code formatter, written in Rust.
Textualize/textual
The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
ggreer/the_silver_searcher
A code-searching tool similar to ack, but faster.
fastapi/typer
Typer, build great CLIs. Easy to code. Based on Python type hints.
prompt-toolkit/python-prompt-toolkit
Library for building powerful interactive command line applications in Python
TechEmpower/FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
pypa/hatch
Modern, extensible Python project management
python/typeshed
Collection of library stubs for Python, with static types
jcrist/msgspec
A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
astral-sh/ruff-pre-commit
A pre-commit hook for Ruff.
mCodingLLC/VideosSampleCode
Code from the mCoding sample videos
erdewit/nest_asyncio
Patch asyncio to allow nested event loops
mtkennerly/poetry-dynamic-versioning
Plugin for Poetry to enable dynamic versioning based on VCS tags
samuelcolvin/pytest-pretty
pytest plugin for pretty printing the test summary.
brokenloop/jsontopydantic
Web tool for generating Pydantic models from JSON objects
asottile/yesqa
Automatically remove unnecessary `# noqa` comments
edrevo/dockerfile-plus
New commands for Dockerfile
darrenburns/textual-autocomplete
Easily add autocomplete dropdowns to your Textual apps
sirfuzzalot/textual-inputs
Textual Inputs is a collection of input widgets for the Textual TUI framework 🔡
floatingpurr/sync_with_poetry
Sync .pre-commit-config.yaml repos starting from poetry.lock
mitosch/textual-select
A simple drop-down (select) for textual with an optional search functionality
andersonrocha0/fastApiAndSqlAlchemySyncVsAsync
davep/unbored
A TUI client for when you're bored
bswck/runtime_generics
Reuse type arguments explicitly passed at runtime to a generic class before instantiating.
reinhrst/abstractcp
Python module for defining abstract class variables
lllama/textual-transitions
davep/textual-sandbox
A sandbox for testing things against the latest release of Textual
ollywelch/benchmark-fastapi
Benchmarking async vs sync FastAPI with a SQLAlchemy/Postgres backend