Metadata-Version: 2.1
Name: doc2dash
Version: 2.4.1
Summary: Convert docs to the docset format.
Home-page: https://doc2dash.readthedocs.io/
Author: Hynek Schlawack
Author-email: hs@ox.cx
License: MIT
Project-URL: Changelog, https://doc2dash.readthedocs.io/en/stable/changelog.html
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
Project-URL: Funding, https://github.com/sponsors/hynek
Project-URL: Ko-fi, https://ko-fi.com/the_hynek
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 :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Text Processing
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: Sphinx
Requires-Dist: attrs
Requires-Dist: beautifulsoup4
Requires-Dist: click
Requires-Dist: colorama ; platform_system == "Windows"
Provides-Extra: dev
Requires-Dist: coverage[toml] ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: furo ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: furo ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: coverage[toml] ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'



``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 3.8+ (the fully functional 2.x release line `on PyPI`_ also supports Python 2.7, 3.4–3.6, 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
.. _`on PyPI`: https://pypi.org/project/doc2dash/#history


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

2.4.1 (2022-01-21)
------------------

- Added support for URL-encoded filenames.
  `#104 <https://github.com/hynek/doc2dash/pull/104>`_

`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>`_.


