{ "info": { "author": "Friedrich Paetzke", "author_email": "paetzke@fastmail.fm", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Editors :: Emacs", "Topic :: Text Processing" ], "description": "orgco\n=====\n\n.. image:: https://travis-ci.org/paetzke/orgco.svg?branch=master\n :target: https://travis-ci.org/paetzke/orgco\n.. image:: https://coveralls.io/repos/paetzke/orgco/badge.svg?branch=master\n :target: https://coveralls.io/r/paetzke/orgco?branch=master\n.. image:: https://badge.fury.io/py/orgco.svg\n :target: https://pypi.python.org/pypi/orgco/\n\nWith orgco you can convert Emacs' orgmode to other formats.\n\nSupported output formats:\n\n* HTML\n* reStructuredText (rst)\n\nSupported orgmode tags:\n\n* headers\n* code (inline and multi-line)\n* lists (ordered, unordered and definition lists)\n* tables\n* links (external and images)\n* italic, bold, underlined, stroked markups\n\nTo use orgco install it from PyPI:\n\n.. code:: bash\n\n $ pip install orgco\n\nOrgco provides 2 simple functions to convert orgmode to html (``convert_html()``) and rst (``convert_rst()``).\n\n.. code:: python\n\n from orgco import convert_html\n \n with open('my_orgmode.org') as f:\n html = convert_html(f.read())\n print(html)\n\nThe HTML converter takes some optional parameters:\n\n* ``header=True``: To decide if the output should only contain the inner body or act as a normal HTML file with header and body.\n* ``highlight=True``: To enable code highlighting.\n* ``includes=['style.css']``: To include some additional CSS files.\n\nOrgco comes also with a command line tool:\n\n.. code:: bash\n\n usage: orgco.py [-h] -i INPUT -o OUTPUT -f FORMAT [--header] [--highlight]\n [--includes INCLUDES [INCLUDES ...]]\n \n optional arguments:\n -h, --help show this help message and exit\n -i INPUT, --input INPUT\n -o OUTPUT, --output OUTPUT\n -f FORMAT, --format FORMAT\n --header\n --highlight\n --includes INCLUDES [INCLUDES ...]\n\nCopyright (c) 2013-2015, Friedrich Paetzke (paetzke@fastmail.fm). All rights reserved.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/paetzke/orgco", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "orgco", "package_url": "https://pypi.org/project/orgco/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/orgco/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/paetzke/orgco" }, "release_url": "https://pypi.org/project/orgco/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "With orgco you can convert Emacs' orgmode to other formats.", "version": "0.2.0" }, "last_serial": 1678603, "releases": { "0.0.10": [ { "comment_text": "", "digests": { "md5": "ce7863e32d8374bffaa24a0e1bf16bbf", "sha256": "2cac57c4ec60cc796ec9d7986c93da25299a693404ca642116707af73fc5ab2b" }, "downloads": -1, "filename": "orgco-0.0.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ce7863e32d8374bffaa24a0e1bf16bbf", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 9725, "upload_time": "2013-12-22T13:12:15", "url": "https://files.pythonhosted.org/packages/b9/7f/4fbcd2809724ea8ef294b61469f0cbb339d8461c84591377de1414611428/orgco-0.0.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "93c46eb24cd7c69640e98ac7328a23a0", "sha256": "212a263d37a858cea48b46d937b32a78e4615671150092abdc38f9d712f6fe55" }, "downloads": -1, "filename": "orgco-0.0.10.tar.gz", "has_sig": false, "md5_digest": "93c46eb24cd7c69640e98ac7328a23a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7874, "upload_time": "2013-12-22T13:12:13", "url": "https://files.pythonhosted.org/packages/1e/99/dd55c0f77bd59d3799c8c1c5d8183cdb6720fcf98bca66172a5c3366cf4c/orgco-0.0.10.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "511c6a4b5aa42abefe1141cb6ec87e94", "sha256": "cd217e3569bbef4c63cdeec335c4978056460b58b70ab28eb265e4021cea7424" }, "downloads": -1, "filename": "orgco-0.0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "511c6a4b5aa42abefe1141cb6ec87e94", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 8310, "upload_time": "2013-12-29T10:35:30", "url": "https://files.pythonhosted.org/packages/d3/49/0d6499d9aa922f1ac012d175dce578c821306abd8be8ebfa219858a5673b/orgco-0.0.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dfd25347ed4faa84fcee37bc57d50e80", "sha256": "fa995127a6d0e854deca47dfd22fea2a960e3df310e6f36824662a47b86c8c15" }, "downloads": -1, "filename": "orgco-0.0.11.tar.gz", "has_sig": false, "md5_digest": "dfd25347ed4faa84fcee37bc57d50e80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6488, "upload_time": "2013-12-29T10:35:27", "url": "https://files.pythonhosted.org/packages/9a/ff/17770071ae9f35ed74776f0cb83c17cb1a5a4f187f8b1c25a33139471601/orgco-0.0.11.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1e48731d9a60f8f3f08da7bb2c3c91ad", "sha256": "8ccfc3b5e6913ec87830ab4fc3466d2d928e3687b41e11b972f8f2afb7094c44" }, "downloads": -1, "filename": "orgco-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1e48731d9a60f8f3f08da7bb2c3c91ad", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 9915, "upload_time": "2014-01-21T05:57:51", "url": "https://files.pythonhosted.org/packages/bf/9b/edd7ba30f6cb7626364ca934dcc10abccffee86f0d15c4622f43f86441cf/orgco-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f8d6ff95b63afa3fd086431c12f4cc2f", "sha256": "708161f55e9189732d8e31ffe812c23ed3feb1143815f5c27b8e40e2a9d96098" }, "downloads": -1, "filename": "orgco-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f8d6ff95b63afa3fd086431c12f4cc2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7674, "upload_time": "2014-01-21T05:57:47", "url": "https://files.pythonhosted.org/packages/de/dd/5b9d1a0745f6994001a650402472d2968b4cf418f805062cd3a0c287456e/orgco-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "6e3172ee4ce572e4a5ea9df1220d61c1", "sha256": "322e29ca8a71f0c44f9a10729cc35d59e96257bb0ccf817be8f01e5410ea5c28" }, "downloads": -1, "filename": "orgco-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6e3172ee4ce572e4a5ea9df1220d61c1", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 9570, "upload_time": "2015-08-15T10:32:22", "url": "https://files.pythonhosted.org/packages/de/4c/57fe138e37f44b9c5bafb98afbf6c9a5d47e0595658367099aaec761bc3c/orgco-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4cc67800d2c19102eedbe0a3e676e70e", "sha256": "1fed0b61c0619189785e4cdf1c6802e4e37026e512913baa0be99ec3d7cc7abe" }, "downloads": -1, "filename": "orgco-0.2.0.tar.gz", "has_sig": false, "md5_digest": "4cc67800d2c19102eedbe0a3e676e70e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6781, "upload_time": "2015-08-15T10:32:18", "url": "https://files.pythonhosted.org/packages/85/f0/38c64c55e2cf3d9712f934682d73ad33c87593e3e37b6faf7c591c21926e/orgco-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6e3172ee4ce572e4a5ea9df1220d61c1", "sha256": "322e29ca8a71f0c44f9a10729cc35d59e96257bb0ccf817be8f01e5410ea5c28" }, "downloads": -1, "filename": "orgco-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6e3172ee4ce572e4a5ea9df1220d61c1", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 9570, "upload_time": "2015-08-15T10:32:22", "url": "https://files.pythonhosted.org/packages/de/4c/57fe138e37f44b9c5bafb98afbf6c9a5d47e0595658367099aaec761bc3c/orgco-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4cc67800d2c19102eedbe0a3e676e70e", "sha256": "1fed0b61c0619189785e4cdf1c6802e4e37026e512913baa0be99ec3d7cc7abe" }, "downloads": -1, "filename": "orgco-0.2.0.tar.gz", "has_sig": false, "md5_digest": "4cc67800d2c19102eedbe0a3e676e70e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6781, "upload_time": "2015-08-15T10:32:18", "url": "https://files.pythonhosted.org/packages/85/f0/38c64c55e2cf3d9712f934682d73ad33c87593e3e37b6faf7c591c21926e/orgco-0.2.0.tar.gz" } ] }