{"id":18721013,"url":"https://github.com/rfdzan/python-pkghelp","last_synced_at":"2025-11-11T00:30:19.765Z","repository":{"id":171942050,"uuid":"648636782","full_name":"rfdzan/python-pkghelp","owner":"rfdzan","description":"A simple program to show internal dosctrings of external/internal python packages.","archived":false,"fork":false,"pushed_at":"2023-06-19T16:23:21.000Z","size":374,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"local","last_synced_at":"2024-12-28T11:41:37.232Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rfdzan.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}},"created_at":"2023-06-02T12:42:56.000Z","updated_at":"2023-06-19T16:23:25.000Z","dependencies_parsed_at":"2024-01-24T04:42:48.110Z","dependency_job_id":null,"html_url":"https://github.com/rfdzan/python-pkghelp","commit_stats":null,"previous_names":["hkohko/python-pkghelp","rfdzan/python-pkghelp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfdzan%2Fpython-pkghelp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfdzan%2Fpython-pkghelp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfdzan%2Fpython-pkghelp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfdzan%2Fpython-pkghelp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rfdzan","download_url":"https://codeload.github.com/rfdzan/python-pkghelp/tar.gz/refs/heads/local","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239585275,"owners_count":19663543,"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":[],"created_at":"2024-11-07T13:33:18.249Z","updated_at":"2025-11-11T00:30:19.678Z","avatar_url":"https://github.com/rfdzan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-pkghelp\nA simple program to show internal dosctrings of external/internal python packages.  \n\n`local` branch provides the barebones. Do `python main.py` in your terminal to use it.  \nGUI app is pending.\n\n## USAGE  \n**Package/module name currently is case-sensitive, methods aren't**.\n\nType in the package/module and method as how you would in a python code:  \nExample: `str.join`\n```  \nPackage/module name: str.join\njoin\n[('join', 100)]\nConcatenate any number of strings.\n\nThe string whose method is called is inserted in between each given string.\nThe result is returned as a new string.\n\nExample: '.'.join(['ab', 'pq', 'rs']) -\u003e 'ab.pq.rs'\n```\nOr type in just the package/module to get a list of available methods:  \nExample: `Levenshtein`  \n```  \n['_Editops', '_Hamming', '_Indel', '_Jaro', '_JaroWinkler', '_Levenshtein', '_Opcodes', '__all__', '__annotations__',   \n'__author__', '__builtins__', '__cached__', '__doc__', '__file__', '__license__', '__loader__', '__name__', '__package__',   \n'__path__', '__spec__', '__version__', 'apply_edit', 'distance', 'editops', 'hamming', 'inverse', 'jaro', 'jaro_winkler',   \n'levenshtein_cpp', 'matching_blocks', 'median', 'median_improve', 'opcodes', 'quickmedian', 'ratio', 'seqratio', 'setmedian',   \n'setratio', 'subtract_edit']\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfdzan%2Fpython-pkghelp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frfdzan%2Fpython-pkghelp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfdzan%2Fpython-pkghelp/lists"}