context-manager
There are 53 repositories under context-manager topic.
finishy1995/effibot
Effibot: A ChatGPT server with tree-based data structure for efficient context management, providing a mind map-like Q&A experience.
pomponchik/instld
The simplest package management
alexdelorenzo/limiter
⏲️ Easy rate limiting for Python using a token bucket algorithm, with async and thread-safe decorators and context managers
bskinn/stdio-mgr
Context manager for mocking/wrapping stdin/stdout/stderr
LemonPi/window_recorder
Programatically video record a window with a python context manager in Linux
meribold/timethis
Context manager for measuring execution times
philtrade/mpify
A simple API to launch Python functions to run on multiple ranked processes, mpify is designed to enable interactive multiprocessing experiments in Jupyter/IPython, such as distributed data parallel training over multiple GPUs.
sileod/xpflow
Python nested loops as classes for improved readability and modularity
bskinn/tempvars
Context manager for handling temporary variables in Jupyter Notebook, IPython, etc.
MGross21/armctl
Agnostic Robotic Manipulator Controller (armctl). A unified Python interface for controlling a variety of industrial and hobbyist robots from different manufacturers.
kajaste/overdue
Conveniently stop Python code from running when it is taking too long on Python 3.10+
lacerbi/athanor
Desktop app for AI-assisted coding and writing workflows—manage file context, generate prompts, and safely apply changes. Use with ChatGPT, Claude, or any AI chat
swilltec/bookmark
Python bookmark application for saving and organizing bookmark.
carpentry-org/using
Context Managers for Carp
ertgl/stackholm
Zero-copy stack-based context data management library.
pond918/ctxmap
Ctxmap is a tree map style context management spec&engine, to define and execute LLMs based long running, huge context tasks. Such as large-scale software project development, epic novel writing, long-term extensive research, etc.
windsuzu/PythonUniverse
The goal of PythonUniverse is to collect and organize Python skills in one place. We've collected some Python techniques, Python modules, and some libraries for data science. Each Topic includes code snippet and further explanation.
Friskes/capture-db-queries
Class to simplify the search for slow and suboptimal sql queries to the database in django projects.
gmagannaDevelop/tidyCSV.py
Tired of having pseudo CSV files full of invalid entries ? Me too, this is my solution.
yeison-liscano/python_intermediate_topics
Python Intermediate topics
u1234x1234/tempenviron
Temporary modify your environment variables with context manager.
alvarobartt/uvicorn-context-manager
🚀 Context Manager to run `uvicorn` ASGI applications
Apoll011/ContextManager
A Python context manager for saving and loading objects to/from memory and files.
DahlitzFlorian/timing-context-manager-video-snippets
Supporting material for the video "Create a Context Manager in Python Measuring the Execution Time" published on YouTube.
dominikstraessle/python_stuff
Python scripts, programs, templates etc.
EliahKagan/subaudit
Subscribe and unsubscribe for specific audit events
inderdevbhumi82-prog/stepchain
Composable step orchestrator for Python. Write clean, declarative pipelines for synchronous and asynchronous workflows — with retries, validation, logging, and hooks — all in a tiny, dependency-free package.
MarianaDrozd/cursor_my_homeworks
My homeworks at CURSOR EDUCATION Python Basic
Mohamed00Abdelmonem/Python_Topics_Advanced
The Python Topics Advanced repository is designed to help Python developers enhance their skills by covering advanced topics and providing practical examples. This repository is particularly useful for those preparing for technical interviews or seeking to deepen their understanding of complex Python concepts.
Mount-Isaac/APIs_Development
APIs Development
RodneyFinkel/groq_deepgram_agent
STT-LLM-TTS (websockets/asynchronous) Agent using Deepgram and Groq LPU's and Sentence Transformers for Vector Embeddings, ChromaDB for persistent vector db storage and simiarity search for RAG context management
SatvikPraveen/Task-Manager-Pro
🎯 Task Manager PRO — A fully modular, object-oriented Python CLI application for managing tasks. Features user login, due-date reminders (with optional email alerts), verbose task reporting, decorators, type hints, unit tests with pytest, and a Docker-ready structure for production-grade deployment.
tybruno/zombie-py
Reraising Exceptions Back From the Dead As New Exceptions.
wizzardx/bracket
A Crystal shard implementing the bracket pattern for safe resource management. Ensures proper initialization and cleanup of resources, similar to Python's context managers or Haskell's bracket pattern.
zchee/llmctxenv
Similar to pyenv or something, but manages the LLM CLI's context memory environment, such as CLAUDE.md, GEMINI.md, AGENTS.md, and more.