No project description provided
Project description
Nintendo Eshop Prices
Available resources
- Search
- Get prices from URL
- Get prices
- Get top discounts
- Get availables currencies
Install
$ pip install eshop-prices
contribute
Clone the repository project:
$ git clone https://github.com/hudsonbrendon/eshop-prices.git
Make sure Poetry is installed, otherwise:
$ pip install -U poetry
Install the dependencies:
$ poetry install
To run the tests:
$ pytest
Usage
Search
from eshop_prices import EshopPrices
eshop = EshopPrices(currency="BRL")
eshop.search("Zelda")
Get prices from url
from eshop_prices import EshopPrices
eshop = EshopPrices(currency="BRL")
eshop.get_prices_from_url("/games/164-mario-kart-8-deluxe/")
Get prices
from eshop_prices import EshopPrices
eshop = EshopPrices(currency="BRL")
eshop.get_prices("Zelda")
Get top discounts
from eshop_prices import EshopPrices
eshop = EshopPrices(currency="BRL")
eshop.get_top_discounts()
Get available currencies
from eshop_prices import EshopPrices
eshop = EshopPrices(currency="BRL")
eshop.get_available_currencies()
Dependencies
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eshop_prices-0.1.0.tar.gz
(2.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eshop_prices-0.1.0.tar.gz.
File metadata
- Download URL: eshop_prices-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.2 Linux/5.15.0-1034-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08f95ec757c2c10c18439ecab9cde96a0711ccee5ee5bec28e48018350365a85
|
|
| MD5 |
12e7742931276594307845c3a2b969b7
|
|
| BLAKE2b-256 |
a6c9865b41af09df5b1c9aa8edd83e0ea6de8890f28cad73cf65108e904f3609
|
File details
Details for the file eshop_prices-0.1.0-py3-none-any.whl.
File metadata
- Download URL: eshop_prices-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.2 Linux/5.15.0-1034-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10aad343edc41511c31b06c7c747ff4a99038b01c39586db5fca41b7ee1f820f
|
|
| MD5 |
12a4cafbe90d5146ca72180cd467d2a3
|
|
| BLAKE2b-256 |
e70f755f9c5c74531fa13aa80632efafe29cbd1b5236d666d1297bd7ac8cd03d
|