{"id":16326840,"url":"https://github.com/thatonecalculator/python-fastprint","last_synced_at":"2025-04-09T14:31:10.519Z","repository":{"id":49591603,"uuid":"170610484","full_name":"ThatOneCalculator/Python-Fastprint","owner":"ThatOneCalculator","description":"Python 3 module to print out long strings of text with intervals of time inbetween","archived":false,"fork":false,"pushed_at":"2022-01-16T04:06:20.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-24T07:22:31.139Z","etag":null,"topics":["module","pip","pip3","print","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThatOneCalculator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-14T02:03:47.000Z","updated_at":"2022-06-27T10:51:32.000Z","dependencies_parsed_at":"2022-09-02T17:23:22.871Z","dependency_job_id":null,"html_url":"https://github.com/ThatOneCalculator/Python-Fastprint","commit_stats":null,"previous_names":["thatonecalculator/python-easy-print"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneCalculator%2FPython-Fastprint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneCalculator%2FPython-Fastprint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneCalculator%2FPython-Fastprint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneCalculator%2FPython-Fastprint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThatOneCalculator","download_url":"https://codeload.github.com/ThatOneCalculator/Python-Fastprint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055081,"owners_count":21040117,"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":["module","pip","pip3","print","python","python3"],"created_at":"2024-10-10T23:09:41.915Z","updated_at":"2025-04-09T14:31:10.144Z","avatar_url":"https://github.com/ThatOneCalculator.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python-Fastprint\n\nPython 3 module to print out long strings of text with intervals of time inbetween\n\nInstall:\n`pip install fastprint`\n\nSync Usage:\n\n```python\nfrom fastprint import pr\n\npr(\"long\\ntext\") # each line takes 1 second\npr(\"other\\n\\long\\text\", 0.2) # each line takes 0.2 seconds\n```\n\nAsync usage:\n\n```python\nfrom async_fastprint import async_pr\n\nasync def foo:\n    return async_pr(\"This\\nis\\nasynchrounous!\")\n```\n\nCheck out example.py for more\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatonecalculator%2Fpython-fastprint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatonecalculator%2Fpython-fastprint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatonecalculator%2Fpython-fastprint/lists"}