Metadata-Version: 2.0
Name: doc2dash
Version: 2.0.1
Summary: Convert docs to Dash.app's docset format.
Home-page: http://github.com/hynek/doc2dash/
Author: Hynek Schlawack
Author-email: hs@ox.cx
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Text Processing
Requires-Dist: Sphinx (==1.2.2)
Requires-Dist: beautifulsoup4 (==4.3.2)
Requires-Dist: characteristic (==14.1.0)
Requires-Dist: click (==3.1)
Requires-Dist: colorama (==0.3.1)
Requires-Dist: lxml (==3.3.5)
Requires-Dist: six (==1.7.3)
Requires-Dist: zope.interface (==4.1.1)

doc2dash: Create docsets for Dash.app and clones
================================================

.. image:: https://pypip.in/version/doc2dash/badge.svg
   :target: https://pypi.python.org/pypi/doc2dash/
   :alt: Latest Version

.. image:: https://travis-ci.org/hynek/doc2dash.png?branch=master
   :target: https://travis-ci.org/hynek/doc2dash
   :alt: CI status

.. image:: https://coveralls.io/repos/hynek/doc2dash/badge.png?branch=master
   :target: https://coveralls.io/r/hynek/doc2dash?branch=master
   :alt: Current coverage

.. begin


``doc2dash`` is an MIT-licensed extensible `Documentation Set`_ generator intended to be used with the `Dash.app`_ API browser for OS X or one of its many clones.

If you’ve never heard of Dash.app, you’re missing out:
together with ``doc2dash`` it’s all your API documentation at your fingertips!

``doc2dash``\ ’s documentation lives at `Read the Docs`_, the code on GitHub_.
It’s tested on Python 2.7, 3.3+, and PyPy.
Both Linux and OS X are supported although certain features are only available on OS X.


.. _`Documentation Set`: https://developer.apple.com/legacy/library/documentation/DeveloperTools/Conceptual/Documentation_Sets/010-Overview_of_Documentation_Sets/docset_overview.html#//apple_ref/doc/uid/TP40005266-CH13-SW6
.. _`Dash.app`: http://kapeli.com/dash/
.. _`Read the Docs`: https://doc2dash.readthedocs.org/
.. _`GitHub`:  https://github.com/hynek/doc2dash


