diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-06-11 00:03:08 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-06-11 00:03:08 +0100 |
| commit | 48029ef53782b0ef2f733ee3e15a6660aa1b49ed (patch) | |
| tree | e1ac0e4b3cd416a1a4919591004982ddbd3b7aad | |
| parent | 4092d711abdb56c7666c093b0e98be3ac0c5228b (diff) | |
| parent | c159a84974d5928f51b9400dde1735da4426de9d (diff) | |
| download | packages-48029ef53782b0ef2f733ee3e15a6660aa1b49ed.tar.gz packages-48029ef53782b0ef2f733ee3e15a6660aa1b49ed.zip | |
Merge pull request #189 from fallingduck/master
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" } ] |
