{
"info": {
"author": "Takafumi Arakaki",
"author_email": "aka.tkf@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7"
],
"description": "OrgViz - Browser based app to view org-mode files from different directions\n===========================================================================\n\n|build-status|\n\n.. warning:: Work in progress.\n\nIn OrgViz, you can...\n\n* View org-mode files in different formats:\n calendar / table / histogram\n\n* Use rich formatting of web browsers but everything is reachable from\n keyboard.\n\n* Write complex filter settings in Python.\n\n\n.. |build-status|\n image:: https://secure.travis-ci.org/tkf/orgviz.png?branch=master\n :target: http://travis-ci.org/tkf/orgviz\n :alt: Build Status\n\n\nInstall\n-------\n\nInstalling OrgViz is as easy as::\n\n pip install orgviz # or\n easy_install orgviz\n\nIf you want to draw graphs, install matplotlib_.\n\n\nUsage\n-----\n\nUse the following command to start OrgViz server and the open\nhttp://127.0.0.1:8000 in your browser::\n\n orgviz serve --port 8000 --conf YOUR/CONF/PATH.py\n\nIf you want to reload server automatically when you rewrite the\nconfiguration file, currently you need to add ``--debug`` option::\n\n orgviz serve --debug [OTHER OPTIONS]\n\nTo quickly checkout what OrgViz can do, simply do::\n\n orgviz sample\n\nThis will make a configuration file and a randomly generated org file\nin ``./sample/`` directory and start OrgViz server with them. You can\nedit the generated org file and see what happens to the pages in\nOrgViz.\n\n\nConfiguration\n^^^^^^^^^^^^^\n\nHere is a minimal configuration.::\n\n ORG_COMMON_FILES = [\n 'PATH/TO/ORG/FILE-1.org',\n 'PATH/TO/ORG/FILE-2.org',\n # and more...\n ]\n\nFor more options available, see ``orgviz/default_config.py``.\n\n\nDevelopment\n-----------\n\nTo run from source, use the following commands. You need\ncoffee_, wget, unzip, make and git commands. Also, all the\ndependencies (see below) must be importable.::\n\n git clone git://github.com/tkf/orgviz.git\n cd orgviz\n make build\n python -m orgviz.cli serve [OPTIONS]\n\nTo run automated testing, run the following command.\nYou need the tox_ command line tool::\n\n make test\n\n\nDependencies\n------------\n\n- orgparse_\n- Flask_\n- argparse_ (Python <= 2.6)\n\nOptional dependencies:\n\n- matplotlib_\n\nDependencies for build and test include:\n\n- coffee_\n- tox_\n\n.. _Flask: http://flask.pocoo.org/\n.. _orgparse: https://github.com/tkf/orgparse\n.. _argparse: http://code.google.com/p/argparse/\n.. _matplotlib: http://matplotlib.org/\n.. _coffee: http://coffeescript.org/\n.. _tox: http://tox.testrun.org/\n\n\nLicense\n-------\n\nOrgViz is licensed under the terms of the MIT license (see COPYING).\n\nOrgViz bundles libraries with the following licenses.\n\n- `jQuery`_ : MIT or GPL v2 license\n- `FullCalendar`_ : MIT or GPL v2 license\n- `jQuery Hotkeys`_ : MIT or GPL v2 license\n- `ColorBox`_ : MIT license\n- `Nuvola`_: LGPL v2.1\n\n.. _jQuery: http://jquery.com/\n.. _FullCalendar: http://arshaw.com/fullcalendar/\n.. _jQuery Hotkeys: https://github.com/tzuryby/jquery.hotkeys\n.. _ColorBox: http://jacklmoore.com/colorbox\n.. _Nuvola: http://www.icon-king.com/projects/nuvola/\n\n\nLinks\n-----\n\n* `Documentation (at Read the Docs) `_\n* `Repository (at GitHub) `_\n* `Issue tracker (at GitHub) `_\n* `PyPI `_\n* `Travis CI `_",
"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/tkf/orgviz",
"keywords": "org,org-mode,Emacs",
"license": "MIT License",
"maintainer": null,
"maintainer_email": null,
"name": "orgviz",
"package_url": "https://pypi.org/project/orgviz/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/orgviz/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/tkf/orgviz"
},
"release_url": "https://pypi.org/project/orgviz/0.0.1.dev0/",
"requires_dist": null,
"requires_python": null,
"summary": "view org-mode files from different directions",
"version": "0.0.1.dev0"
},
"last_serial": 795845,
"releases": {
"0.0.1.dev0": [
{
"comment_text": "",
"digests": {
"md5": "2e6915da56820021402cb430d20650f5",
"sha256": "925ba80bb15c334fdf1b5cd6291a3556d3320e0820f7ca86531ff0ec9c3d26b2"
},
"downloads": -1,
"filename": "orgviz-0.0.1.dev0.tar.gz",
"has_sig": false,
"md5_digest": "2e6915da56820021402cb430d20650f5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 163600,
"upload_time": "2012-10-28T23:54:49",
"url": "https://files.pythonhosted.org/packages/fc/58/10c2ead946200909ca41d0fc41538352ce1d89bc4e5050f6d3f6e1563dce/orgviz-0.0.1.dev0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "2e6915da56820021402cb430d20650f5",
"sha256": "925ba80bb15c334fdf1b5cd6291a3556d3320e0820f7ca86531ff0ec9c3d26b2"
},
"downloads": -1,
"filename": "orgviz-0.0.1.dev0.tar.gz",
"has_sig": false,
"md5_digest": "2e6915da56820021402cb430d20650f5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 163600,
"upload_time": "2012-10-28T23:54:49",
"url": "https://files.pythonhosted.org/packages/fc/58/10c2ead946200909ca41d0fc41538352ce1d89bc4e5050f6d3f6e1563dce/orgviz-0.0.1.dev0.tar.gz"
}
]
}