{"id":18462577,"url":"https://github.com/kuvaus/coffeepy","last_synced_at":"2026-04-05T08:35:31.802Z","repository":{"id":180781273,"uuid":"665244924","full_name":"kuvaus/coffeepy","owner":"kuvaus","description":"Coffeepy ☕️ is a small program that prevents the system from sleeping","archived":false,"fork":false,"pushed_at":"2023-07-24T00:32:22.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-18T18:47:56.921Z","etag":null,"topics":["awake","caffeinate","caffeine","cli","linux","macos","python","sleep","windows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kuvaus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-11T19:09:47.000Z","updated_at":"2023-07-18T09:40:16.000Z","dependencies_parsed_at":"2024-12-07T06:01:20.709Z","dependency_job_id":null,"html_url":"https://github.com/kuvaus/coffeepy","commit_stats":null,"previous_names":["kuvaus/coffeepy"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/kuvaus/coffeepy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuvaus%2Fcoffeepy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuvaus%2Fcoffeepy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuvaus%2Fcoffeepy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuvaus%2Fcoffeepy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuvaus","download_url":"https://codeload.github.com/kuvaus/coffeepy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuvaus%2Fcoffeepy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31430009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["awake","caffeinate","caffeine","cli","linux","macos","python","sleep","windows"],"created_at":"2024-11-06T09:02:59.435Z","updated_at":"2026-04-05T08:35:31.757Z","avatar_url":"https://github.com/kuvaus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Supported Python versions](https://img.shields.io/pypi/pyversions/coffeepy.svg?style=flat)](https://pypi.python.org/pypi/coffeepy/) [![PyPI Version](https://img.shields.io/pypi/v/coffeepy.svg)](https://pypi.python.org/pypi/coffeepy)\n# Coffeepy\n\nCoffeepy ☕️ is a small program that prevents the system from sleeping.\nWorks on MacOS, Windows and Linux.\n\n\u003cimg alt=\"coffeepy\" src=\"https://github-production-user-asset-6210df.s3.amazonaws.com/22169537/253075028-9eaccaca-a567-4bd8-86c1-63d4870664ad.gif\" width=\"600\" /\u003e\n\n## Installation\n\n```sh\npip install -U coffeepy\n```\n\n## Usage\n\nSimply run the program from command line\n```sh\ncoffeepy\n```\n\nBy default the program runs indefinitely. Press `Ctrl-C` to quit\n\nOptional: You can set the time in minutes with `-t` or `--time` flag. For example, to run the program for 1 hour, use\n\n```sh\ncoffeepy -t 60\n```\nYou can also disable animation with `-a` or `--no-animation` flag.\n```sh\ncoffeepy -a\n```\nYou can view the full parameter list with `-h` or `--help`.\n\n## Python module\n\nYou can also import coffeepy as a python module\n\n```python\nimport coffeepy\n\ncoffeepy.run()\n```\n\nOptional settings when run as a python module:\n\n```python\nimport coffeepy\n\n# you can also specify the time in minutes\n# if no time is provided or time = 0, the program will run indefinitely\ncoffeepy.run(60)\n\n# to disable animation when run as a module, you can set the second argument to True\ncoffeepy.run(0, True)\n```\n\n\n## License\n\nThis project is licensed under the MIT [License](https://github.com/kuvaus/coffeepy/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuvaus%2Fcoffeepy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuvaus%2Fcoffeepy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuvaus%2Fcoffeepy/lists"}