Metadata-Version: 2.4
Name: ng2web
Version: 1.1.0
Summary: Norton Guide to HTML conversion tool
Keywords: library,dbase,clipper,norton,guide,reader,converter,html
Author: Dave Pearson
Author-email: Dave Pearson <davep@davep.org>
License-Expression: GPL-3.0-or-later
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Dist: ngdb>=0.12.0
Requires-Dist: jinja2>=3.1.6
Requires-Dist: typing-extensions>=4.12.2
Requires-Dist: markupsafe>=3.0.2
Requires-Python: >=3.10
Project-URL: Discussions, https://github.com/davep/ng2web/discussions
Project-URL: Documentation, https://ng2web.davep.dev/
Project-URL: Homepage, https://ng2web.davep.dev/
Project-URL: Issues, https://github.com/davep/ng2web/issues
Project-URL: Repository, https://github.com/davep/ng2web
Project-URL: Source, https://github.com/davep/ng2web
Description-Content-Type: text/markdown

# ng2web - Norton Guide to HTML conversion tool

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/davep/ng2web/style-and-lint.yaml)](https://github.com/davep/ng2web/actions)
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/davep/ng2web/latest)](https://github.com/davep/ng2web/commits/main/)
[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/davep/ng2web)](https://github.com/davep/ng2web/issues)
[![GitHub Release Date](https://img.shields.io/github/release-date/davep/ng2web)](https://github.com/davep/ng2web/releases)
[![PyPI - License](https://img.shields.io/pypi/l/ng2web)](https://github.com/davep/ng2web/blob/main/LICENSE)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ng2web)](https://github.com/davep/ng2web/blob/main/pyproject.toml)
[![PyPI - Version](https://img.shields.io/pypi/v/ng2web)](https://pypi.org/project/ng2web/)

# Introduction

[`ng2web`](https://github.com/davep/ng2web) is one in a [long line of Norton
Guide tools I've written over the latest couple or so
decades](https://www.davep.org/norton-guides/). It is, in effect, a
replacement for [`w3ng`](https://github.com/davep/w3ng) and
[`ng2html`](https://github.com/davep/ng2html).

![ng2web](https://raw.githubusercontent.com/davep/ng2web/refs/heads/main/docs/images/default-output-look.png)

## Installing

### pipx

The application can be installed using [`pipx`](https://pypa.github.io/pipx/):

```sh
$ pipx install ng2web
```

### uv

The package can be install using [`uv`](https://docs.astral.sh/uv/getting-started/installation/):

```sh
uv tool install ng2web
```

### Homebrew

The package is available via Homebrew. Use the following commands to install:

```sh
$ brew tap davep/homebrew
$ brew install ng2web
```

## Using ng2web

Please see [the usage guide](https://ng2web.davep.dev/) for details on how
to use and configure the output of `ng2web`.

[//]: # (README.md ends here)
