Metadata-Version: 2.4 Name: pynintendoauth Version: 1.0.2 Summary: A Python module to provide APIs to authenticate with Nintendo services. Home-page: http://github.com/pantherale0/pynintendoauth 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 Requires-Dist: aiohttp==3.* 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-dist Dynamic: requires-python Dynamic: summary
# Python Nintendo Parental Controls A simple and generic Python API to authenticate with Nintendo services. [![Build Status](https://github.com/pantherale0/pynintendoauth/workflows/build/badge.svg)](https://github.com/pantherale0/pynintendoauth/actions) [![Coverage Status](https://coveralls.io/repos/github/pantherale0/pynintendoauth/badge.svg?branch=main)](https://coveralls.io/github/pantherale0/pynintendoauth?branch=main) [![PyPi](https://img.shields.io/pypi/v/pynintendoauth)](https://pypi.org/project/pynintendoauth) [![Licence](https://img.shields.io/github/license/pantherale0/pynintendoauth)](LICENSE) ## Install ```bash # Install tool pip3 install pynintendoauth # Install locally just install ```