{"id":13614748,"url":"https://github.com/mattjegan/HowLong","last_synced_at":"2025-04-13T19:30:37.964Z","repository":{"id":62569477,"uuid":"52847260","full_name":"mattjegan/HowLong","owner":"mattjegan","description":"A simple command line application that lets you know how long your command has been running.","archived":false,"fork":false,"pushed_at":"2022-10-02T16:28:56.000Z","size":52,"stargazers_count":18,"open_issues_count":8,"forks_count":18,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T13:05:22.244Z","etag":null,"topics":["cli","howlong","process","python","timing"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattjegan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-01T04:12:55.000Z","updated_at":"2024-08-21T19:33:32.000Z","dependencies_parsed_at":"2022-11-03T16:47:08.143Z","dependency_job_id":null,"html_url":"https://github.com/mattjegan/HowLong","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattjegan%2FHowLong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattjegan%2FHowLong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattjegan%2FHowLong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattjegan%2FHowLong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattjegan","download_url":"https://codeload.github.com/mattjegan/HowLong/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717242,"owners_count":21150389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","howlong","process","python","timing"],"created_at":"2024-08-01T20:01:05.251Z","updated_at":"2025-04-13T19:30:37.588Z","avatar_url":"https://github.com/mattjegan.png","language":"Python","funding_links":[],"categories":["Projects friendly to Hacktoberfest 1st time contributors"],"sub_categories":["Python"],"readme":"# HowLong\n\n[![Build Status](https://travis-ci.org/mattjegan/HowLong.svg?branch=master)](https://travis-ci.org/mattjegan/HowLong)\n[![Code Health](https://landscape.io/github/mattjegan/HowLong/master/landscape.svg?style=flat)](https://landscape.io/github/mattjegan/HowLong/master)\n[![PyPI version](https://badge.fury.io/py/howlong.svg)](https://badge.fury.io/py/howlong)\n[![Open Source Helpers](https://www.codetriage.com/mattjegan/howlong/badges/users.svg)](https://www.codetriage.com/mattjegan/howlong)\n\nA simple command line application that lets you know how long your command has been running.\n\n## Installation\n\n### From PyPi\n\n```\npip install howlong\n```\n\n### From source\n\n```\ngit clone https://github.com/mattjegan/howlong.git\ncd HowLong\npython setup.py install\n```\n\n## Usage\n\nTime a command\n```\n$ howlong python helloworld.py\nRunning python helloworld.py\n0:00:01.003903\nHello, World!\n0:00:02.005022\nFinished python helloworld.py\n```\n\nTime a process already running\n```\n$ howlong pid 1234\nDEBUG: Running ping -c 500 google.com\nINFO:0:01:05.915637\n.\n.\nFinished ping -c 500 google.com\n```\n\nChange the interval at which `howlong` times\n```\nhowlong -i 0.5 \u003ccommand\u003e\n```\n\nDisplay help\n```\nhowlong -h\nusage: howlong [-h] [-i [interval]] C [C ...]\n\nTime a process\n\npositional arguments:\n  C              a valid command\n\noptional arguments:\n  -h, --help     show this help message and exit\n  -i [interval]  the timer interval, defaults to 1 second\n```\n\n## Contributing\n\n### Submitting an issue or feature request\n\nIf you find an issue or have a feature request please open an issue at [Github HowLong Repo](https://github.com/mattjegan/howlong).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattjegan%2FHowLong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattjegan%2FHowLong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattjegan%2FHowLong/lists"}