diff options
| author | Jack VanDrunen <jack@fallingduck.net> | 2015-06-10 15:48:49 -0700 |
|---|---|---|
| committer | Jack VanDrunen <jack@fallingduck.net> | 2015-06-10 15:48:49 -0700 |
| commit | c159a84974d5928f51b9400dde1735da4426de9d (patch) | |
| tree | e1ac0e4b3cd416a1a4919591004982ddbd3b7aad | |
| parent | 4092d711abdb56c7666c093b0e98be3ac0c5228b (diff) | |
| download | packages-c159a84974d5928f51b9400dde1735da4426de9d.tar.gz packages-c159a84974d5928f51b9400dde1735da4426de9d.zip | |
Add asyncpythonfile package
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
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" } ] |
