Metadata-Version: 2.1
Name: PayNexus
Version: 0.1.0
Summary: PayNexus: PythonからPayPayを操作できる非公式モジュールです。
Home-page: https://github.com/harumaki4649/PayNexus
Download-URL: https://github.com/harumaki4649/PayNexus
Author: Haruki Kodama
Author-email: tp-link-z490@outlook.jp
Maintainer: Haruki Kodama
Maintainer-email: tp-link-z490@outlook.jp
License: BSD 3-Clause
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Multimedia :: Graphics
Classifier: Framework :: Matplotlib
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.3.4
Requires-Dist: seaborn>=0.11.0
Requires-Dist: numpy>=1.20.3
Requires-Dist: pandas>=1.2.4
Requires-Dist: matplotlib>=3.3.4
Requires-Dist: scipy>=1.6.3
Requires-Dist: scikit-learn>=0.24.2
Provides-Extra: tutorial
Requires-Dist: mlxtend>=0.18.0; extra == "tutorial"
Requires-Dist: xgboost>=1.4.2; extra == "tutorial"

# PayNexus

## プログラム言語

<!-- シールド一覧 -->
<!-- 該当するプロジェクトの中から任意のものを選ぶ-->
<p style="display: inline">
  <img src="https://img.shields.io/badge/-Python-F2C63C.svg?logo=python&style=for-the-badge">
</p>

## 目次

1. [プロジェクトについて](#プロジェクトについて)
2. [環境](#環境)
3. [モジュールについて](#モジュールについて)

## プロジェクトについて

PythonからPaypayを操作できる非公式モジュールです。


## 環境

<!-- 言語、フレームワーク、ミドルウェア、インフラの一覧とバージョンを記載 -->

| 言語・フレームワーク  | バージョン |
| --------------------- | ---------- |
| Python                | 3.9.19     |

パッケージのバージョンは requirements.txt を参照してください

# モジュールについて
## タスク
- [x] ログイン機能

## ドキュメント
| 関数  | 説明 |
| --------------------- | ---------- |
|login|Paypayアカウントにログイン|
|resend_otp|認証コードを再送信|

## 使用例
```python
print("Coming Soon...")
```

※機能説明はリリースまでには完成させます（一部機能しか書いてません）
