awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Tinche avatar

Tinche/aiofiles

0
View on GitHub↗
3,249 stars·166 forks·Python·Apache-2.0·13 views

Aiofiles

File support for asyncio

Features

  • File And Path Utilities - Asynchronous file I/O support.
  • File System Utilities - Asynchronous file operations using asyncio.
  • General Utilities - File system operations support for asynchronous code.

Star history

Star history chart for tinche/aiofilesStar history chart for tinche/aiofiles

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Aiofiles

These projects share indexed features with Aiofiles. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • gorakhargosh/watchdoggorakhargosh avatar

    gorakhargosh/watchdog

    7,370View on GitHub↗

    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
    View on GitHub↗7,370
  • pyfilesystem/pyfilesystem2pyfilesystem avatar

    pyfilesystem/pyfilesystem2

    2,100View on GitHub↗

    Python's Filesystem abstraction layer

    Python
    View on GitHub↗2,100
  • cxong/tinydircxong avatar

    cxong/tinydir

    868View on GitHub↗

    Lightweight, portable and easy to integrate C directory and file reader

    C
    View on GitHub↗868
  • 0xjohnnyboy/scretch.nvim0xJohnnyboy avatar

    0xJohnnyboy/scretch.nvim

    34View on GitHub↗

    📝 Neovim plugin to manage scratch files !

    Lua
    View on GitHub↗34
Compare all 30 related projects→

Frequently asked questions

What does tinche/aiofiles do?

File support for asyncio

What are the main features of tinche/aiofiles?

The main features of tinche/aiofiles are: File And Path Utilities, File System Utilities, General Utilities.

Which projects share features with tinche/aiofiles?

Projects with overlapping indexed features include: 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.