scryfall_wrapper
The easiest way to get fresh data on every Magic TCG for your software in a simple and intuitive way.
Usage/Examples
from scryfall_wrapper import *
# Easily fetch data from scryfall with string search args
sol_ring = Card("Sol Ring")
# Get up to date prices with a single method
price = sol_ring.price()
# Along with support for almost any type of data scryfall has
cmc = sol_ring.cmc
artist = sol_ring.artist
rarity = sol_ring.rarity
set_code = sol_ring.set
# Get data on collections of cards with one call
every_reprint = sol_ring.reprints()
# Use Card_Set objects to represent a set of MTG and related data
commander_legends = Card_Set("CMR")
all_cmr_cards = commander_legends.cards()
## Authors
- [@atharvashirke](https://www.github.com/atharvashirke)
Release files for scryfall-wrapper 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| scryfall_wrapper-0.1.0.tar.gz | 1.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| scryfall_wrapper-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.3 kB
Release files / scryfall_wrapper-0.1.0.tar.gz
| Download URL | scryfall_wrapper-0.1.0.tar.gz |
|---|---|
| Size | 1.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ca8ba5927aad663e68f58372a85a6e631ba79e52eeed0bf71eb82d189751029b
|
|
BLAKE2b-256 checksum How to use checksums |
36707ff4187af331182aa1f8b8963ba0af160aaa3814cd15e366bf542e6888b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
|
Release files / scryfall_wrapper-0.1.0-py3-none-any.whl
| Download URL | scryfall_wrapper-0.1.0-py3-none-any.whl |
|---|---|
| Size | 1.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
65f0f417045ac9c2638456488c193e5636174961baca68bf3543e5924b02717d
|
|
BLAKE2b-256 checksum How to use checksums |
6947e0ed9293e4931a597adb8c99edb36b244ce9e67bc5205e88298e032100b7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
|