Metadata-Version: 2.1
Name: doc2dash
Version: 2.3.0
Summary: Convert docs to Dash.app
Home-page: https://doc2dash.readthedocs.io/
Author: Hynek Schlawack
Author-email: hs@ox.cx
License: MIT
Project-URL: Documentation, https://doc2dash.readthedocs.io/
Project-URL: Bug Tracker, https://github.com/hynek/doc2dash/issues
Project-URL: Source Code, https://github.com/hynek/doc2dash
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 :: Microsoft :: Windows
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
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
Requires-Dist: attrs
Requires-Dist: beautifulsoup4
Requires-Dist: click
Requires-Dist: colorama
Requires-Dist: six
Requires-Dist: zope.interface
Provides-Extra: dev
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: mock ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Provides-Extra: tests
Requires-Dist: coverage ; extra == 'tests'
Requires-Dist: mock ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'

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

.. image:: https://readthedocs.org/projects/doc2dash/badge/?version=stable
   :target: https://doc2dash.readthedocs.io/en/stable/?badge=stable
   :alt: Documentation Status

.. image:: https://travis-ci.org/hynek/doc2dash.svg?branch=master
   :target: https://travis-ci.org/hynek/doc2dash

.. image:: https://codecov.io/github/hynek/doc2dash/branch/master/graph/badge.svg
   :target: https://codecov.io/github/hynek/doc2dash
   :alt: Test Coverage

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/ambv/black
   :alt: Code style: black

.. begin


``doc2dash`` is an MIT-licensed extensible `Documentation Set`_ generator intended to be used with the `Dash.app`_ API browser for macOS or one of its many *free* `clones <https://doc2dash.readthedocs.io/en/latest/installation.html#viewer>`_ for all relevant platforms.

If you’ve never heard of Dash.app and its likes, you’re missing out:
together with ``doc2dash`` it’s all your API documentation at your fingertips – even when you're offline!

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


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


Release Information
===================

2.3.0 (2018-11-24)
------------------

This is the **final minor release** that works on Python versions older than 3.7.
If necessary, there *may* be more 2.3.x bugfix releases -- the next feature release 3.0 will **require Python 3.7** or later though.

- The dependencies aren't pinned anymore.
- ``lxml`` is not a dependency anymore.
- ``python -m doc2dash`` works now as expected.

`Full changelog <https://doc2dash.readthedocs.io/en/stable/changelog.html>`_.

Authors
=======

``doc2dash`` is written and maintained by Hynek Schlawack.

The development is kindly supported by `Variomedia AG <https://www.variomedia.de/>`_.

A full list of contributors can be found on `GitHub's overview <https://github.com/hynek/doc2dash/graphs/contributors>`_.


