From 8c1cd2dd1545078d99cb8420ecbf587293e14c35 Mon Sep 17 00:00:00 2001 From: my8100 Date: Sat, 23 Mar 2019 21:36:12 +0800 Subject: [PATCH] Add project: ScrapydWeb --- README.md | 1 + projects.yaml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 539ea22..d07268e 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ thereof), see Architectures. --> 1. **nvda** - ([Repo](https://github.com/nvaccess/nvda), [Home](https://www.nvaccess.org/)) Non-Visual Desktop Access, a powerful screen reader for Windows. `(windows, wx)` 1. **Ranger** - ([Repo](https://github.com/ranger/ranger), [Home](https://ranger.github.io/)) Console-based file manager, inspired by vim. `(linux, curses)` 1. **Redash** - ([Repo](https://github.com/getredash/redash), [Home](https://redash.io/)) Data visualization and dashboard construction geared toward business intelligence, used by Mozilla, SoundCloud, Sentry, and others. `(server, flask)` + 1. **ScrapydWeb** - ([Repo](https://github.com/my8100/scrapydweb), [PyPI](https://pypi.org/project/scrapydweb/), [Docs](https://github.com/my8100/files/blob/master/scrapydweb/README.md)) A full-featured web UI for Scrapyd cluster management, which supports Scrapy Log Analysis & Visualization, Auto Packaging, Timer Tasks, Email Notice and so on. `(server, flask)` ## Organization diff --git a/projects.yaml b/projects.yaml index df4a4d9..152d041 100644 --- a/projects.yaml +++ b/projects.yaml @@ -351,6 +351,12 @@ projects: pypi_url: https://pypi.org/project/mackup desc: Utility to back up and synchronize application settings, with support for several storage backends (e.g., Dropbox, Git), and dozens of applications. tags: ["productivity", "linux", "mac"] + - name: ScrapydWeb + repo_url: https://github.com/my8100/scrapydweb + pypi_url: https://pypi.org/project/scrapydweb/ + docs_url: https://github.com/my8100/files/blob/master/scrapydweb/README.md + desc: A full-featured web UI for Scrapyd cluster management, which supports Scrapy Log Analysis & Visualization, Auto Packaging, Timer Tasks, Email Notice and so on. + tags: ["productivity", "flask", "server"] ## Organization