From 2943efddb6142a61dbdfa08d0e7d22dc9cb89f29 Mon Sep 17 00:00:00 2001 From: Ryan Burmeister-Morrison <12453590+rburmorrison@users.noreply.github.com> Date: Wed, 22 Jan 2020 05:35:02 -0500 Subject: [PATCH] Added package pych (#1337) --- packages.json | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/packages.json b/packages.json index c3c04b2..ecd7e86 100644 --- a/packages.json +++ b/packages.json @@ -1,18 +1,18 @@ [ { - "name":"nio", - "url":"https://github.com/KayraG/nio", - "method":"git", - "tags":[ + "name": "nio", + "url": "https://github.com/KayraG/nio", + "method": "git", + "tags": [ "server", "framework", "express", "http", "library" ], - "description":"A Mini Server Framework for Nim language", - "license":"MIT", - "web":"https://github.com/KayraG/nio" + "description": "A Mini Server Framework for Nim language", + "license": "MIT", + "web": "https://github.com/KayraG/nio" }, { "name": "decisiontree", @@ -16282,5 +16282,17 @@ "license": "GPL-3.0", "doc": "https://markpbaggett.github.io/oaitools.nim/", "web": "https://github.com/markpbaggett/oaitools.nim" + }, + { + "name": "pych", + "url": "https://github.com/rburmorrison/pych", + "method": "git", + "tags": [ + "python", + "monitor" + ], + "description": "A tool that watches Python files and re-runs them on change.", + "license": "MIT", + "web": "https://github.com/rburmorrison/pych" } ]