{"id":16025082,"url":"https://github.com/justintimperio/paf","last_synced_at":"2026-04-21T04:03:04.286Z","repository":{"id":116968742,"uuid":"219852555","full_name":"JustinTimperio/paf","owner":"JustinTimperio","description":"My Personal Python3 Framework for Projects","archived":false,"fork":false,"pushed_at":"2022-10-29T17:08:51.000Z","size":114,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-31T19:54:29.645Z","etag":null,"topics":[],"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/JustinTimperio.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-05T21:19:12.000Z","updated_at":"2020-11-23T02:18:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ff2b78d-a6a8-4db0-91ca-dbec8a378283","html_url":"https://github.com/JustinTimperio/paf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JustinTimperio/paf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustinTimperio%2Fpaf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustinTimperio%2Fpaf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustinTimperio%2Fpaf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustinTimperio%2Fpaf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JustinTimperio","download_url":"https://codeload.github.com/JustinTimperio/paf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustinTimperio%2Fpaf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32076295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"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":[],"created_at":"2024-10-08T19:41:20.822Z","updated_at":"2026-04-21T04:03:04.261Z","avatar_url":"https://github.com/JustinTimperio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python-Application-Framework\n![Codacy grade](https://img.shields.io/codacy/grade/3ff98c75be81420cba2922ab6a5ed27e?label=Codacy%20Grade\u0026style=for-the-badge)\n![GitHub](https://img.shields.io/github/license/justintimperio/paf?style=for-the-badge)\n\n## Abstract\nI create tools and projects in python pretty frequently and consolidating my frequently used functions into a submodule is extremely helpful. Typically this module attempts to be as pragmatic as possible. While many pip modules exist that solve many of these problems, PAF has a 'do it yourself' mentality. This usually results in a smaller dependency list for each of my projects and faster speeds as each feature is natively implemented without external calls. I attempt to keep 'hacky' functions out of this module unless python forces my hand.\n\n## Using PAF\nTo add PAF to your own python project simply add it as a submodule using:\\\n`git submodule add https://github.com/JustinTimperio/paf.git`\n\nYou can now import PAF directly into your project and call functions with the following syntax:\n```python\nimport paf\n\nsubdirs = paf.find_subdirs('/path/to/search')\n\nfor item in paf.progress_bar(subdirs):\n    time.sleep(0.1)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustintimperio%2Fpaf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustintimperio%2Fpaf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustintimperio%2Fpaf/lists"}