How to Install and Uninstall python3-pyperform Package on Kali Linux

Last updated: May 16,2024

1. Install "python3-pyperform" package

Please follow the step by step instructions below to install python3-pyperform on Kali Linux

$ sudo apt update $ sudo apt install python3-pyperform

2. Uninstall "python3-pyperform" package

This tutorial shows how to uninstall python3-pyperform on Kali Linux:

$ sudo apt remove python3-pyperform $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pyperform package on Kali Linux

Package: python3-pyperform
Source: python-pyperform
Version: 1.86-2
Installed-Size: 44
Maintainer: Debian OpenStack
Architecture: all
Depends: python3:any
Size: 9496
SHA256: 9a5ba13502de59be793f9aa9d7fc1bc87b48fd9dfcbacc7b59794250af666c49
SHA1: 4a67e9338b08345294d574febdebce9c660c3aa7
MD5sum: 3cb12e61799f45d0569f445fa5408845
Description: fast and convenient way to performance test functions and compare results
Pyperform provies an easy and convenient way to performance test blocks of
Python code.
.
Tired of writing separate scripts for your performance tests? Don't like
coding in strings? Using the pyperform decorators, you can easily implement
timeit tests to your functions with just one line!
.
Features of pyperform include:
- Quick, easy to implement in-code performance tests that run once when the
function is defined.
- Speed comparison of several functions.
- Validation of results between ComparisonBenchmarks.
- Summary reports.
- Supports class functions as well as global functions.
- Performance tests can easily be disabled/enabled globally.
- Community-driven library of performance tests to learn from.
Description-md5:
Homepage: https://github.com/lobocv/pyperform
Section: python
Priority: optional
Filename: pool/main/p/python-pyperform/python3-pyperform_1.86-2_all.deb