Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
world-wall-clock is a TUI application that provides a multi-timezone graphical clock in a terminal environment.
You can install world-wall-clock with the Python packaging tool pip. It is recommended to do so in a virtual environment. Alternatively, you can use pipx as a wrapper around pip that will handle setting up a virtual environment for you.
pipx install world-wall-clock
python -m pip install world-wall-clock
python -m pip install .
In an environment with world-wall-clock installed, start it from the command line with:
wwclock
or
python -m world_wall_clock
world-wall-clock is a graphical application. By default it shows a live view of
one local clock (the system time) and clocks for several time zones scattered
around the world. By navigating using arrow keys and selecting or deselecting
items from the sidebar of available timezones using the Enter
or Space
key,
you can customize the list of displayed clocks. This is silently stored in the
application configuration directory for the next time you launch
world-wall-clock.
Using the "Custom time" radio button, you can switch the application into custom time mode. Edit the custom time to display by navigating to the numerical datetime fields next to the custom time button and typing over their current values (these are edited in "replace" rather than "insert" mode). The reference timezone for the custom time can be changed by navigating up or down from the timezone listed at the end of the custom time fields; the list of timezones you can pick from here is populated from the timezones of your displayed clocks.
world-wall-clock is a Python 3 application that relies on urwid as its terminal widget toolkit, xdg-base-dirs to determine where to keep the application configuration, and tzdata to provide backup timezone information if this is not already present on the system.
world-wall-clock uses Poetry to manage builds and dependencies. The Python code is formatted using Black.
With Poetry installed, set up a Poetry environment with all of world-wall-clock's runtime and dev dependencies; from the top level of the source repo, run:
poetry install
Now you can modify the source code and run the application with any changes
you've made using the poetry run
command:
poetry run wwclock
The poetry run
command will also allow you to run the suite of chosen dev
tools for static type-checking, import sorting, code formatting, and linting:
poetry run mypy --strict
poetry run isort .
poetry run black .
poetry run flake8
FAQs
TUI world clock application
We found that world-wall-clock demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.