Updated readme

This commit is contained in:
NandaScott 2019-09-25 20:35:31 -04:00
parent ed3009fae3
commit f26fb53aa3
1 changed files with 0 additions and 5 deletions

View File

@ -9,11 +9,6 @@ Scrython is a wrapper for the Scryfall API, designed for an easier use. Make sur
- `asyncio` >= 3.4.3
- `aiohttp` >= 3.4.4
## Key features
- Asyncronous requests. This library utilizes the `asyncio` and `aiohttp` libraries to ensure that requests are not blocked when used in asyncronous environments. There is no delay limiting when making a request, so be careful how many objects are created.
- Full use of all endpoints in a given category. This library uses every endpoint within `cards` and `rulings` as of writing this. I hope to include more as this is developed.
## Basic usage
You can install scrython by running `pip install scrython`. Note that it requires `asyncio` and `aiohttp` too.