ng2web


Nameng2web JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/davep/ng2web
Summaryng2web -- Norton Guide to HTML conversion tool.
upload_time2024-04-02 07:08:05
maintainerDave Pearson
docs_urlNone
authorDave Pearson
requires_python>=3.8
licenseLicense :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
keywords library dbase clipper norton guide reader converter html
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ng2web - Norton Guide to HTML conversion tool

Currently a work in progress to help test the work being done on
[`ngdb.py`](https://github.com/davep/ngdb.py).

## Quick and dirty introduction

Install with `pip` or a similar tool and then you'll have a `ng2web` command
available. Given a Norton Guide database, just run the tool like this:

```sh
$ ng2web C52G01B.NG
```

and you'll end up with lots of HTML files and a CSS file in your current
directory. If you'd prefer to output elsewhere, use ```--output```:

```sh
$ ng2web C52G01B.NG --output=web
```

More comprehensive documentation is to come, plus more features and options
(including documentation on how to override the default look/feel of the
generated HTML.)

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/davep/ng2web",
    "name": "ng2web",
    "maintainer": "Dave Pearson",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "davep@davep.org",
    "keywords": "library dbase clipper norton guide reader converter html",
    "author": "Dave Pearson",
    "author_email": "davep@davep.org",
    "download_url": "https://files.pythonhosted.org/packages/78/5b/5b0229a24d08859adeccdd698b39051e21b50bc1d0fd9793162425e68d34/ng2web-0.1.1.tar.gz",
    "platform": null,
    "description": "# ng2web - Norton Guide to HTML conversion tool\n\nCurrently a work in progress to help test the work being done on\n[`ngdb.py`](https://github.com/davep/ngdb.py).\n\n## Quick and dirty introduction\n\nInstall with `pip` or a similar tool and then you'll have a `ng2web` command\navailable. Given a Norton Guide database, just run the tool like this:\n\n```sh\n$ ng2web C52G01B.NG\n```\n\nand you'll end up with lots of HTML files and a CSS file in your current\ndirectory. If you'd prefer to output elsewhere, use ```--output```:\n\n```sh\n$ ng2web C52G01B.NG --output=web\n```\n\nMore comprehensive documentation is to come, plus more features and options\n(including documentation on how to override the default look/feel of the\ngenerated HTML.)\n\n[//]: # (README.md ends here)\n",
    "bugtrack_url": null,
    "license": "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
    "summary": "ng2web -- Norton Guide to HTML conversion tool.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/davep/ng2web"
    },
    "split_keywords": [
        "library",
        "dbase",
        "clipper",
        "norton",
        "guide",
        "reader",
        "converter",
        "html"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f46d83e33d8ca443da0135a5803a467923b8b385c2632fc941e74d23d2a206e4",
                "md5": "a3fc28c62b592ead43f6368d75e53ab3",
                "sha256": "22b47a99a2febe67c161a09327a960385c339e326ac7fb08123c02aafabcde6c"
            },
            "downloads": -1,
            "filename": "ng2web-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a3fc28c62b592ead43f6368d75e53ab3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 21909,
            "upload_time": "2024-04-02T07:08:04",
            "upload_time_iso_8601": "2024-04-02T07:08:04.157704Z",
            "url": "https://files.pythonhosted.org/packages/f4/6d/83e33d8ca443da0135a5803a467923b8b385c2632fc941e74d23d2a206e4/ng2web-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "785b5b0229a24d08859adeccdd698b39051e21b50bc1d0fd9793162425e68d34",
                "md5": "778a9c10aa484193a281d5c123f194ec",
                "sha256": "c70f29704736eb6c60c1fa8ac007d2c33b85c187da76411481811d42259d3999"
            },
            "downloads": -1,
            "filename": "ng2web-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "778a9c10aa484193a281d5c123f194ec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20782,
            "upload_time": "2024-04-02T07:08:05",
            "upload_time_iso_8601": "2024-04-02T07:08:05.987457Z",
            "url": "https://files.pythonhosted.org/packages/78/5b/5b0229a24d08859adeccdd698b39051e21b50bc1d0fd9793162425e68d34/ng2web-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-02 07:08:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "davep",
    "github_project": "ng2web",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ng2web"
}
        
Elapsed time: 0.29973s