Metadata-Version: |
2.1 |
Name: |
line_profiler |
Version: |
4.2.0 |
Summary: |
Line-by-line profiler |
Author: |
Robert Kern |
Author-Email: |
robert.kern[at]enthought.com |
Home-Page: |
https://github.com/pyutils/line_profiler |
License: |
BSD |
Keywords: |
timing,timer,profiling,profiler,line_profiler |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: C |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Topic :: Software Development |
Requires-Python: |
>=3.8 |
Requires-Dist: |
pytest (>=7.4.4); (python_version < "4.0" and python_version >= "3.13") and extra == "all" |
Requires-Dist: |
pytest (>=7.4.4); (python_version < "3.13" and python_version >= "3.12") and extra == "all" |
Requires-Dist: |
pytest (>=7.4.4); (python_version < "3.12" and python_version >= "3.11") and extra == "all" |
Requires-Dist: |
pytest (>=7.4.4); (python_version < "3.11" and python_version >= "3.10") and extra == "all" |
Requires-Dist: |
pytest (>=7.4.4); (python_version < "3.10" and python_version >= "3.9") and extra == "all" |
Requires-Dist: |
pytest (>=7.4.4); (python_version < "3.9" and python_version >= "3.8") and extra == "all" |
Requires-Dist: |
pytest (>=7.4.4); (python_version < "3.8" and python_version >= "3.7") and extra == "all" |
Requires-Dist: |
pytest (>=6.2.5); (python_version < "3.7" and python_version >= "3.6") and extra == "all" |
Requires-Dist: |
pytest-cov (>=3.0.0); python_version >= "3.6.0" and extra == "all" |
Requires-Dist: |
coverage[toml] (>=7.3.0); (python_version < "4.0" and python_version >= "3.12") and extra == "all" |
Requires-Dist: |
coverage[toml] (>=6.5.0); (python_version < "3.12" and python_version >= "3.10") and extra == "all" |
Requires-Dist: |
coverage[toml] (>=6.5.0); (python_version < "3.10" and python_version >= "3.9") and extra == "all" |
Requires-Dist: |
coverage[toml] (>=6.5.0); (python_version < "3.9" and python_version >= "3.8") and extra == "all" |
Requires-Dist: |
coverage[toml] (>=6.5.0); (python_version < "3.8" and python_version >= "3.7") and extra == "all" |
Requires-Dist: |
coverage[toml] (>=6.1.1); (python_version < "3.7" and python_version >= "3.6") and extra == "all" |
Requires-Dist: |
ubelt (>=1.3.4); extra == "all" |
Requires-Dist: |
xdoctest (>=1.1.3); extra == "all" |
Requires-Dist: |
rich (>=12.3.0); extra == "all" |
Requires-Dist: |
IPython (>=8.14.0); (python_version < "4.0.0" and python_version >= "3.9.0") and extra == "all" |
Requires-Dist: |
IPython (>=8.12.2); (python_version < "3.9.0" and python_version >= "3.8.0") and extra == "all" |
Requires-Dist: |
IPython (>=7.18.0); (python_version < "3.8.0" and python_version >= "3.7.0") and extra == "all" |
Requires-Dist: |
IPython (>=7.14.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "all" |
Requires-Dist: |
Cython (>=3.0.3); extra == "all" |
Requires-Dist: |
setuptools (>=68.2.2); (python_version < "4.0" and python_version >= "3.8") and extra == "all" |
Requires-Dist: |
setuptools (>=41.0.1); (python_version < "3.8" and python_version >= "3.6") and extra == "all" |
Requires-Dist: |
scikit-build (>=0.11.1); extra == "all" |
Requires-Dist: |
cmake (>=3.21.2); extra == "all" |
Requires-Dist: |
ninja (>=1.10.2); extra == "all" |
Requires-Dist: |
cibuildwheel (>=2.11.2); (python_version < "4.0" and python_version >= "3.11") and extra == "all" |
Requires-Dist: |
cibuildwheel (>=2.11.2); (python_version < "3.11" and python_version >= "3.10") and extra == "all" |
Requires-Dist: |
cibuildwheel (>=2.11.2); (python_version < "3.10" and python_version >= "3.9") and extra == "all" |
Requires-Dist: |
cibuildwheel (>=2.11.2); (python_version < "3.9" and python_version >= "3.8") and extra == "all" |
Requires-Dist: |
cibuildwheel (>=2.11.2); (python_version < "3.8" and python_version >= "3.7") and extra == "all" |
Requires-Dist: |
cibuildwheel (>=2.8.1); (python_version < "3.7" and python_version >= "3.6") and extra == "all" |
Requires-Dist: |
pytest (>=7.4.4); (python_version < "4.0" and python_version >= "3.13") and extra == "tests" |
Requires-Dist: |
pytest (>=7.4.4); (python_version < "3.13" and python_version >= "3.12") and extra == "tests" |
Requires-Dist: |
pytest (>=7.4.4); (python_version < "3.12" and python_version >= "3.11") and extra == "tests" |
Requires-Dist: |
pytest (>=7.4.4); (python_version < "3.11" and python_version >= "3.10") and extra == "tests" |
Requires-Dist: |
pytest (>=7.4.4); (python_version < "3.10" and python_version >= "3.9") and extra == "tests" |
Requires-Dist: |
pytest (>=7.4.4); (python_version < "3.9" and python_version >= "3.8") and extra == "tests" |
Requires-Dist: |
pytest (>=7.4.4); (python_version < "3.8" and python_version >= "3.7") and extra == "tests" |
Requires-Dist: |
pytest (>=6.2.5); (python_version < "3.7" and python_version >= "3.6") and extra == "tests" |
Requires-Dist: |
pytest-cov (>=3.0.0); python_version >= "3.6.0" and extra == "tests" |
Requires-Dist: |
coverage[toml] (>=7.3.0); (python_version < "4.0" and python_version >= "3.12") and extra == "tests" |
Requires-Dist: |
coverage[toml] (>=6.5.0); (python_version < "3.12" and python_version >= "3.10") and extra == "tests" |
Requires-Dist: |
coverage[toml] (>=6.5.0); (python_version < "3.10" and python_version >= "3.9") and extra == "tests" |
Requires-Dist: |
coverage[toml] (>=6.5.0); (python_version < "3.9" and python_version >= "3.8") and extra == "tests" |
Requires-Dist: |
coverage[toml] (>=6.5.0); (python_version < "3.8" and python_version >= "3.7") and extra == "tests" |
Requires-Dist: |
coverage[toml] (>=6.1.1); (python_version < "3.7" and python_version >= "3.6") and extra == "tests" |
Requires-Dist: |
ubelt (>=1.3.4); extra == "tests" |
Requires-Dist: |
xdoctest (>=1.1.3); extra == "tests" |
Requires-Dist: |
rich (>=12.3.0); extra == "optional" |
Requires-Dist: |
IPython (>=8.14.0); (python_version < "4.0.0" and python_version >= "3.9.0") and extra == "optional" |
Requires-Dist: |
IPython (>=8.12.2); (python_version < "3.9.0" and python_version >= "3.8.0") and extra == "optional" |
Requires-Dist: |
IPython (>=7.18.0); (python_version < "3.8.0" and python_version >= "3.7.0") and extra == "optional" |
Requires-Dist: |
IPython (>=7.14.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "optional" |
Requires-Dist: |
pytest (==7.4.4); (python_version < "4.0" and python_version >= "3.13") and extra == "all-strict" |
Requires-Dist: |
pytest (==7.4.4); (python_version < "3.13" and python_version >= "3.12") and extra == "all-strict" |
Requires-Dist: |
pytest (==7.4.4); (python_version < "3.12" and python_version >= "3.11") and extra == "all-strict" |
Requires-Dist: |
pytest (==7.4.4); (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict" |
Requires-Dist: |
pytest (==7.4.4); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict" |
Requires-Dist: |
pytest (==7.4.4); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict" |
Requires-Dist: |
pytest (==7.4.4); (python_version < "3.8" and python_version >= "3.7") and extra == "all-strict" |
Requires-Dist: |
pytest (==6.2.5); (python_version < "3.7" and python_version >= "3.6") and extra == "all-strict" |
Requires-Dist: |
pytest-cov (==3.0.0); python_version >= "3.6.0" and extra == "all-strict" |
Requires-Dist: |
coverage[toml] (==7.3.0); (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict" |
Requires-Dist: |
coverage[toml] (==6.5.0); (python_version < "3.12" and python_version >= "3.10") and extra == "all-strict" |
Requires-Dist: |
coverage[toml] (==6.5.0); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict" |
Requires-Dist: |
coverage[toml] (==6.5.0); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict" |
Requires-Dist: |
coverage[toml] (==6.5.0); (python_version < "3.8" and python_version >= "3.7") and extra == "all-strict" |
Requires-Dist: |
coverage[toml] (==6.1.1); (python_version < "3.7" and python_version >= "3.6") and extra == "all-strict" |
Requires-Dist: |
ubelt (==1.3.4); extra == "all-strict" |
Requires-Dist: |
xdoctest (==1.1.3); extra == "all-strict" |
Requires-Dist: |
rich (==12.3.0); extra == "all-strict" |
Requires-Dist: |
IPython (==8.14.0); (python_version < "4.0.0" and python_version >= "3.9.0") and extra == "all-strict" |
Requires-Dist: |
IPython (==8.12.2); (python_version < "3.9.0" and python_version >= "3.8.0") and extra == "all-strict" |
Requires-Dist: |
IPython (==7.18.0); (python_version < "3.8.0" and python_version >= "3.7.0") and extra == "all-strict" |
Requires-Dist: |
IPython (==7.14.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "all-strict" |
Requires-Dist: |
Cython (==3.0.3); extra == "all-strict" |
Requires-Dist: |
setuptools (==68.2.2); (python_version < "4.0" and python_version >= "3.8") and extra == "all-strict" |
Requires-Dist: |
setuptools (==41.0.1); (python_version < "3.8" and python_version >= "3.6") and extra == "all-strict" |
Requires-Dist: |
scikit-build (==0.11.1); extra == "all-strict" |
Requires-Dist: |
cmake (==3.21.2); extra == "all-strict" |
Requires-Dist: |
ninja (==1.10.2); extra == "all-strict" |
Requires-Dist: |
cibuildwheel (==2.11.2); (python_version < "4.0" and python_version >= "3.11") and extra == "all-strict" |
Requires-Dist: |
cibuildwheel (==2.11.2); (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict" |
Requires-Dist: |
cibuildwheel (==2.11.2); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict" |
Requires-Dist: |
cibuildwheel (==2.11.2); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict" |
Requires-Dist: |
cibuildwheel (==2.11.2); (python_version < "3.8" and python_version >= "3.7") and extra == "all-strict" |
Requires-Dist: |
cibuildwheel (==2.8.1); (python_version < "3.7" and python_version >= "3.6") and extra == "all-strict" |
Requires-Dist: |
pytest (==7.4.4); (python_version < "4.0" and python_version >= "3.13") and extra == "tests-strict" |
Requires-Dist: |
pytest (==7.4.4); (python_version < "3.13" and python_version >= "3.12") and extra == "tests-strict" |
Requires-Dist: |
pytest (==7.4.4); (python_version < "3.12" and python_version >= "3.11") and extra == "tests-strict" |
Requires-Dist: |
pytest (==7.4.4); (python_version < "3.11" and python_version >= "3.10") and extra == "tests-strict" |
Requires-Dist: |
pytest (==7.4.4); (python_version < "3.10" and python_version >= "3.9") and extra == "tests-strict" |
Requires-Dist: |
pytest (==7.4.4); (python_version < "3.9" and python_version >= "3.8") and extra == "tests-strict" |
Requires-Dist: |
pytest (==7.4.4); (python_version < "3.8" and python_version >= "3.7") and extra == "tests-strict" |
Requires-Dist: |
pytest (==6.2.5); (python_version < "3.7" and python_version >= "3.6") and extra == "tests-strict" |
Requires-Dist: |
pytest-cov (==3.0.0); python_version >= "3.6.0" and extra == "tests-strict" |
Requires-Dist: |
coverage[toml] (==7.3.0); (python_version < "4.0" and python_version >= "3.12") and extra == "tests-strict" |
Requires-Dist: |
coverage[toml] (==6.5.0); (python_version < "3.12" and python_version >= "3.10") and extra == "tests-strict" |
Requires-Dist: |
coverage[toml] (==6.5.0); (python_version < "3.10" and python_version >= "3.9") and extra == "tests-strict" |
Requires-Dist: |
coverage[toml] (==6.5.0); (python_version < "3.9" and python_version >= "3.8") and extra == "tests-strict" |
Requires-Dist: |
coverage[toml] (==6.5.0); (python_version < "3.8" and python_version >= "3.7") and extra == "tests-strict" |
Requires-Dist: |
coverage[toml] (==6.1.1); (python_version < "3.7" and python_version >= "3.6") and extra == "tests-strict" |
Requires-Dist: |
ubelt (==1.3.4); extra == "tests-strict" |
Requires-Dist: |
xdoctest (==1.1.3); extra == "tests-strict" |
Requires-Dist: |
rich (==12.3.0); extra == "optional-strict" |
Requires-Dist: |
IPython (==8.14.0); (python_version < "4.0.0" and python_version >= "3.9.0") and extra == "optional-strict" |
Requires-Dist: |
IPython (==8.12.2); (python_version < "3.9.0" and python_version >= "3.8.0") and extra == "optional-strict" |
Requires-Dist: |
IPython (==7.18.0); (python_version < "3.8.0" and python_version >= "3.7.0") and extra == "optional-strict" |
Requires-Dist: |
IPython (==7.14.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "optional-strict" |
Requires-Dist: |
IPython (>=8.14.0); (python_version < "4.0.0" and python_version >= "3.9.0") and extra == "ipython" |
Requires-Dist: |
IPython (>=8.12.2); (python_version < "3.9.0" and python_version >= "3.8.0") and extra == "ipython" |
Requires-Dist: |
IPython (>=7.18.0); (python_version < "3.8.0" and python_version >= "3.7.0") and extra == "ipython" |
Requires-Dist: |
IPython (>=7.14.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "ipython" |
Requires-Dist: |
IPython (==8.14.0); (python_version < "4.0.0" and python_version >= "3.9.0") and extra == "ipython-strict" |
Requires-Dist: |
IPython (==8.12.2); (python_version < "3.9.0" and python_version >= "3.8.0") and extra == "ipython-strict" |
Requires-Dist: |
IPython (==7.18.0); (python_version < "3.8.0" and python_version >= "3.7.0") and extra == "ipython-strict" |
Requires-Dist: |
IPython (==7.14.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "ipython-strict" |
Provides-Extra: |
all |
Provides-Extra: |
tests |
Provides-Extra: |
optional |
Provides-Extra: |
all-strict |
Provides-Extra: |
runtime-strict |
Provides-Extra: |
tests-strict |
Provides-Extra: |
optional-strict |
Provides-Extra: |
ipython |
Provides-Extra: |
ipython-strict |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE.txt |
License-File: |
LICENSE_Python.txt |