diff --git a/packages.json b/packages.json index 5569e08..30340a1 100644 --- a/packages.json +++ b/packages.json @@ -1677,5 +1677,14 @@ "description": "Iterator library for Nim", "license": "MIT", "web": "https://github.com/petermora/nimLazy" + }, + { + "name": "asyncpythonfile", + "url": "https://github.com/fallingduck/asyncpythonfile-nim", + "method": "git", + "tags": ["async", "asynchronous", "library", "python", "file", "files"], + "description": "High level, asynchronous file API mimicking Python's file interface.", + "license": "ISC", + "web": "https://github.com/fallingduck/asyncpythonfile-nim" } ]