wsgi_lineprof is a WSGI middleware for line-by-line profiling.
wsgi_lineprof has the following features:
WSGI middleware: It can be integrated with any WSGI-compatible applications and frameworks including Django, Pyramid, Flask, Bottle, and more.
Easily pluggable: All configurations for profiling in one place. Users don’t need to make any changes to their application.
wsgi_lineprof is not recommended to be used in production environment because of the overhead of profiling.
At a Glance
You can use wsgi_lineprof as a WSGI middleware of existing applications.
$ pip install wsgi_lineprof
Apply wsgi_lineprof to the existing WSGI web application:
from wsgi_lineprof.middleware import LineProfilerMiddleware
app = LineProfilerMiddleware(app)
Start the web application and access the application. wsgi_lineprof writes results to stdout every time an HTTP request is processed by default. You can see the output like this in your console:
... (snip) ...
File: ./app.py
Name: index
Total time: 1.00518 [sec]
Line Hits Time Code
===================================
9 @app.route('/')
10 def index():
11 1 1005175 time.sleep(1)
12 1 4 return "Hello world!!"
... (snip) ...
Also, you can check the result on your web browser by accessing the special endpoint /wsgi_lineprof/.
Please check the documentation for more details.
Release files for wsgi-lineprof 0.19.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wsgi_lineprof-0.19.1.tar.gz | 114.5 kB | Details |
Built distributions (wheels)
Total release size: 14.5 MB
Release files / wsgi_lineprof-0.19.1.tar.gz
| Download URL | wsgi_lineprof-0.19.1.tar.gz |
|---|---|
| Size | 114.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a9eed53468c46d30a38ff7b88e073772e69c7a8f11110d63115c4e6ef503c161
|
|
BLAKE2b-256 checksum How to use checksums |
7ff9ebe55c9d76c27735f7ff9f6ba6df2a73f7cc6dd6e0e50ff58c3780114ec6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp312-cp312-win_arm64.whl
| Download URL | wsgi_lineprof-0.19.1-cp312-cp312-win_arm64.whl |
|---|---|
| Size | 133.3 kB |
| Tags | CPython 3.12 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
e8646f0a045d097aa0d8cfa4492d0eba5a49ddf26e0786b08f1c8f9b706c76b7
|
|
BLAKE2b-256 checksum How to use checksums |
3c86fc30834778e2a6f41acd5f14a692355e099d2ad14e1aef3f78de1a714422
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp312-cp312-win_amd64.whl
| Download URL | wsgi_lineprof-0.19.1-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 139.9 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
46ab56c3d1884c637b7902a04b5bb7d39832e54708d7f1c84cd73d39e047cc3b
|
|
BLAKE2b-256 checksum How to use checksums |
5bbd34ee6b512b8cd7ade6b4ce6a776d0a28dd77d3059148041bb07f6173c616
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp312-cp312-win32.whl
| Download URL | wsgi_lineprof-0.19.1-cp312-cp312-win32.whl |
|---|---|
| Size | 135.0 kB |
| Tags | CPython 3.12 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
b19794c49615f9300092b6248319d0bc7e54ff41d9c719b635c9628ee952a5aa
|
|
BLAKE2b-256 checksum How to use checksums |
d57abda844c2072c510e0217bb23585ea00ad07e8215af66d581a737dc13ae1a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp312-cp312-musllinux_1_2_x86_64.whl
| Download URL | wsgi_lineprof-0.19.1-cp312-cp312-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 393.6 kB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
9136686186c0cefffb4dbe02158f7a36ceea528208b4601786d72919097d0f55
|
|
BLAKE2b-256 checksum How to use checksums |
dbe28800010a45959092bc45c917487f4606e958b4011e96a8c14c77854ce7f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp312-cp312-musllinux_1_2_i686.whl
| Download URL | wsgi_lineprof-0.19.1-cp312-cp312-musllinux_1_2_i686.whl |
|---|---|
| Size | 382.6 kB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
c90c42dd782adf13b02b50e7f7c6b23637a9c6f81925b34ecca38d3a5b6e4e9d
|
|
BLAKE2b-256 checksum How to use checksums |
6959a68d6a74fd91d106a852e1f2fd251efeec70b1c7a3bf183876d9b4d90626
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp312-cp312-musllinux_1_2_aarch64.whl
| Download URL | wsgi_lineprof-0.19.1-cp312-cp312-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 381.8 kB |
| Tags | CPython 3.12 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
8f2b24f5c30c2e82a72225dbc1007bc2e3d7a479fd2f22d194dcf8171a8e50af
|
|
BLAKE2b-256 checksum How to use checksums |
ace5a884c3f3bbe52a9a6c55ae0e563e3241524ccd15d99764ef378de236e14b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | wsgi_lineprof-0.19.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 397.7 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
143642065b75b85b71d7970fc44c8d195ff3a85d60bd7a061e089696723ac3b3
|
|
BLAKE2b-256 checksum How to use checksums |
4a096c15d146bd19023a045b5c91d7a0a91a455d5436d61044ac3b12eaeab6e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | wsgi_lineprof-0.19.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 382.2 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
5386829001802ef02b12c02c244412460dfbb0180036c207f8563da2e44b13aa
|
|
BLAKE2b-256 checksum How to use checksums |
bddfae31021d6fcfb24cd4edd8422a3939a21fe71a17b6818334343466d57218
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | wsgi_lineprof-0.19.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 392.0 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
5a33f414c5827d3ddbe95ca9d00aa3ac5ef2d1d990a25125643348e413c6e8d4
|
|
BLAKE2b-256 checksum How to use checksums |
0c0f9aa2d0ab61114a83f3c78c05d9463e53b717a6ed8ae15fcddbe6d273054a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | wsgi_lineprof-0.19.1-cp312-cp312-macosx_11_0_arm64.whl |
|---|---|
| Size | 142.1 kB |
| Tags | CPython 3.12 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
63b395c5c77207785ebb8a71b6590b01fc5a5616da5c8db9f97319fe57b5b3b6
|
|
BLAKE2b-256 checksum How to use checksums |
a239c9a2bc6b5cab215e5d6945ce95e528f6a671a362a7f223e4658544e8fc12
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp312-cp312-macosx_10_9_x86_64.whl
| Download URL | wsgi_lineprof-0.19.1-cp312-cp312-macosx_10_9_x86_64.whl |
|---|---|
| Size | 144.0 kB |
| Tags | CPython 3.12 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
d16546f6c37e45217af9edeb5ed17d768ab04aa6992019396fa397188a42460b
|
|
BLAKE2b-256 checksum How to use checksums |
798be59eaf561bcfedec8e635c81696b30059075524c8318e800eea44706b3c3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp311-cp311-win_arm64.whl
| Download URL | wsgi_lineprof-0.19.1-cp311-cp311-win_arm64.whl |
|---|---|
| Size | 133.2 kB |
| Tags | CPython 3.11 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
c09b742d44279709794831eb6e98983be5510c948e2adce4b5b3f21eac44d2c2
|
|
BLAKE2b-256 checksum How to use checksums |
a6e82acf26f093773c7fca563d30e33210b476fe062dc2eef36afcd54c7f6f39
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp311-cp311-win_amd64.whl
| Download URL | wsgi_lineprof-0.19.1-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 139.7 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
6d3ce2ffca565a62c5651b6fcdedcdf8d14894d9818e55371e761f8865524a36
|
|
BLAKE2b-256 checksum How to use checksums |
fa2aaa9a1517e3035716a33b5c4701bf4370a1a6754ef800d41018485546730d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp311-cp311-win32.whl
| Download URL | wsgi_lineprof-0.19.1-cp311-cp311-win32.whl |
|---|---|
| Size | 134.8 kB |
| Tags | CPython 3.11 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
15a6be434447dd9938299fd880918f88dabf34ccdb388dafbb56b346136976ca
|
|
BLAKE2b-256 checksum How to use checksums |
0814e6e756879aacdcb52ee8279424f4c9f267334afd33f98fd19f015ef74097
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp311-cp311-musllinux_1_2_x86_64.whl
| Download URL | wsgi_lineprof-0.19.1-cp311-cp311-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 393.4 kB |
| Tags | CPython 3.11 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
7534b2bbb56ceb36a4cf3e36c6c846a60cb60f5afd391dc75548e776f3b629ad
|
|
BLAKE2b-256 checksum How to use checksums |
8cdcd9a71a402d90ba75faa3de174d2327d7b0bb9670932297197ee959fee5d4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp311-cp311-musllinux_1_2_i686.whl
| Download URL | wsgi_lineprof-0.19.1-cp311-cp311-musllinux_1_2_i686.whl |
|---|---|
| Size | 372.9 kB |
| Tags | CPython 3.11 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
34e702c9d750a6c31b11372a4a74fb4622e28b6c4c2e09cfa27310ccc103117f
|
|
BLAKE2b-256 checksum How to use checksums |
2be833eb66131892f04ffb2c86148862093e526967feed4989c600350bc8edbe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp311-cp311-musllinux_1_2_aarch64.whl
| Download URL | wsgi_lineprof-0.19.1-cp311-cp311-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 382.6 kB |
| Tags | CPython 3.11 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
3bf65053011e433f071528a2cf2ed376a763a10c0458fc625bf76570898bdbd5
|
|
BLAKE2b-256 checksum How to use checksums |
ba5c529fc0b63abd6189858c6dcecd80249067bd9174c2e623684aa97a1acb1d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | wsgi_lineprof-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 391.8 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
4504a5589f9b8fc7574c0700d944f1221aa0dca1c1904443ce461e57244088e0
|
|
BLAKE2b-256 checksum How to use checksums |
93a73f62b9596dc97724564e12d1ff63f0e2a94b79a8882b6c69741dd3c09b61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | wsgi_lineprof-0.19.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 372.3 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
f87d45a022c46f29a259df33d635824720a28737f9193995e638da8840ea9c41
|
|
BLAKE2b-256 checksum How to use checksums |
a137a27919d403a7e13dc649cf5da33f3698a189ade7735ed8b8d37b034f9338
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | wsgi_lineprof-0.19.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 386.6 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
ba6c43468d4c06b551495236b6a227678f22f6cbf7203e43162afafd678c2237
|
|
BLAKE2b-256 checksum How to use checksums |
4ba642417086c80de287b71735a7f0240926e492d69ad9ea235ec15312412211
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp311-cp311-macosx_11_0_arm64.whl
| Download URL | wsgi_lineprof-0.19.1-cp311-cp311-macosx_11_0_arm64.whl |
|---|---|
| Size | 141.9 kB |
| Tags | CPython 3.11 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
62ea760eb7516bb3bc5aad5831f1ce05b5e7ea1622a2ef644ff800b1551655fe
|
|
BLAKE2b-256 checksum How to use checksums |
8b2b35a77e238a3dd408fc8ddad77059eff5c9cab6b232071c601537ba03709d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp311-cp311-macosx_10_9_x86_64.whl
| Download URL | wsgi_lineprof-0.19.1-cp311-cp311-macosx_10_9_x86_64.whl |
|---|---|
| Size | 143.7 kB |
| Tags | CPython 3.11 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
3cebbd4b625625e25872b2d17cafcd321cd6a2baeae56c98bdfb78d086789e0f
|
|
BLAKE2b-256 checksum How to use checksums |
5e4ac03b17551e3557bcfa28ff87266c3daea08ab415260b717de71a2e26255c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp310-cp310-win_arm64.whl
| Download URL | wsgi_lineprof-0.19.1-cp310-cp310-win_arm64.whl |
|---|---|
| Size | 133.1 kB |
| Tags | CPython 3.10 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
823835843e4f77e958ea53f6829ba4929106da31a08fcd34b756aeff9300259e
|
|
BLAKE2b-256 checksum How to use checksums |
29679309fd2a1d37536724469638e62d99098917296ac089fd2c881a1ba3ac46
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp310-cp310-win_amd64.whl
| Download URL | wsgi_lineprof-0.19.1-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 139.7 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
ca1ab26fa1c6dad28bc67dd5459343dadfabbe8e2f12c2fa6457aa114b6b1a1c
|
|
BLAKE2b-256 checksum How to use checksums |
0300acca8147ebfe5a4e07d86460201b829310d1698afdde1e283c2eb6f78629
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp310-cp310-win32.whl
| Download URL | wsgi_lineprof-0.19.1-cp310-cp310-win32.whl |
|---|---|
| Size | 134.8 kB |
| Tags | CPython 3.10 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
e34c8b273b161b36240ac87876b30cecdeb40a45db324e797f0303c3f8a672ee
|
|
BLAKE2b-256 checksum How to use checksums |
e0f595c0b2b26cf4b7dfe4fbd21ad1a4e6002913a822022f5e2fab6385458f99
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp310-cp310-musllinux_1_2_x86_64.whl
| Download URL | wsgi_lineprof-0.19.1-cp310-cp310-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 361.6 kB |
| Tags | CPython 3.10 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
c3cdfdb7e37c46d85e12aa71113a9a31fbd89a7fe3875609193bf1de9194a2f0
|
|
BLAKE2b-256 checksum How to use checksums |
d91c8628f1be8a33d29c410eab5ca119b6953edaf704c11f8e6d76c9a72928c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp310-cp310-musllinux_1_2_i686.whl
| Download URL | wsgi_lineprof-0.19.1-cp310-cp310-musllinux_1_2_i686.whl |
|---|---|
| Size | 351.6 kB |
| Tags | CPython 3.10 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
8ed829689fceab8db9196e7ca04e3653b67cca3ab4b11e674c0b1d48ca6a88ee
|
|
BLAKE2b-256 checksum How to use checksums |
a71f8e1133a67606c8ac4a99481336132863009352e667fad20811bb41a70328
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp310-cp310-musllinux_1_2_aarch64.whl
| Download URL | wsgi_lineprof-0.19.1-cp310-cp310-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 352.9 kB |
| Tags | CPython 3.10 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
571ea0e342b2f683e7ddf8f837eeb7d8d877899a6d6bd4cd8d01bb168665808a
|
|
BLAKE2b-256 checksum How to use checksums |
013ac70c298266be3bccaa6b2acbc39ce8b708475ee91c89d623e0d2c7981b2d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | wsgi_lineprof-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 361.3 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
149b6cd3a25ce38a87ee08568f61338113f5b783e0c614fdb3266340c0dc7a44
|
|
BLAKE2b-256 checksum How to use checksums |
d6a8fa4432207c141e5de9cde0560b0cd0d9003bf553b6e1e35737705613cf19
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | wsgi_lineprof-0.19.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 346.0 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
a60b0faee5bcf3596e4bb4ea433df81d1f805e82b1cf50198bd2eb372964acee
|
|
BLAKE2b-256 checksum How to use checksums |
63d36fe32e49c78cc89b0e9a42a5896ea8e9c296de9b5e59c233fb5c04fc5e7d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | wsgi_lineprof-0.19.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 356.3 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
0266b5b61c380ca39b51506ab4235526e3c0f6da3559f5790bb409d767b459ef
|
|
BLAKE2b-256 checksum How to use checksums |
557da35e7b2aab1e8e397490deb0ad2b278b6a7901d0a910bff4ebc23419a8cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp310-cp310-macosx_11_0_arm64.whl
| Download URL | wsgi_lineprof-0.19.1-cp310-cp310-macosx_11_0_arm64.whl |
|---|---|
| Size | 141.6 kB |
| Tags | CPython 3.10 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
8e6acd3f90ffb95d0924ea680b549b3df8bd77b274ecddfd0228c79f652a5840
|
|
BLAKE2b-256 checksum How to use checksums |
3d5d332ada742561314d63dee6debcb5d06e11bed39055d281c60ef695b7caf2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp310-cp310-macosx_10_9_x86_64.whl
| Download URL | wsgi_lineprof-0.19.1-cp310-cp310-macosx_10_9_x86_64.whl |
|---|---|
| Size | 143.3 kB |
| Tags | CPython 3.10 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
9e81f6d3f5cf730ae40374ce3d286aab7e79104d92bbbdc0e03d92d94ff8d31f
|
|
BLAKE2b-256 checksum How to use checksums |
3c0865992232aa500b66aa1d33b7b5ab3c914cfd94ab90b4eedea8db4fafe455
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp39-cp39-win_arm64.whl
| Download URL | wsgi_lineprof-0.19.1-cp39-cp39-win_arm64.whl |
|---|---|
| Size | 133.7 kB |
| Tags | CPython 3.9 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
bd34705190d6a627cfadc7ca28f817ba0a511c09042860f929725e4a7adcddbc
|
|
BLAKE2b-256 checksum How to use checksums |
969b268544cfd68b347631d0eebf6f7ae9290ae98f4bdeeb8fd100359afeeb11
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp39-cp39-win_amd64.whl
| Download URL | wsgi_lineprof-0.19.1-cp39-cp39-win_amd64.whl |
|---|---|
| Size | 140.2 kB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
1dfbbfd5c8fc2f9470682231b42f98850d1c4f972deaece42377de84cfb7f03a
|
|
BLAKE2b-256 checksum How to use checksums |
ca2da1ef9c5dae445586b3a83228e66ed507a659c78ca44d0939834c462b655a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp39-cp39-win32.whl
| Download URL | wsgi_lineprof-0.19.1-cp39-cp39-win32.whl |
|---|---|
| Size | 135.4 kB |
| Tags | CPython 3.9 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
573e228b5e627d2cc2cf756794499b18847ef14548a5eb13606335a5566b3e89
|
|
BLAKE2b-256 checksum How to use checksums |
c2ea445b6899fb3a5e9e90c804c4629400f78d038ec2c0dd25cb573abd7a0ac8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp39-cp39-musllinux_1_2_x86_64.whl
| Download URL | wsgi_lineprof-0.19.1-cp39-cp39-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 364.5 kB |
| Tags | CPython 3.9 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
7c90fd9211e8d4373dfe2e3fb143336490816f1151a657efab17a31dce57b831
|
|
BLAKE2b-256 checksum How to use checksums |
8788b26a7e009969db06ef81898bddceeb6cc43d878d79a11610f4dc1f2daa66
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp39-cp39-musllinux_1_2_i686.whl
| Download URL | wsgi_lineprof-0.19.1-cp39-cp39-musllinux_1_2_i686.whl |
|---|---|
| Size | 354.4 kB |
| Tags | CPython 3.9 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
e29af6042ffd1bc8b417cfd7a0ee347fce85cef3535eba9536312de73bfdccce
|
|
BLAKE2b-256 checksum How to use checksums |
447ee2d7f7e9a41f2b34ba10e79db40448388eb200d04df3aa3c44afabc86059
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp39-cp39-musllinux_1_2_aarch64.whl
| Download URL | wsgi_lineprof-0.19.1-cp39-cp39-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 356.2 kB |
| Tags | CPython 3.9 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
7dcd5b58dd2318c8feeec7fe93e82e5fa62a3278342967e26f557b5b21474720
|
|
BLAKE2b-256 checksum How to use checksums |
431972e8d047e67c2816a4bab93dbb4cb4305b2a73705ba8c81fa984babadd6f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | wsgi_lineprof-0.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 364.9 kB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
8702a20ecc548cf0f427236a1c1c7defca092ee3bbc81d1fb81925fd22a170e5
|
|
BLAKE2b-256 checksum How to use checksums |
d906a8db5b7d0155c6b00f7a16fa76143a417ea960f9aece694edb7e84e41394
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | wsgi_lineprof-0.19.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 348.7 kB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
fe5df24b8822fee058e109856ab52c6ca40148168b2187c3fab48bf84ae2b7e5
|
|
BLAKE2b-256 checksum How to use checksums |
897ec6a44b9adc6ea1fe2f75e612db215617f8c39c71c5e9f579d1dd31d7dae8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | wsgi_lineprof-0.19.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 360.1 kB |
| Tags | CPython 3.9 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
15d80466fbe2c69f6ce7c3ce4cdc6c3e7c1eca39ec7a1d95d3465df99b014278
|
|
BLAKE2b-256 checksum How to use checksums |
56e2be3c13546e59adaee136565c12335fce013fde4e08663340015c2030fb56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp39-cp39-macosx_11_0_arm64.whl
| Download URL | wsgi_lineprof-0.19.1-cp39-cp39-macosx_11_0_arm64.whl |
|---|---|
| Size | 142.4 kB |
| Tags | CPython 3.9 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
1689c07d579b9c36dc7c0039c85f0ceb87e099c86a0cdee01b9600f35f87add6
|
|
BLAKE2b-256 checksum How to use checksums |
fba824e852ebbbe3af30449635c90718878c514be67a8f2f875ed1c247a11306
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp39-cp39-macosx_10_9_x86_64.whl
| Download URL | wsgi_lineprof-0.19.1-cp39-cp39-macosx_10_9_x86_64.whl |
|---|---|
| Size | 144.1 kB |
| Tags | CPython 3.9 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
401006a087fe07d7f828d50386470f3618b2dddda946053560758b25997386a2
|
|
BLAKE2b-256 checksum How to use checksums |
abcd6610c600c8cff183925e75ebf3cae4d705fbbfe8cb2617ce53605b9406d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp38-cp38-win_amd64.whl
| Download URL | wsgi_lineprof-0.19.1-cp38-cp38-win_amd64.whl |
|---|---|
| Size | 140.4 kB |
| Tags | CPython 3.8 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
e41bfaab4b19666883c5b40e227310a0cb79f4ca012deb065835fce1e0774ab4
|
|
BLAKE2b-256 checksum How to use checksums |
58d2430de9f12710a84c998f6b6ef7f3de3891749d2385c5cefe4e05228e705e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp38-cp38-win32.whl
| Download URL | wsgi_lineprof-0.19.1-cp38-cp38-win32.whl |
|---|---|
| Size | 135.4 kB |
| Tags | CPython 3.8 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
9133ce743ea07e4d894096de6f4fb1f7930b37b16353034ce6d20c17b82cfd0f
|
|
BLAKE2b-256 checksum How to use checksums |
420dd90fedc743b712078064be7e91c50c097e547a5089768e528df490781dc5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp38-cp38-musllinux_1_2_x86_64.whl
| Download URL | wsgi_lineprof-0.19.1-cp38-cp38-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 363.4 kB |
| Tags | CPython 3.8 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
72f18b05dbf51fbdc9cce7d15850c1bc4f99c1fceb3c71477b2e771cb08d5e19
|
|
BLAKE2b-256 checksum How to use checksums |
97f05b12855fcf9074d1322f48a93e6db31a77a7b30f1c1c1511d99a371276ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp38-cp38-musllinux_1_2_i686.whl
| Download URL | wsgi_lineprof-0.19.1-cp38-cp38-musllinux_1_2_i686.whl |
|---|---|
| Size | 353.1 kB |
| Tags | CPython 3.8 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
d4c0f4191ef91118f36b498191331ed434d1e85494067518852daa397be5520e
|
|
BLAKE2b-256 checksum How to use checksums |
eeb9b9b7280d303b86e162f5a7f4077b94a092d91231fe1937261d572bcf34a5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp38-cp38-musllinux_1_2_aarch64.whl
| Download URL | wsgi_lineprof-0.19.1-cp38-cp38-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 353.7 kB |
| Tags | CPython 3.8 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
96cb15e1f0da54b94c1ba90d8d75c91ca68e33f0e7a90739cc74a163587f84bf
|
|
BLAKE2b-256 checksum How to use checksums |
058d2ff6e5cbc329033201e7891242ee5a5e081c43de8817dda041f5601f8e16
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | wsgi_lineprof-0.19.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 365.0 kB |
| Tags | CPython 3.8 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
91eeda1d4e7e90bb5b191618fbd63bd51f610ae062ffaf320494703636606091
|
|
BLAKE2b-256 checksum How to use checksums |
86259eef99136349a68389d355b85d89633aebe9e304333e59726201b1e2bdbb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | wsgi_lineprof-0.19.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 351.7 kB |
| Tags | CPython 3.8 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
da0c52af43e587b2a1ca8c2bb7b70a6ea150eed86643c9c73047a09ebdf828b4
|
|
BLAKE2b-256 checksum How to use checksums |
7221f4c851ba2c5d9605f8349d1eae342754e3f6e83778b80a4ffb8d8b96f8bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | wsgi_lineprof-0.19.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 360.7 kB |
| Tags | CPython 3.8 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
9e4e16fa3a69b6627eafc5bd303775e35ff0a8452e098c80a440b4030c90c8f7
|
|
BLAKE2b-256 checksum How to use checksums |
ceab49e8e79813a051b4fc07e2a05f80ec7ee75aefe1b07bffbc47a2e85e8436
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp38-cp38-macosx_11_0_arm64.whl
| Download URL | wsgi_lineprof-0.19.1-cp38-cp38-macosx_11_0_arm64.whl |
|---|---|
| Size | 142.5 kB |
| Tags | CPython 3.8 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
bbdf633ecd0acbed33b01af7d9ce6d7de85439df29eeb5b30513aede1f4afda2
|
|
BLAKE2b-256 checksum How to use checksums |
0fc069ce3fb65a6fe6c7b855c1781f169e1ee16a0896405789c7f0110a01d660
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / wsgi_lineprof-0.19.1-cp38-cp38-macosx_10_9_x86_64.whl
| Download URL | wsgi_lineprof-0.19.1-cp38-cp38-macosx_10_9_x86_64.whl |
|---|---|
| Size | 144.1 kB |
| Tags | CPython 3.8 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
67b981d7e07b8664c8be21f129f940297fe3f5a188cf4f40555b3a9696715225
|
|
BLAKE2b-256 checksum How to use checksums |
6b50ae63d12622a78b45c69722049a6239c21d5480f5ec7f2d5e703fccf04315
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|