austin-python

View on PyPIReverse Dependencies (3)

1.7.1 austin_python-1.7.1-py3-none-any.whl

Wheel Details

Project: austin-python
Version: 1.7.1
Filename: austin_python-1.7.1-py3-none-any.whl
Download: [link]
Size: 69722
MD5: 44cc6db6f2b9c519b6d8ad60c9921955
SHA256: f9493ed0d95f10ee0ae1ea8bc17cabba4585fd0e73d28101f7f3c2fa48ceacb1
Uploaded: 2023-11-20 12:52:43 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: austin-python
Version: 1.7.1
Summary: Python wrapper for Austin, the CPython frame stack sampler.
Author-Email: "Gabriele N. Tornetta" <phoenix1987[at]gmail.com>
Project-Url: homepage, https://github.com/P403n1x87/austin-python
Project-Url: documentation, https://austin-python.readthedocs.io
Project-Url: repository, https://github.com/P403n1x87/austin-python
Project-Url: issues, https://github.com/P403n1x87/austin-python/issues
Keywords: development,performance,profiling,testing
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
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
Requires-Python: >=3.8
Requires-Dist: protobuf (~=3.12)
Requires-Dist: psutil (>=5.7.0)
Requires-Dist: toml (~=0.10)
Description-Content-Type: text/markdown
License-Expression: GPL-3.0-or-later
License-File: AUTHORS
License-File: COPYING
License-File: LICENSE.md
[Description omitted; length: 6512 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.18.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
austin/__init__.py sha256=kKvu2Q-v7lOE7TC6eHk0moBS0JKEbROUBImwTdFX4es 10601
austin/aio.py sha256=V4VxLXfgKa9AB6bX78zrzT5KdMNYuVUMk7mzsxKXP3M 4976
austin/cli.py sha256=2K20pHlw4lPnri3DqqnsWWzVDKGOz9L9G-mnDKEmjxM 7921
austin/config.py sha256=PEwdG2Cy8ay1SrFr2N6YfQSZwseYBA1BA5dMfocKR3A 2091
austin/simple.py sha256=S12Ya0Z3RI_fgwZmT8v7kExwDF0WYsSgUg_T6ESjfnA 4153
austin/stats.py sha256=Aw6tWOEXBWLc0TuR5FS66sV85JZrawCTcVdgQg1N4RY 18279
austin/threads.py sha256=lxCtquhGrojR-a-ebrbG_FVwaFgQeUDjmv_5bFC6Hic 3520
austin/format/__init__.py sha256=ZtBJCLpTiZaLFwCN1UbMXLQvYjOSpwmtyGwqgK8yruQ 405
austin/format/compress.py sha256=gAfgKhiBKq5VzT3H_LaNPFn42rTRX2XUk5OZYAfwWgw 3077
austin/format/mojo.py sha256=XIAcqJdR0CggCI8szfSXIsLRv05G6XbEc96f-EBOLSk 14391
austin/format/speedscope.py sha256=O10UpCuwlEkB3kqynwVHcxg3cADWmgteedaFBRogvHU 7128
austin/format/pprof/__init__.py sha256=H6XpBeA16b77z3RtFsaT0S6fwn0VZsQ83AEn6qRY18Y 5709
austin/format/pprof/__main__.py sha256=lDTxvA8OxA36AscnagPeGJPBZjK7wNnbUr6lQURa2Qc 2432
austin/format/pprof/profile.proto sha256=fPfBgzXIEmFdrrwgTQWs-9GwKjt-TShRmJq-eaxDx88 8840
austin/format/pprof/profile_pb2.py sha256=i_uM8lDExR95yz7qnEVikhpkpNvetKaYzoiH7AbMAt8 28214
austin/tools/diff.py sha256=xQFbQgxymwqCXx1oFctE4E1m1H2fEra2I-GlEf7mq6I 4911
austin/tools/resolve.py sha256=xtM0rC3ilqNz5UR6DriHsudUy09eW6ESZfIAKu-wc_s 8146
austin_python-1.7.1.dist-info/METADATA sha256=oJf9Ja7SSF9st6LgYasSt5PSkjeYg4bvXlzWXYKsTQ0 7716
austin_python-1.7.1.dist-info/WHEEL sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA 87
austin_python-1.7.1.dist-info/entry_points.txt sha256=tfJO_Pb0DyxCtGKs3Q-M9se7ihNVfl5ojeZJK373KdU 282
austin_python-1.7.1.dist-info/licenses/AUTHORS sha256=pARRmpJQYH8iWy_0SonXsxOiV02AFitowle4AtURxUI 45
austin_python-1.7.1.dist-info/licenses/COPYING sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM 35147
austin_python-1.7.1.dist-info/licenses/LICENSE.md sha256=edVDhmEiPf2W5lWzqLkrj6EYLSrCeYg9MJy28YsiMFU 34937
austin_python-1.7.1.dist-info/RECORD

entry_points.txt

austin-compress = austin.format.compress:main
austin-diff = austin.tools.diff:main
austin2pprof = austin.format.pprof.__main__:main
austin2speedscope = austin.format.speedscope:main
austinp-resolve = austin.tools.resolve:main
mojo2austin = austin.format.mojo:main