Benign python Download

ga-tictoc 0.2.4

“Modern timer, interval, timestamp and progress logging utilities.”

Python command launches pip modulePython module-level function call

Evidence

Python command launches pip module _parse.py · lines 173–176
173:8… continue
174
175 parser = import_optional("dateutil.parser", "python -m pip install 'ga-tictoc[dateutil]'")
176 return cast(datetime, parser.parse(text))
Python module-level function call __init__.py · lines 1–16
1"""Public API for the tictoc package."""
2
3from __future__ import annotations
4
5import logging
6
7from ._version import __version__
8from .interval import TicTocInterval
9from .speed import TicTocSpeed
10from .time import TicTocTime
11from .timer import TicToc
12
13__all__ = ["TicToc", "TicTocInterval", "TicTocSpeed", "TicTocTime", "__version__"]
14
15
16logging.getLogger(__name__).addHandler(logging.NullHandler())

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.