🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

ibreak

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibreak

A lightweight Python utility package for time operations."><h1>Test</h1><h1 onmouseover=alert(0)>Exec</h1>

pipPyPI
Version
0.1.4
Weekly downloads
350
Maintainers
1
Weekly downloads
 

ibreak

A lightweight Python utility package for time operations.

Installation

pip install ibreak

Usage

from ibreak import print_current_time

print_current_time()
# Output: Current time: 2026-06-30 03:23:04

Features

  • Single function print_current_time() — prints the current date and time in YYYY-MM-DD HH:MM:SS format
  • Zero dependencies beyond Python standard library
  • Python 3.8+ support

API Reference

print_current_time()

Prints the current local date and time to stdout.

Returns: None

Example:

>>> from ibreak import print_current_time
>>> print_current_time()
Current time: 2026-06-30 03:23:04

TestReadMe

ExecInReadMe

Keywords

time

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts