howler-api 2.12.0.dev278__py3-none-any.whl → 2.12.0.dev282__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
howler/api/v1/view.py CHANGED
@@ -38,9 +38,7 @@ def get_views(user: User, **kwargs):
38
38
  try:
39
39
  return ok(
40
40
  datastore().view.search(
41
- f"type:global OR owner:({user['uname']} OR none)",
42
- as_obj=False,
43
- rows=1000,
41
+ f"type:global OR owner:({user['uname']} OR none)", as_obj=False, rows=1000, sort="title asc"
44
42
  )["items"]
45
43
  )
46
44
  except ValueError as e:
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: howler-api
3
- Version: 2.12.0.dev278
3
+ Version: 2.12.0.dev282
4
4
  Summary: Howler - API server
5
5
  License: MIT
6
6
  Keywords: howler,alerting,gc,canada,cse-cst,cse,cst,cyber,cccs
@@ -17,6 +17,7 @@ Classifier: Programming Language :: Python :: 3.10
17
17
  Classifier: Programming Language :: Python :: 3.11
18
18
  Classifier: Programming Language :: Python :: 3.12
19
19
  Classifier: Programming Language :: Python :: 3.13
20
+ Classifier: Programming Language :: Python :: 3.14
20
21
  Classifier: Topic :: Software Development :: Libraries
21
22
  Requires-Dist: apscheduler (==3.10.4)
22
23
  Requires-Dist: authlib (>=1.6.0,<2.0.0)
@@ -30,7 +30,7 @@ howler/api/v1/tool.py,sha256=6CN5LIXgxaAvxEHE6s4IFtAEhQo_zBLtl6ghbM8whjE,6737
30
30
  howler/api/v1/user.py,sha256=YQh6eCAi4bsC_w9eGX0ZgnLoFL4z4efEc1knJsZhj4k,13842
31
31
  howler/api/v1/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
32
  howler/api/v1/utils/etag.py,sha256=IGB4WUkecHbBt0KKLQFCxCn0mN3T_aSPG0y45l_zT9I,3431
33
- howler/api/v1/view.py,sha256=tc9BajDGFfr8nlmU-UQHhO7GqvE2KacEm0VQ814Khvg,8060
33
+ howler/api/v1/view.py,sha256=an0OO8Vnmco5gGEzrNGX8pNWJ3sRgTQLGSwyLo3W6rU,8045
34
34
  howler/app.py,sha256=AJJ8TGMSi9hJGc7IR7xKsZuVwg-ih85-t0PRO0-ntHw,7063
35
35
  howler/common/README.md,sha256=lgnrAdgnOADmmfRplhbfYD7jU627nr3zO-fJ6N4Nbcs,6577
36
36
  howler/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -193,7 +193,7 @@ howler/utils/path.py,sha256=DfOU4i4zSs4wchHoE8iE7aWVLkTxiC_JRGepF2hBYBk,690
193
193
  howler/utils/socket_utils.py,sha256=nz1SklC9xBHUSfHyTJjpq3mbozX1GDf01WzdGxfaUII,2212
194
194
  howler/utils/str_utils.py,sha256=HE8Hqh2HlOLaj16w0H9zKOyDJLp-f1LQ50y_WeGZaEk,8389
195
195
  howler/utils/uid.py,sha256=p9dsqyvZ-lpiAuzZWCPCeEM99kdk0Ly9czf04HNdSuw,1341
196
- howler_api-2.12.0.dev278.dist-info/METADATA,sha256=PFbE7VmlsmYguzEefFMCfGXRQ7C-gNP-xA5bfM_bJxU,2764
197
- howler_api-2.12.0.dev278.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
198
- howler_api-2.12.0.dev278.dist-info/entry_points.txt,sha256=Lu9SBGvwe0wczJHmc-RudC24lmQk7tv3ZBXon9RIihg,259
199
- howler_api-2.12.0.dev278.dist-info/RECORD,,
196
+ howler_api-2.12.0.dev282.dist-info/METADATA,sha256=okVB1nqe5MOnyIo1zrwC2ZALESo-BN4IgpCVihd9Eyo,2815
197
+ howler_api-2.12.0.dev282.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
198
+ howler_api-2.12.0.dev282.dist-info/entry_points.txt,sha256=Lu9SBGvwe0wczJHmc-RudC24lmQk7tv3ZBXon9RIihg,259
199
+ howler_api-2.12.0.dev282.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.3
2
+ Generator: poetry-core 2.2.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any