Skip to content

Commit

Permalink
Merge pull request #7 from unyacat/develop
Browse files Browse the repository at this point in the history
0.3
  • Loading branch information
unyacat authored Jun 5, 2022
2 parents 31fd194 + 4e4e3ef commit c2474b2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,5 @@ jobs:
python -m pip install -U pip
pip install .[dev]
# delete if you enable pre-commit.ci
- name: Lint
run: pre-commit run --all-files

- name: Test
run: pytest -vv
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# WestJR

![Python Versions](https://img.shields.io/pypi/pyversions/WestJR.svg)
![PyPI](https://badge.fury.io/py/WestJR.svg)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/unyacat/westjr/master.svg)](https://results.pre-commit.ci/latest/github/unyacat/westjr/master)
![GitHubActions](https://github.com/unyacat/westjr/workflows/Test/badge.svg)

JR西日本列車走行位置 非公式API Pythonライブラリ

* 列車走行位置取得 (`/api/v3/{LINE}.json`)
Expand Down Expand Up @@ -94,3 +99,7 @@ prev, next = jr.convert_pos(train=tr)
print(prev)
# 塚本
```

## Commit

* develop ブランチにお願いします
2 changes: 1 addition & 1 deletion westjr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .api import WestJR

__version__ = "0.2.0.3"
__version__ = "0.3"
__all__ = ["WestJR"]

0 comments on commit c2474b2

Please sign in to comment.