Metadata-Version: 1.1
Name: hshop-api
Version: 0.2
Summary: A Python API for interacting with the hShop.
Home-page: https://github.com/Odyssey346/hshop-api
Author: Odyssey346
Author-email: odyssey346@disroot.org
License: GPL3
Description: # hshop-api
        ![PyPI - Downloads](https://img.shields.io/pypi/dw/hshop-api)
        Python API for interacting with the [hShop](https://hshop.erista.me).
        # Install
        The project exists on PyPI, so just run:
        ```
        pip install hshop-api
        ```
        
        # Usage
        This project still has a long way to go, but here's what you can do right now and an example:
        
        ### Download content
        ```py
        import hshop-api as hs
        hs.download(478, r"C:\\Users\\Alexander\\Desktop\\CIAs\\") # Download Mario Kart 7 (Legit CIA), and send the path where it's going to be located to the API. NB: If you're on Windows, you have to put in 2 backslashes to escape the backslash and put an r before you begin the path string. This does not affect Linux or macOS.)
        ```
        
        # Donate
        Please don't donate to me if you liked this project, donate to hShop instead.
        
Keywords: api,nintendo,3ds,downloader
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
