Metadata-Version: 2.4
Name: sg-api.py
Version: 0.1.3
Summary: A python API wrapper for the Squid Game API
Author-email: stainlesteel <pd4500@protonmail.com>
Project-URL: Homepage, https://github.com/stainlesteel/sg_api.py
Project-URL: Issues, https://github.com/stainlesteel/sg_api.py/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# sg_api.py
An API wrapper for the Squid Game API.

A simple way to extract JSON content from [the Squid Game API](https://github.com/stainlesteel/squid-game-api).

You can either get character content or episode content, and filter out specific key:value pairs.

## Warning

Some JSON files you fetch may have invalid headers leading to an error.
If this occurs, open an issue on the GitHub.

## Usage
```python
# This package uses return statements instead of print
print(characters(1, 218, "title"))
# Cho Sang-woo
print(episodes(1, 4, "title"))
# Stick to the Team
```

For more info, wait for the documentation or read the source code (100 lines)
## Installation
You can easily install via PIP.
```bash
pip install sg_api_py
```
```
```
## Other Information

Licensed under the MIT License.
### Credits:

BeautifulSoup: for easy HTML extraction

Squid Game Fandom: for providing information about Squid Game
