File support for asyncio
Die Hauptfunktionen von tinche/aiofiles sind: File And Path Utilities, File System Utilities, General Utilities.
Open-Source-Alternativen zu tinche/aiofiles sind unter anderem: pyfilesystem/pyfilesystem2 — Python's Filesystem abstraction layer. gorakhargosh/watchdog — Watchdog is a Python library and set of shell utilities for monitoring filesystem events. It provides a framework for… cxong/tinydir — Lightweight, portable and easy to integrate C directory and file reader. 0xjohnnyboy/scretch.nvim — 📝 Neovim plugin to manage scratch files ! acidjunk/starlette-opentracing — Opentracing support for Starlette and FastApi. abo/rerate.
Watchdog is a Python library and set of shell utilities for monitoring filesystem events. It provides a framework for tracking real-time changes to files and directories, mapping those events to configurable automation handlers, and executing system actions based on file creation, modification, or deletion. The project includes an event-driven shell utility for triggering custom scripts and commands automatically. It utilizes a configurable handler framework that allows users to associate specific filesystem events with specialized plugin logic defined in configuration files. The system moni
Python's Filesystem abstraction layer