High-Performance Asynchronous File I/O for Python, powered by Rust
Project description
aerofs
aerofs brings the power of Rust's asynchronous I/O to Python. By leveraging tokio and PyO3, it provides a non-blocking, thread-safe, and highly performant filesystem interface for asyncio applications.
Full documentation at the Documentation Site.
Installation
pip install aerofs
Quick Start
import aerofs
import asyncio
async def main():
async with aerofs.open('hello.txt', 'w') as f:
await f.write('Hello via Rust!')
async with aerofs.open('hello.txt', 'r') as f:
print(await f.read())
if __name__ == "__main__":
asyncio.run(main())
Documentation
Guides and API references are available in the docs/ directory or online:
License
Apache 2.0 License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aerofs-4.0.6.tar.gz.
File metadata
- Download URL: aerofs-4.0.6.tar.gz
- Upload date:
- Size: 189.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a17482ef604d0ec4abd4c42e7e80c5fbae7265aacdb4ffca93f02fd0c0dfe984
|
|
| MD5 |
e00546ee05ca159d93ede13b0fe50a58
|
|
| BLAKE2b-256 |
56979b5393e21ca248ce43f3a699df5cbeaacaea13f945272d23b2ab59ffff8f
|
Provenance
The following attestation bundles were made for aerofs-4.0.6.tar.gz:
Publisher:
main.yml on ohmyarthur/aerofs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aerofs-4.0.6.tar.gz -
Subject digest:
a17482ef604d0ec4abd4c42e7e80c5fbae7265aacdb4ffca93f02fd0c0dfe984 - Sigstore transparency entry: 774979803
- Sigstore integration time:
-
Permalink:
ohmyarthur/aerofs@c609f00a55cb557fc34f8d9529566c0946bb8514 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/ohmyarthur
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
main.yml@c609f00a55cb557fc34f8d9529566c0946bb8514 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file aerofs-4.0.6-cp39-abi3-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: aerofs-4.0.6-cp39-abi3-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.9+, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31e94a9e3334613d8ca02741f9a91d3ab4ab58de1ae56a529361ad02eace4f03
|
|
| MD5 |
bca1c9d824b5378a223a3dcb3ce838ac
|
|
| BLAKE2b-256 |
7971cf82fe189a6aa1c272fceb98da49bec62ee8540b35f30d786b295e70a459
|
Provenance
The following attestation bundles were made for aerofs-4.0.6-cp39-abi3-manylinux_2_34_x86_64.whl:
Publisher:
main.yml on ohmyarthur/aerofs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aerofs-4.0.6-cp39-abi3-manylinux_2_34_x86_64.whl -
Subject digest:
31e94a9e3334613d8ca02741f9a91d3ab4ab58de1ae56a529361ad02eace4f03 - Sigstore transparency entry: 774979804
- Sigstore integration time:
-
Permalink:
ohmyarthur/aerofs@c609f00a55cb557fc34f8d9529566c0946bb8514 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/ohmyarthur
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
main.yml@c609f00a55cb557fc34f8d9529566c0946bb8514 -
Trigger Event:
workflow_dispatch
-
Statement type: