Metadata-Version: 2.1
Name: pynintendoparental
Version: 0.1.2
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.7.*; extra == "dev"
Requires-Dist: black==23.*; extra == "dev"
Requires-Dist: build==0.10.*; extra == "dev"
Requires-Dist: flake8==6.*; extra == "dev"
Requires-Dist: isort==5.*; extra == "dev"
Requires-Dist: mypy==1.5.*; extra == "dev"
Requires-Dist: pytest==7.*; extra == "dev"
Requires-Dist: pytest-cov==4.*; extra == "dev"
Requires-Dist: twine==4.*; extra == "dev"

<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
```
