Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakob-bagterp/homebrew-timer-for-python
Homebrew tap formula for ⏳ Timer for Python ⌛️
https://github.com/jakob-bagterp/homebrew-timer-for-python
homebrew-tap python timer
Last synced: about 1 month ago
JSON representation
Homebrew tap formula for ⏳ Timer for Python ⌛️
- Host: GitHub
- URL: https://github.com/jakob-bagterp/homebrew-timer-for-python
- Owner: jakob-bagterp
- Created: 2022-01-08T10:14:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T07:06:15.000Z (5 months ago)
- Last Synced: 2024-06-29T07:57:27.955Z (5 months ago)
- Topics: homebrew-tap, python, timer
- Language: Ruby
- Homepage: https://jakob-bagterp.github.io/timer-for-python/
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[![Latest version](https://img.shields.io/static/v1?label=version&message=0.7.4&color=yellowgreen)](https://github.com/jakob-bagterp/timer-for-python/releases/latest)
[![Python 3.10 | 3.11 | 3.12 | 3.13+](https://img.shields.io/static/v1?label=python&message=3.10%20|%203.11%20|%203.12%20|%203.13%2B&color=blueviolet)](https://www.python.org)
[![MIT license](https://img.shields.io/static/v1?label=license&message=MIT&color=blue)](https://github.com/jakob-bagterp/timer-for-python/blob/master/LICENSE.md)
[![Codecov](https://codecov.io/gh/jakob-bagterp/timer-for-python/branch/master/graph/badge.svg?token=P4IT8WQO0R)](https://codecov.io/gh/jakob-bagterp/timer-for-python)
[![CodeQL](https://github.com/jakob-bagterp/timer-for-python/actions/workflows/codeql.yml/badge.svg)](https://github.com/jakob-bagterp/timer-for-python/actions/workflows/codeql.yml)
[![Test](https://github.com/jakob-bagterp/timer-for-python/actions/workflows/test.yml/badge.svg)](https://github.com/jakob-bagterp/timer-for-python/actions/workflows/test.yml)
[![Downloads](https://static.pepy.tech/badge/timer-for-python)](https://pepy.tech/project/timer-for-python)# About
This repository is a Homebrew tap of ⏳ [Timer for Python](https://jakob-bagterp.github.io/timer-for-python/) ⌛.# How to Install
If you already have installed the [Homebrew](https://brew.sh) package manager for Mac and Linux, execute this terminal command to tap Timer for Python:```shell
brew tap jakob-bagterp/timer-for-python
```And then install:
```shell
brew install timer-for-python
```For other methods of installation and more information, go to the [project page](https://jakob-bagterp.github.io/timer-for-python/).