Open13

見たGitHubのリポジトリのメモ

yumechiyumechi

これはGitHubで見たもののメモであり、それ以上でもそれ以下でもない(ちゃんと使ったらブログ記事でも書く)

yumechiyumechi

cue-lang/cue: The new home of the CUE language! Validate and define text-based and dynamic configuration https://github.com/cue-lang/cue

jsonっぽい文法でスキーマ定義が明確に存在していて、一部の値を使いまわせるみたいな機能もある言語。jsonとyamlに吐き出せるのも便利。

yumechiyumechi

pudo/dataset: Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://github.com/pudo/dataset

PythonのORMライブラリ。かなりDictっぽく使えて単数のテーブルをその場で作って~みたいな感じの時とか使いやすいように思った(このまえとってきたデータをSQLiteに書いて、あれこれしてから出すときに使ったけど学習コストが低くて使いやすかった)

yumechiyumechi

Pycord-Development/pycord: Pycord, a maintained fork of discord.py, is a python wrapper for the Discord API
https://github.com/Pycord-Development/pycord

Python + Discordで使えそうなフレームワーク。discord.py をベースにしてそうで既存の知識が使いまわせそう。

yumechiyumechi

AlDanial/cloc: cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.

https://github.com/AlDanial/cloc

ディレクトリ配下の行数をカウントしてくれるツール。メトリクスを図るのに便利。

yumechiyumechi

httpie/httpie: As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://github.com/httpie/httpie

ある記事でstarを失ってしまった~という翻訳記事を読んだときに見たリポジトリ。
ちょっと記法に句性がありそうな感じではあるけど、CLIとして便利に使えそうな気もする( session とか扱えるのがよさそう)