Update README.md

This commit is contained in:
Babibubebon 2023-04-03 03:04:01 +09:00
parent f4dec25b40
commit c16282aa28
Signed by: Babibubebon
GPG key ID: 78C8FB2A2FEA1EE3

View file

@ -1,5 +1,8 @@
# ISDN-Python
[![PyPI version](https://badge.fury.io/py/isdn.svg)](https://badge.fury.io/py/isdn)
[![Test](https://github.com/Babibubebon/isdn-python/actions/workflows/test.yml/badge.svg)](https://github.com/Babibubebon/isdn-python/actions/workflows/test.yml)
[ISDN (International Standard Dojin Numbering)](https://isdn.jp/) のPythonライブラリとCLIツール
## Install
@ -10,6 +13,8 @@ $ pip install isdn
## Example
ISDNを[番号の仕様](https://isdn.jp/about.html)に従って検証
```python
>>> from isdn import ISDN
>>> isdn = ISDN("2784702901978")
@ -19,6 +24,8 @@ True
'8'
```
isdn.jp が提供している書誌情報を取得 ([Web からの情報取得](https://isdn.jp/about.html))
```python
>>> from isdn import ISDNClient
>>> client = ISDNClient()