{"id":16300010,"url":"https://github.com/froggs/system-passwd","last_synced_at":"2026-01-30T21:37:00.740Z","repository":{"id":29500335,"uuid":"33038273","full_name":"FROGGS/System-Passwd","owner":"FROGGS","description":"Easily search for system users on Unix-based systems","archived":false,"fork":false,"pushed_at":"2015-03-28T15:25:43.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T06:34:32.780Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl6","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FROGGS.png","metadata":{"files":{"readme":"README.pod","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":"2015-03-28T15:23:04.000Z","updated_at":"2017-08-28T12:30:11.000Z","dependencies_parsed_at":"2022-09-06T16:31:38.741Z","dependency_job_id":null,"html_url":"https://github.com/FROGGS/System-Passwd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FROGGS/System-Passwd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FROGGS%2FSystem-Passwd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FROGGS%2FSystem-Passwd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FROGGS%2FSystem-Passwd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FROGGS%2FSystem-Passwd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FROGGS","download_url":"https://codeload.github.com/FROGGS/System-Passwd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FROGGS%2FSystem-Passwd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28919721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T20:25:28.696Z","status":"ssl_error","status_checked_at":"2026-01-30T20:25:13.426Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-10T20:49:59.582Z","updated_at":"2026-01-30T21:37:00.723Z","avatar_url":"https://github.com/FROGGS.png","language":"Perl6","funding_links":[],"categories":[],"sub_categories":[],"readme":"=head2 NAME\n\nSystem::Passwd - easily search for system users\n\n=head2 DESCRIPTION\n\nL\u003cSystem::Passwd\u003e is a Perl 6 distribution for searching the C\u003c/etc/passwd\u003e file. It provides subroutines to search for a System::Passwd::User user by uid, username or full name.\n\n=head2 SYNOPSIS\n\n    use System::Passwd;\n\n    my $root_user = get_user_by_uid(0);\n\n    say $root_user.username;\n    say $root_user.uid;\n    say $root_user.gid;\n    say $root_user.fullname;\n    say $root_user.login_shell;\n    say $root_user.home_dir;\n\n    # can search for users other methods\n    my $user = get_user_by_username('sillymoose');\n\n    # or:\n    my $user = get_user_by_fullname('David Farrell');\n\n=head2 LICENSE\n\nFreeBSD - see LICENSE\n\n=head2 AUTHOR\n\nDavid Farrell\n\n=cut\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffroggs%2Fsystem-passwd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffroggs%2Fsystem-passwd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffroggs%2Fsystem-passwd/lists"}