Skip to main content

Python documentation viewer

Project description

viewdoc is a Python package documentation viewer. It converts reST-formatted text to HTML and displays it in a browser window. The viewer is typically used to check a package’s long description before uploading it to PyPI.

Contents

Installation

viewdoc works with Python >= 3.8 and all recent versions of setuptools.

Use pip install jarn.viewdoc to install the viewdoc script.

Since version 3.0 viewdoc uses PEP420 namespace packages. Please upgrade all jarn.* packages.

Usage

viewdoc [options] [rst-file|egg-dir]

Options

-s style, --style=style, or --style

Select the custom style added to the HTML output.

-b browser, --browser=browser

Select the browser used for display. For a list of names see the webbrowser module.

-c config-file, --config-file=config-file

Use config-file instead of the default ~/.viewdoc.

-l, --list-styles

List available styles and exit.

-h, --help

Print the help message and exit.

-v, --version

Print the version string and exit.

--no-color

Disable output colors.

--no-browser

Print HTML to stdout.

Arguments

rst-file

The reST file to view.

egg-dir

The Python package whose long description to view. Defaults to the current working directory.

Configuration

viewdoc reads style information from its configuration file ~/.viewdoc. Edit this file to add your own styles.

Built-in Styles

plain

Browser default with margins.

pypi

New PyPI style with Google Fonts.

sans

PyPI-like style without Google Fonts (the default).

Changelog

3.0 - 2026-04-17

  • Support Python 3.8 - 3.14. [stefan]

  • Support setuptools >= 80.0.0. [stefan]

  • Switch to PEP420 namespace packages. Please upgrade all jarn.* packages. [stefan]

  • Replace pkg_resources with importlib.metadata. [stefan]

  • Remove deprecated license classifier. [stefan]

2.7 - 2023-09-23

  • Support Python 2.7 - 3.12. [stefan]

  • Update tox.ini for latest tox. [stefan]

  • Filter deprecated config warning. [stefan]

  • Fix invalid escape sequences. [stefan]

  • Fix tests for docutils >= 0.20.0. [stefan]

2.6 - 2023-01-21

  • Support setuptools >= 65.6.0. [stefan]

2.5 - 2022-11-13

  • Support Python 2.7 - 3.11. [stefan]

  • Do not require setup.py or setup.cfg if pyproject.toml exists. [stefan]

  • Filter some deprecation warnings. [stefan]

  • Warn if long_description metadata is missing. [stefan]

2.4 - 2022-02-26

  • Support Python 2.7 - 3.10. [stefan]

  • Fix code block background color in pypi style. [stefan]

  • Keep links underlined in pypi style. [stefan]

  • Add output colors. [stefan]

  • Do not require setup.py if setup.cfg exists. [stefan]

  • Move metadata to setup.cfg. [stefan]

  • Move tests out of jarn.viewdoc namespace. [stefan]

  • Include tests in sdist but not in wheel. [stefan]

2.3 - 2019-01-28

  • Support python -m jarn.viewdoc. [stefan]

2.2 - 2019-01-25

  • Drop Python 2.6 support, add Python 3.7. [stefan]

  • Update styles in light of new PyPI (warehouse). [stefan]

  • Default to sans style because new PyPI uses Google Fonts. [stefan]

  • Convert dashes to underscores in config parser optionxform. [stefan]

2.1 - 2017-10-06

  • Add MANIFEST.in. [stefan]

2.0 - 2017-07-20

  • Update pypi stylesheet (grey code blocks). [stefan]

  • Automatically upgrade stylesheet information. [stefan]

  • Add -b option to specify the browser to use. [stefan]

  • Protect against bad or incomplete locale settings. [stefan]

1.8 - 2017-01-30

  • Support Python 2.6 - 3.6 without 2to3. [stefan]

1.7 - 2014-03-22

  • Update PyPI stylesheet links in the face of new python.org. [stefan]

  • Add new pypi style and rename previous one to classic. [stefan]

1.6 - 2013-11-21

  • Support Python 3.x. [stefan]

1.5 - 2012-07-11

  • Restore Python 2.5 compatibility. [stefan]

1.4 - 2011-11-25

  • Warn if ~/.viewdoc has errors instead of raising an exception. [stefan]

1.3 - 2011-10-31

  • Be more careful with what we put on the PYTHONPATH. [stefan]

  • Add small style to the default config. [stefan]

1.2 - 2011-07-19

  • Pass the PYTHONPATH to subprocesses. [stefan]

  • Avoid temp file when extracting the long description. [stefan]

  • Add -l option to list available styles. [stefan]

  • Add –style shortcut for -s style. [stefan]

1.1 - 2011-02-08

  • Add -s option to select styles on the command line. [stefan]

  • In pypi style, only underline reference links. [stefan]

1.0 - 2010-12-30

  • Initial release [stefan]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jarn_viewdoc-3.0.tar.gz (15.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jarn_viewdoc-3.0-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

Details for the file jarn_viewdoc-3.0.tar.gz.

File metadata

  • Download URL: jarn_viewdoc-3.0.tar.gz
  • Upload date:
  • Size: 15.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.2

File hashes

Hashes for jarn_viewdoc-3.0.tar.gz
Algorithm Hash digest
SHA256 d0332ed993e34ffb561f6edc4503021d849b263641de17542be22c9de0cb1135
MD5 9e79698257adf673612a10919386b33f
BLAKE2b-256 30c269edeb00c30e8d452bc5b98bc48e960c35bc6914d0fe5bb52cd3751dfba1

See more details on using hashes here.

File details

Details for the file jarn_viewdoc-3.0-py3-none-any.whl.

File metadata

  • Download URL: jarn_viewdoc-3.0-py3-none-any.whl
  • Upload date:
  • Size: 13.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.2

File hashes

Hashes for jarn_viewdoc-3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1e23bd054876c167882f4b22d0c8febc8c091039db5d55106d1661fb1234fa2e
MD5 9b743c8757c8fc6c16972d0ae2b9fccc
BLAKE2b-256 596bdbfd3379f391f9f55b73625240e5333a97c309bfec9fbcfe86e5bc369da9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page