https://github.com/ropes/sql-n-knaves
SQL query and represntation of ♠♥♣♦ deck
https://github.com/ropes/sql-n-knaves
Last synced: about 1 year ago
JSON representation
SQL query and represntation of ♠♥♣♦ deck
- Host: GitHub
- URL: https://github.com/ropes/sql-n-knaves
- Owner: Ropes
- Created: 2014-06-06T20:20:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T21:31:13.000Z (about 12 years ago)
- Last Synced: 2025-02-08T15:16:50.496Z (over 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SQL n Knaves
==============
Answers to prompts given for undisclosed reason.
###Prompt 1
SQL query can be found in currency.sql
###Prompt 2
Python code found in cards/ and unit tests in tests/
demo.py is a small script which prints some output and displays some Card handling features of the Deck.
Nosetests will cleanly run all tests.
I doubt this will ever get added to PyPi so I'm not going to bother with a setup.py file.