benchmarkit

View on PyPIReverse Dependencies (0)

0.0.4 benchmarkit-0.0.4-py3-none-any.whl

Wheel Details

Project: benchmarkit
Version: 0.0.4
Filename: benchmarkit-0.0.4-py3-none-any.whl
Download: [link]
Size: 9805
MD5: dda11d6061b9459721eac4968e60435a
SHA256: 9c54194e368d676214db48adcce57ae4ce8b10dd6d3cc3ab87169ce054d1b17e
Uploaded: 2020-03-10 18:21:32 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: benchmarkit
Version: 0.0.4
Summary: Benchmark and analyze functions' time execution and results over the course of development
Author: Vitaliy Grabovets
Author-Email: v.grabovets[at]gmail.com
Home-Page: https://github.com/vgrabovets/benchmarkit
License: MIT
Keywords: benchmark,timeit,time
Requires-Python: >=3.6.0
Requires-Dist: colorama (==0.4.1)
Requires-Dist: GitPython (==2.1.15)
Requires-Dist: pandas (==0.24.2)
Requires-Dist: path.py (==12.0.1)
Description-Content-Type: text/markdown
[Description omitted; length: 6408 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
benchmarkit/__init__.py sha256=1JgyoVWm5rvI5PGftr2hY_k46pL3vqF6YFrEmtp6k3k 90
benchmarkit/core.py sha256=Xx0GFa71yVvfg3B7megCAtED6X5-R3cEtiUtvsqOvf8 8395
benchmarkit/helpers.py sha256=cUwoBrgxFLzW7Mnba5snyYKuzjB83PKdWWAh1ZJ42uI 2167
benchmarkit/entrypoints/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
benchmarkit/entrypoints/analyze.py sha256=FeQTeSqYvWfCkRM7wIzcGdmlgjf9hq8bwJ8y3NvmpGY 1855
benchmarkit/entrypoints/run.py sha256=VbBjgD2S6dP0uS0uh8MyRXpbJ1K5QnQfMXcpZQ374-o 1924
benchmarkit-0.0.4.dist-info/LICENSE sha256=hId2cYAU3WbHC2YXYzk28SRJ9Jq-_nfW_ybTL4ozqAo 1074
benchmarkit-0.0.4.dist-info/METADATA sha256=1-8vSJzBEUL28OQQOH3akHqEto31rDQHklrCWJOfjwY 6944
benchmarkit-0.0.4.dist-info/WHEEL sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY 92
benchmarkit-0.0.4.dist-info/entry_points.txt sha256=URn2eE8BEkUMEpk-6h4mJIQZio8cbrDb2MMRUNXcovw 137
benchmarkit-0.0.4.dist-info/top_level.txt sha256=QnGaIH2Nr6s_3CVVTAAj1Z7CslA3KGrs-fHZE1zY91k 12
benchmarkit-0.0.4.dist-info/RECORD

top_level.txt

benchmarkit

entry_points.txt

benchmark_analyze = benchmarkit.entrypoints.analyze:entrypoint
benchmark_run = benchmarkit.entrypoints.run:entrypoint