{"id":19112231,"url":"https://github.com/korcankaraokcu/unotagger","last_synced_at":"2025-10-19T10:04:23.693Z","repository":{"id":242868119,"uuid":"97723359","full_name":"korcankaraokcu/UnoTagger","owner":"korcankaraokcu","description":"A simple tagging library for documenting python scripts","archived":false,"fork":false,"pushed_at":"2017-08-02T11:25:46.000Z","size":26,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T22:12:25.266Z","etag":null,"topics":["library","libreoffice","python3","taggingtools","unotools"],"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/korcankaraokcu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-19T14:05:38.000Z","updated_at":"2024-08-12T19:31:24.000Z","dependencies_parsed_at":"2024-06-05T13:13:12.759Z","dependency_job_id":null,"html_url":"https://github.com/korcankaraokcu/UnoTagger","commit_stats":null,"previous_names":["korcankaraokcu/unotagger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/korcankaraokcu/UnoTagger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/korcankaraokcu%2FUnoTagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/korcankaraokcu%2FUnoTagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/korcankaraokcu%2FUnoTagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/korcankaraokcu%2FUnoTagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/korcankaraokcu","download_url":"https://codeload.github.com/korcankaraokcu/UnoTagger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/korcankaraokcu%2FUnoTagger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262667296,"owners_count":23345529,"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":["library","libreoffice","python3","taggingtools","unotools"],"created_at":"2024-11-09T04:32:15.091Z","updated_at":"2025-10-19T10:04:18.662Z","avatar_url":"https://github.com/korcankaraokcu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UnoTagger\nA simple tagging library for documenting python scripts\n\n## How to install\nUnoTagger only requires unotools, assuming that you already have libreoffice installed:  \n```sudo pip3 install unotools```  \nIf you don't have libreoffice or unolibs by default, execute this to install all the required tools from scratch:  \n```sudo aptitude install -y libreoffice libreoffice-script-provider-python uno-libs3 python3-uno python3```\n## How to use\nStartup libreoffice:  \n```soffice --accept='socket,host=localhost,port=8100;urp;StarOffice.Service'```  \nUse UnoTagger's ```create_tag_documents()``` function in your project.  \nRun this command for demonstration:  \n```python3 test.py```\n### Pros\n - Module based, you don't have to pass source file paths as the parameter\n - Can create documents based on multiple modules\n - Ability to search through function names\n - Can document variables (check ```unotagger.get_comments_of_variables()``` function for more information)\n### Cons\n - Can only tag functions and variables in a module. Doesn't support classes or inline functions since it iterates on ```dir(module)``` only once. Iteration on demand can be achieved by modifying the functions in unotagger.py slightly. You can also choose to create a generator out of them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkorcankaraokcu%2Funotagger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkorcankaraokcu%2Funotagger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkorcankaraokcu%2Funotagger/lists"}