Metadata-Version: 2.1
Name: splatpy2
Version: 0.1.0a0
Summary: A lightweight Python SDK for the Splatoon2 Web API.
Home-page: https://github.com/sp-yduck/splatpy2
Author: Teppei Sudo
Author-email: sudo20.t.ab@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# Splatpy2

A lightweight Python SDK for the Splatoon2 Web API

## Description
Splatpy2 is a lightweight Python SDK for the Splatoon2 Web API.
<!-- With Splatpy2 you get full access to all of the data provided by Splatoon2 Web API. -->

## Installation
```bash
git clone https://github.com/sp-yduck/splatpy2.git
cd splatpy2
pip install -r requirements.txt
```
now you can use this package.

<!-- ## How to use -->

## Contribution
If you have any questions about this SDK, feel free to open the issue.
If there are any improvements to this repository, I would appreciate it if you could open a pull request.

## Refereces
* Documentation of the REST APIs used for the Nintendo Switch app, and embedded Splatoon 2 web app.
(https://github.com/ZekeSnider/NintendoSwitchRESTAPI)

* s2s API and flapg API which are used in this package.
(https://github.com/frozenpandaman/splatnet2statink)

* Documentation of errors or formats in the Nintendo Switch Online API
(https://github.com/tkgstrator/Salmonia3/wiki/Nintendo-Switch-Online-API) 


## Author
Teppei Sudo (https://github.com/sp-yduck)

## LICENSE
MIT License

