nbweb


Namenbweb JSON
Version 0.0.7 PyPI version JSON
download
home_pageNone
Summaryan application to simplify web data
upload_time2024-08-09 04:19:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # nbweb
nbweb is short for no bloat web

## description
nbweb extracts the clean information from websites removing all the bloat.

## installation
```sh
pip install nbweb
```

## usage
```sh
nbweb <url>

# return output in text format
nbweb --format=txt <url>

# return rss feed
nbweb --rss <url>

# check if website is supported
nbweb --supported <url>
```

## supported websites
list of supported websites can be found in the 'data.json' file

## features
* output as text or json 
* auto delete cache after 7 days
* return rss feed (only 1 website supported)
* checks if site is supported

## note
- this application is currently in experimental phase

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nbweb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Subrat Lima <subrat.k.lima@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/9c/e4/095d77e3bab1b0356cb3b91f28b6c316495f7374ec486e9244a1e963b73e/nbweb-0.0.7.tar.gz",
    "platform": null,
    "description": "# nbweb\nnbweb is short for no bloat web\n\n## description\nnbweb extracts the clean information from websites removing all the bloat.\n\n## installation\n```sh\npip install nbweb\n```\n\n## usage\n```sh\nnbweb <url>\n\n# return output in text format\nnbweb --format=txt <url>\n\n# return rss feed\nnbweb --rss <url>\n\n# check if website is supported\nnbweb --supported <url>\n```\n\n## supported websites\nlist of supported websites can be found in the 'data.json' file\n\n## features\n* output as text or json \n* auto delete cache after 7 days\n* return rss feed (only 1 website supported)\n* checks if site is supported\n\n## note\n- this application is currently in experimental phase\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "an application to simplify web data",
    "version": "0.0.7",
    "project_urls": {
        "Homepage": "https://github.com/subrat-lima/nbweb",
        "Issues": "https://github.com/subrat-lima/nbweb/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "daea523d701a2dbb1194dd2868a62ac1db41a65e1e92577a0028bb09b5e926b6",
                "md5": "8580d21760e32177b8ea14db80421186",
                "sha256": "a4466e82b24f088bbad8f4b1843d2ba1c86e7daba6d4396eb0463d4f0572b1b9"
            },
            "downloads": -1,
            "filename": "nbweb-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8580d21760e32177b8ea14db80421186",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 6936,
            "upload_time": "2024-08-09T04:19:55",
            "upload_time_iso_8601": "2024-08-09T04:19:55.617019Z",
            "url": "https://files.pythonhosted.org/packages/da/ea/523d701a2dbb1194dd2868a62ac1db41a65e1e92577a0028bb09b5e926b6/nbweb-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ce4095d77e3bab1b0356cb3b91f28b6c316495f7374ec486e9244a1e963b73e",
                "md5": "39e5c724f8235a82c5e7eb5b9151e9cc",
                "sha256": "cbb3f63b1a4f562fcb7f969382969c3b29cc565d90ff0938b6226da5eb4616ba"
            },
            "downloads": -1,
            "filename": "nbweb-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "39e5c724f8235a82c5e7eb5b9151e9cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 9145,
            "upload_time": "2024-08-09T04:19:57",
            "upload_time_iso_8601": "2024-08-09T04:19:57.768072Z",
            "url": "https://files.pythonhosted.org/packages/9c/e4/095d77e3bab1b0356cb3b91f28b6c316495f7374ec486e9244a1e963b73e/nbweb-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-09 04:19:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "subrat-lima",
    "github_project": "nbweb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nbweb"
}
        
Elapsed time: 0.30666s