Commit Graph

220 Commits

Author SHA1 Message Date
Nanda Scott de546f3abb Created sets modules. 2018-02-16 19:06:09 -05:00
Nanda Scott b00fb026d5 Fixed rulings errors for consistency. 2018-02-16 19:02:51 -05:00
Nanda Scott 10000d401f Updating package. 2018-02-15 15:20:42 -05:00
Nanda Scott 0fd99425b6 Updated rulings to be consistent with cards. 2018-02-15 15:13:39 -05:00
Nanda Scott 1177ebaf46 I think I fixed the issue with async now. 2018-02-15 15:03:18 -05:00
Nanda Scott b042679f36 Updating version on master. 2018-02-13 21:03:38 -05:00
Nanda Scott 958c332e65 Changed a whole bunch of stuff. 2018-02-13 21:02:48 -05:00
Nanda Scott d92aad46b6 Refactored rulings. 2018-02-13 16:55:32 -05:00
Nanda Scott 5bb912da76 Refactored cards. 2018-02-13 16:51:03 -05:00
Nanda Scott 91a5f04113 Refactored autocomplete to be more consistent with the rest of the library. 2018-02-13 16:35:01 -05:00
Nanda Scott 3d5be5a24e Refactored more errors that I missed. 2018-02-13 16:22:02 -05:00
Nanda Scott 5cba1532f7 Added better error handling and messages. 2018-02-13 16:17:20 -05:00
Nanda Scott e86d911cc4 Created search object. 2018-02-13 15:58:28 -05:00
Nanda Scott bd74b96e4a Merge branch 'develop' of github.com:NandaScott/Scrython into nanda/cards_search 2018-02-13 15:19:03 -05:00
Nanda Scott 68734e383f Updated version to push. 2018-02-09 17:51:21 -05:00
Nanda Scott 30b03a3630 Fixed a bug by changing all kwargs to default to None 2018-02-09 17:46:42 -05:00
Nanda Scott eee66d4826 Refactored cards to be more clear and consistent. 2018-02-06 22:01:08 -05:00
Nanda Scott 18475cc257 Added next_page and warnings to Search(). 2018-02-06 21:55:24 -05:00
Nanda Scott 4c045a3fe0 Added a class for using the search endpoint. 2018-02-06 21:52:21 -05:00
Nanda Scott 7d87ad21b8 Added examples and updated docs. 2018-02-06 20:36:36 -05:00
Nanda Scott 976b2694f8 Updated setup for new version. 2018-02-06 20:13:18 -05:00
Nanda Scott 05d398e7fb Changed set attribute to prevent some confusion from python. 2018-02-06 20:11:18 -05:00
Nanda Scott 4bc6867f60 Actually just deleted the docs from ./scrython since it was redundant. 2018-02-05 23:54:00 -05:00
Nanda Scott b340d12c53 Added missing docs. 2018-02-05 23:49:24 -05:00
Nanda Scott b144d0da95 Updated readme for pip instructions. 2018-02-05 23:22:15 -05:00
Nanda Scott 117b1d4672 Modfied gitignore and setup.py 2018-02-05 23:19:56 -05:00
Nanda Scott 78604b4099 Moved files around for uploading to PyPI. 2018-02-05 22:32:12 -05:00
Nanda Scott b1afa6a302 Modified and created files for uploading to PyPI. 2018-02-05 21:45:57 -05:00
Nanda Scott fdce44e1b6 Missed some stuff in Rulings.md 2018-02-05 21:26:34 -05:00
Nanda Scott f8db7e8528 Removed tests folder. Fixed formatting on Rulings_Classes. 2018-02-05 21:25:11 -05:00
Nanda Scott faceaeccf4 Edited Card.md to be more consistent and readable 2018-02-05 21:22:16 -05:00
Nanda Scott 982276404e Creating documentation for Rulings Classes, and updated the respective classes to reflect that. 2018-02-05 21:16:54 -05:00
Nanda Scott 00e0e09fa9 Adding Rulings.md and removing the garbage file. 2018-02-05 20:52:00 -05:00
Nanda Scott c8c847e0b7
Update Cards_Classes.md
missed one
2018-02-05 20:47:49 -05:00
Nanda Scott bbeb832119
Update Cards_Classes.md
Okay, actually fixing the markdown formatting.
2018-02-05 20:47:17 -05:00
Nanda Scott ce3e8ba9e8
Update Cards_Classes.md
test
2018-02-05 20:45:09 -05:00
Nanda Scott 83792a3331
Update Cards_Classes.md
test
2018-02-05 20:44:22 -05:00
Nanda Scott 4dbed28a97
Update Cards_Classes.md
More attempts
2018-02-05 20:43:00 -05:00
Nanda Scott 7b798ac681
Update Cards_Classes.md
Attempting to fix formatting
2018-02-05 20:42:24 -05:00
Nanda Scott 316cd0cb73 Created documentation for the Classes in Cards. 2018-02-05 18:06:24 -05:00
Nanda Scott 7b31641237 Moved Scrython.md to be the README, deleted the original. 2018-02-04 23:43:57 -05:00
Nanda Scott 287eb203a6 Removed docstring and created real docs. 2018-02-04 23:40:09 -05:00
Nanda Scott 9270d6a959
Merge pull request #2 from NandaScott/nanda/rulings-object
Nanda/rulings object
2018-01-30 22:26:56 -05:00
Nanda Scott 3bc4b06744 Removed docstrings. Added error handling on rulings_object. 2018-01-30 21:17:18 -05:00
Nanda Scott 3c5071d813 Rulings are now able to import as designed. 2018-01-30 20:47:31 -05:00
Nanda Scott 1a41ec72d5 Created rulings modules. 2018-01-30 20:36:44 -05:00
Nanda Scott d4cec35d16
Merge pull request #1 from NandaScott/nanda/card-object
Nanda/card object
2018-01-30 19:35:55 -05:00
Nanda Scott 4441bc14d5 Removed .idea folder. 2018-01-30 19:34:07 -05:00
Nanda Scott 958cdaae89 Renamed RandomCard to Random for ease of use. Also some stuff to autocomplete. 2018-01-30 19:32:39 -05:00
Nanda Scott 7ab602cec7 Updated autocomplete to be more consistent with the rest of cards. 2018-01-30 10:30:14 -05:00