Metadata-Version: 2.4
Name: pynintendoparental
Version: 1.1.0
Summary: A Python module to interact with Nintendo Parental Controls
Home-page: http://github.com/pantherale0/pynintendoparental
Author: pantherale0
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: bandit<1.9,>=1.7; extra == "dev"
Requires-Dist: black<26,>=23; extra == "dev"
Requires-Dist: build<1.4,>=0.10; extra == "dev"
Requires-Dist: flake8<8,>=6; extra == "dev"
Requires-Dist: isort<7,>=5; extra == "dev"
Requires-Dist: mypy<1.19,>=1.5; extra == "dev"
Requires-Dist: pytest<9,>=7; extra == "dev"
Requires-Dist: pytest-cov<8,>=4; extra == "dev"
Requires-Dist: twine<7,>=4; extra == "dev"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

<div align="center">

# Python Nintendo Parental Controls

A simple, Python API to connect to Nintento Switch Parental Controls.

[![Build Status](https://github.com/pantherale0/pynintendoparental/workflows/build/badge.svg)](https://github.com/pantherale0/pynintendoparental/actions)
[![Coverage Status](https://coveralls.io/repos/github/pantherale0/pynintendoparental/badge.svg?branch=main)](https://coveralls.io/github/pantherale0/pynintendoparental?branch=main)
[![PyPi](https://img.shields.io/pypi/v/pynintendoparental)](https://pypi.org/project/pynintendoparental)
[![Licence](https://img.shields.io/github/license/pantherale0/pynintendoparental)](LICENSE)

## Install

```bash
# Install tool
pip3 install pynintendoparental

# Install locally
just install
```
