gallery.accords-library.com/server/szurubooru
rr- ad842ee8a5 server: refactor + add type hinting
- Added type hinting (for now, 3.5-compatible)
- Split `db` namespace into `db` module and `model` namespace
- Changed elastic search to be created lazily for each operation
- Changed to class based approach in entity serialization to allow
  stronger typing
- Removed `required` argument from `context.get_*` family of functions;
  now it's implied if `default` argument is omitted
- Changed `unalias_dict` implementation to use less magic inputs
2017-02-05 16:34:45 +01:00
..
api server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
func server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
middleware server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
migrations server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
model server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
rest server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
search server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
tests server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
__init__.py split files into client/ and server/ 2016-04-01 18:48:16 +02:00
config.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
db.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
errors.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
facade.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00