{"id":20912377,"url":"https://github.com/mpheath/generate-python-3-api","last_synced_at":"2025-05-13T08:30:43.507Z","repository":{"id":183910404,"uuid":"223864356","full_name":"mpheath/generate-python-3-api","owner":"mpheath","description":"Generate files for SciTE and Notepad++ to use for autocomplete, calltips and styling.","archived":false,"fork":false,"pushed_at":"2023-10-16T12:30:36.000Z","size":165,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T20:11:28.859Z","etag":null,"topics":["autocomplete","notepad-plus-plus","python3","scite"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mpheath.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-25T04:57:02.000Z","updated_at":"2024-08-13T11:50:21.000Z","dependencies_parsed_at":"2023-07-26T10:53:04.691Z","dependency_job_id":"c94fd9c8-7476-46f0-b652-493375b96606","html_url":"https://github.com/mpheath/generate-python-3-api","commit_stats":null,"previous_names":["mpheath/generate-python-3-api"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpheath%2Fgenerate-python-3-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpheath%2Fgenerate-python-3-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpheath%2Fgenerate-python-3-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpheath%2Fgenerate-python-3-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpheath","download_url":"https://codeload.github.com/mpheath/generate-python-3-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253903585,"owners_count":21981724,"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":["autocomplete","notepad-plus-plus","python3","scite"],"created_at":"2024-11-18T14:26:54.599Z","updated_at":"2025-05-13T08:30:43.237Z","avatar_url":"https://github.com/mpheath.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generate Python 3 Api\n\n![editor](editor.png)\n\n## Introduction\n\nA Python script that executes the [pydoc] module to get the module names.\nThe module names are imported and the members are inspected with the\n[inspect] module.\nA generated list containing module, members, call signatures, call type\nand documentation.\nLists of module names, builtins and keywords are also collected.\n\nSettings at the top of the script allows the include or exclude of module names\nand to set many other options.\n\nIt can make files for [SciTE] and [Notepad++] used for autocomplete, calltips,\nstyling etc.\n\n## Usage\n\n 1. [Customize the settings] at the top of the script to your preference.\n 2. Comment or remove code in the main code at the bottom of the script\n    if needed.\n 3. Execute the script.\n\nView the [Frequently Asked Questions].\n\n## Require\n\n * [Python] 3.2 or later.\n * The script may report some included modules of failing to import in earlier\n   Python versions due to not existing in the earlier versions, which can be\n   regarded as acceptable.\n\n## License\n\n[gpl-3.0]\n\n\n [gpl-3.0]: http://www.gnu.org/licenses/gpl.html\n [inspect]: https://docs.python.org/3/library/inspect.html\n [pydoc]: https://docs.python.org/3/library/pydoc.html\n [Customize the settings]: settings.md\n [Frequently Asked Questions]: faq.md\n [Notepad++]: https://notepad-plus-plus.org/\n [Python]: https://www.python.org/\n [SciTE]: https://www.scintilla.org/SciTE.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpheath%2Fgenerate-python-3-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpheath%2Fgenerate-python-3-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpheath%2Fgenerate-python-3-api/lists"}