I hereby claim:
- I am swstack on github.
- I am swstack (https://keybase.io/swstack) on keybase.
- I have a public key ASCmg2LAAiAgj1DnSQki5q6-78lC-plfp7lghGINPSefngo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import time | |
| from pymongo import MongoClient | |
| from bson.binary import MD5_SUBTYPE, Binary | |
| class Database(object): | |
| """Encapsulation of the MongoDB database and collection(s) | |
| For the context of this application this class will only provide an API | |
| for storing and fetching files. |