Wakayama-SocSEL / southy

Home Page:https://wakayama-socsel.github.io/southy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

このライブラリのインストール方法

まずdistディレクトリからsouthy-0.1.0.tar.gzsouthy-0.1.0-py3-none-any.whlをダウンロードし,以下のコマンドを実行

pip install {southy-0.1.0.tar.gzへのpath}

使用方法

ソースコード内に以下を記述

from {モジュール名} import {関数名}

これで,指定した関数を使用可能 関数はモジュール一覧を参照

使用例

クラスLocalRepositoryをインポートし,コミット差分を取得

from southy import LocalRepository

repo = LocalRepository('https://github.com/Wakayama-SocSEL/southy.git')
diffs = repo.findall_commit_diffs()
print(diffs[0])

About

https://wakayama-socsel.github.io/southy/

License:Other


Languages

Language:HTML 83.2%Language:Python 12.5%Language:Makefile 1.8%Language:Batchfile 1.7%Language:Dockerfile 0.8%