djlogq 1.0.3__py3-none-any.whl → 1.0.5__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.
@@ -1,9 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: djlogq
3
- Version: 1.0.3
3
+ Version: 1.0.5
4
4
  Summary: A reusable Django app for asynchronous, thread-safe logging with rich metadata, admin interface, and API support.
5
5
  Author-email: mess <mesnavunawa@gmail.com>
6
6
  License: MIT
7
+ Project-URL: Homepage, https://github.com/Mesake94/djlogq
7
8
  Requires-Python: >=3.8
8
9
  Description-Content-Type: text/markdown
9
10
  Requires-Dist: Django
@@ -21,7 +22,7 @@ A reusable Django app that provides asynchronous logging functionality using a s
21
22
  - **Asynchronous Logging**: All log operations run in a separate thread
22
23
  - **Thread-Safe**: Uses a queue system for thread-safe logging
23
24
  - **Rich Metadata**: Captures module, function, line number, user ID, request ID, and extra data
24
- - **Admin Interface**: Beautiful Django admin interface for viewing and managing logs
25
+ - **Admin Interface**: Django admin interface for viewing and managing logs
25
26
  - **API Endpoints**: REST API for external logging
26
27
  - **Middleware**: Automatic request logging with unique request IDs
27
28
  - **Decorators**: Utility decorators for function logging and performance monitoring
@@ -14,7 +14,7 @@ logq/management/commands/clean_logs.py,sha256=Cc33EEqGGwsNcvQjwnLbM6kIb0lBJsyDQl
14
14
  logq/migrations/0001_initial.py,sha256=l4f-lUcO7OsABGYiSBp7fdWDt2rLHaIhR78pCKIAAdQ,2007
15
15
  logq/migrations/0002_alter_logentry_function_alter_logentry_line_number_and_more.py,sha256=SNBngZmhk9BgcOe8eAojX47V5JKC2V7oW9QtLHWIkFc,750
16
16
  logq/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- djlogq-1.0.3.dist-info/METADATA,sha256=TLjsyQVV7OJ25LZVjPNeLD0jx2dgO41CAqJMxffRXyY,6375
18
- djlogq-1.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- djlogq-1.0.3.dist-info/top_level.txt,sha256=VWj_EO93x0ix2Y2qm6obWT22L7VPFiZ7lQf0yIaI8do,5
20
- djlogq-1.0.3.dist-info/RECORD,,
17
+ djlogq-1.0.5.dist-info/METADATA,sha256=ETmekY9yeJ4CUXuu-esuL2UZx77BaNj0h3z5XKCX6zk,6423
18
+ djlogq-1.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ djlogq-1.0.5.dist-info/top_level.txt,sha256=VWj_EO93x0ix2Y2qm6obWT22L7VPFiZ7lQf0yIaI8do,5
20
+ djlogq-1.0.5.dist-info/RECORD,,
File without changes