unwind/unwind
2023-03-19 22:36:33 +01:00
..
middleware fix elapsed to always use floating point notation 2021-07-07 22:58:52 +02:00
sql fix early SQL patch 2021-12-07 23:22:51 +01:00
__init__.py add more filtering options 2021-06-21 23:48:36 +02:00
__main__.py improve typing 2023-02-04 17:30:54 +01:00
config.py improve typing for config 2023-03-18 22:09:03 +01:00
db.py migrate db.get_all to pure SQLAlchemy 2023-03-19 22:36:33 +01:00
imdb.py use async requests to refresh user ratings 2023-02-04 17:55:22 +01:00
imdb_import.py IMDb import: fix assertion 2023-02-04 14:12:37 +01:00
models.py add SQLAlchemy table definitions to models 2023-03-18 23:51:40 +01:00
request.py remove unused sync request functions 2023-02-04 18:17:13 +01:00
types.py use native union type syntax 2023-02-02 23:46:02 +01:00
utils.py apply Black v23.1.0 formatting changes 2023-02-04 01:12:50 +01:00
web.py add some route tests 2023-03-18 23:30:40 +01:00
web_models.py improve typing correctness 2023-02-04 01:12:09 +01:00