django-query-capture

View on PyPIReverse Dependencies (0)

0.3.2 django_query_capture-0.3.2-py3-none-any.whl

Wheel Details

Project: django-query-capture
Version: 0.3.2
Filename: django_query_capture-0.3.2-py3-none-any.whl
Download: [link]
Size: 16309
MD5: bca84735e7dae578220cc645f1be50ca
SHA256: 9979829e120cb2f66d651765fcb2b870cf08184c882322ed5e8478ff3929e97a
Uploaded: 2022-07-07 09:05:56 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: django-query-capture
Version: 0.3.2
Summary: Shows queries, detects N+1 in Django, Simple to use, Can Customize Console Result
Author: AsheKR
Author-Email: tech[at]ashe.kr
Home-Page: https://github.com/ashekr/django-query-capture
Project-Url: Repository, https://github.com/ashekr/django-query-capture
License: MIT
Keywords: django,query,performance,database,n+1
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Korean
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8,<4.0
Requires-Dist: Django (>=2.2)
Requires-Dist: Pygments (<3.0.0,>=2.11.2)
Requires-Dist: tabulate (<0.9.0,>=0.8.9)
Description-Content-Type: text/markdown
[Description omitted; length: 4714 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.8
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
django_query_capture/__init__.py sha256=Chxrka0g1MA4o2Mox1mjr-ttknayf1yEB0gakMpQfeU 440
django_query_capture/capture.py sha256=q8ZBX6RR1Moe0Rrwq84XMVgPIstHCKzsc3xOXPK68cI 4681
django_query_capture/classify.py sha256=ZfV2a3MOsN2OAtXwvKn5-tjWQFZ3x7D2pEiIGfq2B30 10275
django_query_capture/decorators.py sha256=CBMvF7-OdPvQ5eXaq5Dpf0xpU0BVM4raajVnaIjfvfQ 2334
django_query_capture/middleware.py sha256=XLHQBrNC-b4tGRHM2fQFLFuN9Ox0MCsrYf9tqRIgKH4 450
django_query_capture/presenter/__init__.py sha256=qNYxW4hBDMQlc_8fd7No9yZCCzX9Admp0HzzUX2vi8k 481
django_query_capture/presenter/base.py sha256=VFksIGWgYcreFAjf_w4Jx6JtSxO-YFfWYZHGGaVtBYo 601
django_query_capture/presenter/only_slow_query.py sha256=EJ6E7pt-qZvaJWU3z7koh3j7rrm0OXQXSx6-vBBmIks 613
django_query_capture/presenter/pretty.py sha256=kFDFKAqnvN6zhkDueKUJWytixeO_DskcUNnp25fRwnQ 3329
django_query_capture/presenter/raw_line.py sha256=eW3lhPH3IezG4W3_wHEvaST8XfD4nR7IFPlo1bzYi7c 2001
django_query_capture/presenter/simple.py sha256=JNG6CGa6ZxqyUZaOnKtRNnSo43F_pJ3SYGg9qg0GBQc 303
django_query_capture/settings.py sha256=AcyIP2mFNPfZ-O3mw6ynYGN0YS1GYKdxC26hbRCm618 1341
django_query_capture/test_utils.py sha256=amANfMH5mJlZc07ATTWl0sv1hjE2sJ2Z-nXsGgRO5SY 2815
django_query_capture/utils.py sha256=3XsyO3RMCFc3X0kPc57IhlFzaUydUp2D4AFQjnE9nd8 1608
django_query_capture-0.3.2.dist-info/entry_points.txt sha256=GMTt0hc2HPhA2Kp4VJhaRRPRdu-bjjyFg5ptuyz85iU 74
django_query_capture-0.3.2.dist-info/LICENSE sha256=TMYnLkCfIGLvf_BK-TOQHnbF-B1SaoUXQBDawtMGp-c 1071
django_query_capture-0.3.2.dist-info/WHEEL sha256=DA86_h4QwwzGeRoz62o1svYt5kGEXpoUTuTtwzoTb30 83
django_query_capture-0.3.2.dist-info/METADATA sha256=w1mhYdRKyeKCW_d_Edicx6kZ38cPMeahQcwfqWWFVGs 5905
django_query_capture-0.3.2.dist-info/RECORD

entry_points.txt

django-query-capture = django_query_capture.__main__:app