* First release of ghost
* Support both TinyDB and SQLAlchemy as supported backends.
* Allow to put, modify, get, delete and list keys.
* Provide encryption via simple-crypt.
* Each key contains the following fields: `description`, `name`, `value`, `created_at`, `modified_at`, `uid` and `metadata`.
* Provide a click based CLI using the TinyDB backend (for now, you can't choose the backend to use when using the CLI. This will be changed later on.)
* When using the CLI, allow to both pretty print and JSON print when retrieving a key.
* Allow to get a