Metadata-Version: 2.1
Name: scrying
Version: 0.1.2
Summary: A ScryfallAPI port written in Python
Home-page: https://github.com/chumpblocckami/scrying
Author: Matteo Mazzola
Author-email: contact.matteomazzola@gmail.com
License: BSD 2-clause
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pillow
Requires-Dist: tqdm

# Scrying
### A ScryfallAPI written in Python
<a href="https://colab.research.google.com/drive/1972QB-yQlUi5OIWJGe94s_n1NLxHLTZ3?usp=sharing"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>


### Usage:

```
from scrying.main import Scrying

scry = Scrying()

prompt = "f:pauper t:myr"
scry.download_from_url(prompt)
```


N.B: This is used only to retrieve artworks. For personalized or specific requests, **open a PR**.
