No description
Find a file
eggplants 6e4ae35c8a
Merge pull request #18 from eggplants/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2023-06-25 01:39:52 +09:00
.github Merge pull request #1 from eggplants/dependabot/github_actions/actions/cache-3 2022-07-05 21:53:03 +09:00
docs update: docs 2022-07-05 09:13:30 +09:00
src fix: drop python 2022-07-05 09:46:57 +09:00
tests feat: packaging 2022-07-05 07:40:34 +09:00
.gitignore fix: ci 2022-07-05 07:59:45 +09:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2023-06-19 18:03:21 +00:00
.yamllint feat: packaging 2022-07-05 07:40:34 +09:00
fushin.nimble fix: drop python 2022-07-05 09:46:57 +09:00
LICENSE fix: package config 2022-07-05 07:41:07 +09:00
nim.cfg fix: log print 2022-07-05 07:40:41 +09:00
README.md [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-06-19 18:04:23 +00:00
setup.cfg [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-06-05 17:51:13 +00:00
setup.py fix: drop python 2022-07-05 09:46:57 +09:00

fushin

<a alt=nimble-directory href=https://nimble.directory/pkg/fushin> <img height=20 src=https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png /> <a alt=doc href=https://egpl.ga/fushin/fushin.html> <img src=https://github.com/eggplants/fushin/actions/workflows/pages/pages-build-deployment/badge.svg />

pre-commit.ci status release GitHub release (latest SemVer)

https://fushinsha-joho.co.jp/serif.cgi Downloader

Fetch fushinsha serif data and save as csv files.

Install

From Nim Packages

nimble install fushin

From GitHub

nimble install https://github.com/eggplants/fushin

From Source

git clone https://github.com/eggplants/fushin && cd fushin && nimble install

Usage

Try: fushin -b 2017 -e 2022

Help

$ fushin -h
Usage:
  fushin [REQUIRED,optional-params]
Fetch fushinsha serif data and save as csv files.  (Source: https://fushinsha-joho.co.jp/serif.cgi)
Options:
  -h, --help                             print this cligen-erated help
  --help-syntax                          advanced: prepend,plurals,..
  -b=, --beginYear=    int     2017      the beginning year
  -e=, --endYear=      int     REQUIRED  the ending year
  -d=, --saveDir=      string  "csv"     the directory to save csv files
  -p, --printProgress  bool    true      print logs for progress

License

MIT