{"id":15011003,"url":"https://github.com/honmaple/org-python","last_synced_at":"2025-07-10T12:42:42.091Z","repository":{"id":55160056,"uuid":"85092983","full_name":"honmaple/org-python","owner":"honmaple","description":"convert orgmode to html based on python.","archived":false,"fork":false,"pushed_at":"2022-12-02T04:16:20.000Z","size":79,"stargazers_count":18,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T20:43:26.893Z","etag":null,"topics":["emacs","orgmode","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/honmaple.png","metadata":{"files":{"readme":"README.org","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":"2017-03-15T15:59:52.000Z","updated_at":"2024-11-08T13:01:37.000Z","dependencies_parsed_at":"2023-01-23T06:01:19.182Z","dependency_job_id":null,"html_url":"https://github.com/honmaple/org-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Forg-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Forg-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Forg-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Forg-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honmaple","download_url":"https://codeload.github.com/honmaple/org-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248089938,"owners_count":21045995,"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":["emacs","orgmode","python"],"created_at":"2024-09-24T19:38:22.415Z","updated_at":"2025-04-09T18:41:38.356Z","avatar_url":"https://github.com/honmaple.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"* org-python\n  An orgmode parser for converting orgmode to html based on python.\n\n  [[https://pypi.python.org/pypi/org-python][https://img.shields.io/badge/pypi-v0.3.2-brightgreen.svg]]\n  [[https://python.org][https://img.shields.io/badge/python-3-brightgreen.svg]]\n  [[LICENSE][https://img.shields.io/badge/license-BSD-blue.svg]]\n\n** quickstart\n   #+BEGIN_SRC sh\n  pip install org-python\n   #+END_SRC\n\n   #+BEGIN_SRC python\n     from orgpython import to_html\n\n     text = '''* heading\n     - list1\n     - list2\n     - list3\n       - list4\n     - list5\n\n       | th1-1  | th1-2  | th1-3  |\n       |--------+--------+--------|\n       | row1-1 | row1-2 | row1-3 |\n       | row2-1 | row2-2 | row2-3 |\n       | row3-1 | row3-2 | row3-3 |\n     '''\n     print(to_html(text, toc=True, offset=0, highlight=True))\n   #+END_SRC\n\n** feature\n   - [X] toc\n   - [X] heading\n     #+BEGIN_EXAMPLE\n     * headind 1\n     ** headind 2\n     *** headind 3\n     **** headind 4\n     ***** headind 5\n     ****** headind 6\n     #+END_EXAMPLE\n   - [X] unordered_list\n     #+BEGIN_EXAMPLE\n     - list\n     - list\n       - list\n         + list\n       - list\n     #+END_EXAMPLE\n   - [X] ordered_list\n     #+BEGIN_EXAMPLE\n     1. list\n     2. list\n     3. list\n     #+END_EXAMPLE\n   - [X] bold\n     #+BEGIN_EXAMPLE\n     *bold*\n     #+END_EXAMPLE\n   - [X] italic\n     #+BEGIN_EXAMPLE\n     **italic**\n     #+END_EXAMPLE\n   - [X] underlined\n     #+BEGIN_EXAMPLE\n     _italic_\n     #+END_EXAMPLE\n   - [X] code\n     #+BEGIN_EXAMPLE\n     =code=\n     #+END_EXAMPLE\n   - [X] delete\n     #+BEGIN_EXAMPLE\n     +delete+\n     #+END_EXAMPLE\n   - [X] image\n     #+BEGIN_EXAMPLE\n     [[src][alt]]\n     #+END_EXAMPLE\n   - [X] link\n     #+BEGIN_EXAMPLE\n     [[href][text]]\n     #+END_EXAMPLE\n   - [X] begin_example\n   - [X] begin_src\n   - [X] begin_quote\n   - [X] table\n     #+BEGIN_EXAMPLE\n     | th1-1  | th1-2  | th1-3  |\n     |--------+--------+--------|\n     | row1-1 | row1-2 | row1-3 |\n     | row2-1 | row2-2 | row2-3 |\n     | row3-1 | row3-2 | row3-3 |\n     #+END_EXAMPLE\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Forg-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonmaple%2Forg-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Forg-python/lists"}