Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadashi-aikawa/gtfsjp-cli
CLI for GTFS
https://github.com/tadashi-aikawa/gtfsjp-cli
Last synced: 25 days ago
JSON representation
CLI for GTFS
- Host: GitHub
- URL: https://github.com/tadashi-aikawa/gtfsjp-cli
- Owner: tadashi-aikawa
- License: mit
- Created: 2019-05-06T02:46:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T22:44:05.000Z (over 3 years ago)
- Last Synced: 2024-04-11T15:57:06.420Z (7 months ago)
- Language: Python
- Size: 85.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gtfsjp-cli
==========**⚠ 本プロジェクトはお試し版であり、開発中です**
[GTFS-JP]に準拠したデータを操作するCLIです。
[GTFS-JP]: https://www.gtfs.jp/developpers-guide/format-reference.html
## デモ
[インストールから実行までのデモ動画](https://dl.dropboxusercontent.com/s/zqtw0tzshfp1c9l/demo.mp4) をご覧下さい
## 動作環境
Python3.6以上
## インストール
```
$ pip install git+https://github.com/tadashi-aikawa/gtfsjp-cli.git
```Pipenvの場合はeggの指定が必要です。
```
$ pipenv install git+https://github.com/tadashi-aikawa/gtfsjp-cli.git#egg=gtfsjp-cli
```## 開発者向け
### 動作要件
* pipenv
### コマンド
#### 仮想環境作成とActivate
```
$ pipenv install -d
$ pipenv shell
```### アーキテクチャ
[![](https://cacoo.com/diagrams/FaXrS1rZ5c7SUxiF-4B5CE.png)](https://cacoo.com/diagrams/FaXrS1rZ5c7SUxiF/4B5CE)