{ "info": { "author": "honmaple", "author_email": "xiyang0807@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": " :Author: jianglin\n\n.. contents::\n\n1 org-python\n------------\n\nAn orgmode parser for converting orgmode to html based on python.\n\n.. image:: https://img.shields.io/badge/pypi-v0.2.7-brightgreen.svg\n :target: https://pypi.python.org/pypi/org-python\n.. image:: https://img.shields.io/badge/python-3-brightgreen.svg\n :target: https://python.org\n.. image:: https://img.shields.io/badge/license-BSD-blue.svg\n :target: LICENSE\n\n1.1 quickstart\n~~~~~~~~~~~~~~\n\n.. code:: sh\n\n pip install org-python\n\n.. code:: python\n\n from orgpython import org_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(org_to_html(text,offset=0))\n\n1.2 problem\n~~~~~~~~~~~\n\nCan't render **unclose block** correctly\n\n::\n\n #+BEGIN_QUOTE\n test *test*\n #+BEGIN_CENTER\n *test1*\n #+END_QUOTE\n\n1.3 feature\n~~~~~~~~~~~\n\n- \u2611 toc\n\n- \u2611 heading\n\n ::\n\n * headind 1\n ** headind 2\n *** headind 3\n **** headind 4\n ***** headind 5\n ****** headind 6\n\n- \u2611 unordered\\_list\n\n ::\n\n - list\n - list\n - list\n + list\n - list\n\n- \u2611 ordered\\_list\n\n ::\n\n 1. list\n 2. list\n 3. list\n\n- \u2611 bold\n\n ::\n\n *bold*\n\n- \u2611 italic\n\n ::\n\n **italic**\n\n- \u2611 underlined\n\n ::\n\n _italic_\n\n- \u2611 code\n\n ::\n\n =code=\n\n- \u2611 delete\n\n ::\n\n +delete+\n\n- \u2611 image\n\n ::\n\n [[src][alt]]\n\n- \u2611 link\n\n ::\n\n [[href][text]]\n\n- \u2611 begin\\_example\n\n- \u2611 begin\\_src\n\n- \u2611 begin\\_quote\n\n- \u2611 table\n\n ::\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", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/honmaple/org-python", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "org-python", "package_url": "https://pypi.org/project/org-python/", "platform": "any", "project_url": "https://pypi.org/project/org-python/", "project_urls": { "Homepage": "https://github.com/honmaple/org-python" }, "release_url": "https://pypi.org/project/org-python/0.2.7/", "requires_dist": null, "requires_python": "", "summary": "convert orgmode to html based on python.", "version": "0.2.7" }, "last_serial": 5534950, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "26da781d5ebfd16d7101d7c3d474f403", "sha256": "54ba06a25405dc86ab3987eaf4f83fbe8c2c9b793f66f419cefd929f21aaabe6" }, "downloads": -1, "filename": "org-python-0.1.0.tar.gz", "has_sig": false, "md5_digest": "26da781d5ebfd16d7101d7c3d474f403", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3944, "upload_time": "2017-07-14T14:21:17", "url": "https://files.pythonhosted.org/packages/fe/ce/e303cb282548b980d6e95e1b26b451a15259ce37fa06f2b7a4a2ea730935/org-python-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1b04d9ed7935e2e62f088634954096cc", "sha256": "4d1bab453b9242245005d6f94919cbefeec22c56777d782bfbd65f61471e2388" }, "downloads": -1, "filename": "org-python-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1b04d9ed7935e2e62f088634954096cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4200, "upload_time": "2017-07-17T09:01:34", "url": "https://files.pythonhosted.org/packages/a0/c8/2155d2eaf96edc5086bb5ecae13d0abb64da43f7822c3567fc859c1fcf02/org-python-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "ea30095cf066d863253ddbebdd7582c2", "sha256": "8b6b2bb6157cf2a3bf0d70be12d44ebe06ef4e2b07146c2d59549247566c6709" }, "downloads": -1, "filename": "org-python-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ea30095cf066d863253ddbebdd7582c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4398, "upload_time": "2017-07-21T01:25:08", "url": "https://files.pythonhosted.org/packages/a3/e5/9d7f4624bb4b954598fe03e0b8cf92bec2276381f69cbe1b9dc7157cd4a3/org-python-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "ba21267c968dbf35f7a0ad9a6f848c92", "sha256": "a887ed9aff0fc79179a222f19a7867b2ce5f79c06dd3245767e0acb7ce87c990" }, "downloads": -1, "filename": "org-python-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ba21267c968dbf35f7a0ad9a6f848c92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4462, "upload_time": "2017-07-26T03:10:52", "url": "https://files.pythonhosted.org/packages/69/02/d09e7472f576dc510c6a7d148f8cc5dd73566db1aa0a42513052d92df0d5/org-python-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "2c103c8c629a6377a7b4242b0f2865ae", "sha256": "917a8eea80d7bc09975f7803d664de631d7bb479403b21a67640d4e64ff955ad" }, "downloads": -1, "filename": "org-python-0.1.4.tar.gz", "has_sig": false, "md5_digest": "2c103c8c629a6377a7b4242b0f2865ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5714, "upload_time": "2017-09-15T03:12:36", "url": "https://files.pythonhosted.org/packages/32/f7/658b9cb11adebdcbb4ffdb66f8cc11e1da4947f20bb187fe8e2bfab06a9a/org-python-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "244e7d6e81b45ffafe9e8db1f6593425", "sha256": "3f82b0122b57e95b347a39ddc82714ba3ab19919d8f6cba14657c874d3005dec" }, "downloads": -1, "filename": "org-python-0.1.5.tar.gz", "has_sig": false, "md5_digest": "244e7d6e81b45ffafe9e8db1f6593425", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5783, "upload_time": "2017-10-17T02:46:39", "url": "https://files.pythonhosted.org/packages/26/61/5c8eee7616277daaff6fd711634dac848d8f92fb38eceb12f4be57989785/org-python-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "ca0f65ca389d5d647dad66bb61702285", "sha256": "3be85185cca2ce101300eccad3abea2fbc81320f50a0d21f404578c606862e5d" }, "downloads": -1, "filename": "org-python-0.1.6.tar.gz", "has_sig": false, "md5_digest": "ca0f65ca389d5d647dad66bb61702285", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6280, "upload_time": "2018-02-27T02:40:35", "url": "https://files.pythonhosted.org/packages/fe/ce/9fa4aef3589deff4ae304f4f208a540a5895d5d64befc82ec0a41c584082/org-python-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "fc51ed26a342880ce61b441238ca695d", "sha256": "9b7d605b24640f957aac3fa70c00c3fe3dd0fdb7b1e4a5d86f5b2f50e4685714" }, "downloads": -1, "filename": "org-python-0.1.7.tar.gz", "has_sig": false, "md5_digest": "fc51ed26a342880ce61b441238ca695d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6288, "upload_time": "2018-02-27T03:05:01", "url": "https://files.pythonhosted.org/packages/63/23/0ec29f4baa277de1e088f424bbc7407a2fd9584087c36c1bf9fff09df906/org-python-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "9a401795024003b7dd8539f03a77a343", "sha256": "4cfd4b0521c77f8640f7df76188b5af76000aa1c13d33c283ce219e1f61ea705" }, "downloads": -1, "filename": "org-python-0.1.8.tar.gz", "has_sig": false, "md5_digest": "9a401795024003b7dd8539f03a77a343", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6222, "upload_time": "2018-02-28T09:23:55", "url": "https://files.pythonhosted.org/packages/ca/c7/6b6c72bebc7392b9b99e167aed976367698f409db987bd0c49c57a7c4d34/org-python-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "e007760f82a3ce650fd2d6feafbc8ef9", "sha256": "4dd88ecf2bb0e6f18296bcc573c59ccd3b08ad82c42c00846b64504adaa15083" }, "downloads": -1, "filename": "org-python-0.1.9.tar.gz", "has_sig": false, "md5_digest": "e007760f82a3ce650fd2d6feafbc8ef9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6223, "upload_time": "2018-03-04T15:07:51", "url": "https://files.pythonhosted.org/packages/d9/e5/92ffb50ff782cac126f917718bb47b733ee90f15137e1dc90f1c95baf107/org-python-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "8c894dffa1dad84bc14e5d55372e5ff1", "sha256": "e4516ec015e5f48d5a885c4b5bac7d35117f656f7cd5dbb7611df1ff85c823eb" }, "downloads": -1, "filename": "org-python-0.2.0.tar.gz", "has_sig": false, "md5_digest": "8c894dffa1dad84bc14e5d55372e5ff1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6362, "upload_time": "2018-03-19T06:51:20", "url": "https://files.pythonhosted.org/packages/65/4d/d6aace095b7b975700d4d406f44676669e0e4e341724c3548f79c5209679/org-python-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "7a29c7211bf4171aff0edf5be00d7dbe", "sha256": "955c6e159622e630f5fa5b1a38f8dcc39e017e32b6d266bab30cb19336b613c3" }, "downloads": -1, "filename": "org-python-0.2.1.tar.gz", "has_sig": false, "md5_digest": "7a29c7211bf4171aff0edf5be00d7dbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6572, "upload_time": "2018-09-10T02:35:28", "url": "https://files.pythonhosted.org/packages/2d/cf/b07d7e965b5ca5afbf59922848406eb222edd9e6b734aca0387f22001ff9/org-python-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "6a0954fa25b84bf593459e8922fa8ea5", "sha256": "d4283a2ce31ba9a517bad66c9efd8fe8ee4932a81a2fe61e496e77bf8b932d2e" }, "downloads": -1, "filename": "org-python-0.2.2.tar.gz", "has_sig": false, "md5_digest": "6a0954fa25b84bf593459e8922fa8ea5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6574, "upload_time": "2019-02-14T04:13:52", "url": "https://files.pythonhosted.org/packages/27/22/7c28b67a8fe0fbd93b7b53786aaedc8a13e911a7be72f47d6c9aa673d71f/org-python-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "760d4f40849b70f735a1002096d7684a", "sha256": "9c5014ac0ca89fd683e5fe8907f0bfe12bffee532859269a78375477748ae618" }, "downloads": -1, "filename": "org-python-0.2.3.tar.gz", "has_sig": false, "md5_digest": "760d4f40849b70f735a1002096d7684a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6613, "upload_time": "2019-06-06T13:12:32", "url": "https://files.pythonhosted.org/packages/79/d3/5a2bb28ec579f4d9e668a2122b5e23ffb89d5d46a97e6d05533a10477667/org-python-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "17b26f40f88c942f389d4ea91b29c269", "sha256": "fedca8f48fa0a5f6b98766a2879a330af9f4957b8fd46b1aead9b104706141a2" }, "downloads": -1, "filename": "org-python-0.2.4.tar.gz", "has_sig": false, "md5_digest": "17b26f40f88c942f389d4ea91b29c269", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6612, "upload_time": "2019-06-06T13:17:09", "url": "https://files.pythonhosted.org/packages/c1/c4/841caf6e96865e3e2a90a9eae04a96751ef39a45e629249996348e9ea374/org-python-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "0727d369b8aed2778b7c1c0f051b1c5c", "sha256": "1b8069e71425a6ccd847cb1f7b3d314e24fa70148f78fded1f734f804c9e60cd" }, "downloads": -1, "filename": "org-python-0.2.5.tar.gz", "has_sig": false, "md5_digest": "0727d369b8aed2778b7c1c0f051b1c5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6652, "upload_time": "2019-06-09T09:01:48", "url": "https://files.pythonhosted.org/packages/8e/c7/0fd37114f37b43d60d9933da2e95a7b601ee8a368a4b6b600ba4a26eb70f/org-python-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "6fdeb299868a2e3295e8e8d0ddb32992", "sha256": "c8495503e475321c7c0e49b0f5b54f2325ebed73ca42be43e6548570efe7244a" }, "downloads": -1, "filename": "org-python-0.2.6.tar.gz", "has_sig": false, "md5_digest": "6fdeb299868a2e3295e8e8d0ddb32992", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6653, "upload_time": "2019-06-12T15:22:26", "url": "https://files.pythonhosted.org/packages/6b/86/103638ab87087effc4b93dc9eb467302371efe5eae3d85561930623b967e/org-python-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "b344ed06ccada4fa4486e859b33a6cf8", "sha256": "7b813496198804c957e1293c49caa14c673d2a3dac898e2a2d5fccd43ac9facf" }, "downloads": -1, "filename": "org-python-0.2.7.tar.gz", "has_sig": false, "md5_digest": "b344ed06ccada4fa4486e859b33a6cf8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6895, "upload_time": "2019-07-15T13:35:41", "url": "https://files.pythonhosted.org/packages/bb/26/d3de4acb66d0d5fc7b541e3c69b9087f555a7af849337418e268b630e14e/org-python-0.2.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b344ed06ccada4fa4486e859b33a6cf8", "sha256": "7b813496198804c957e1293c49caa14c673d2a3dac898e2a2d5fccd43ac9facf" }, "downloads": -1, "filename": "org-python-0.2.7.tar.gz", "has_sig": false, "md5_digest": "b344ed06ccada4fa4486e859b33a6cf8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6895, "upload_time": "2019-07-15T13:35:41", "url": "https://files.pythonhosted.org/packages/bb/26/d3de4acb66d0d5fc7b541e3c69b9087f555a7af849337418e268b630e14e/org-python-0.2.7.tar.gz" } ] }