eriparse


Nameeriparse JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryHTML Parser of Economic Research Institute Cost of Living HTML.
upload_time2023-07-23 03:30:01
maintainer
docs_urlNone
authorNicholas Grillini-Lawrence
requires_python
licenseMIT
keywords webscraper webscraping web-scraper web-scraping html eri erieri.com cost-of-living python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Eriparse
![is_still_valid_workflow](https://github.com/ncgl-git/eriparse/actions/workflows/is_still_valid.yaml/badge.svg)

*HTML parsing logic for `https://www.erieri.com/cost-of-living-calculator`. Was written to help my wife and I better understand the differences between potential cities for her fellowship.*


#### Notes
Be aware that website frontend can change _whenver_, so, rely on the build badge above for is_still_valid to know whether the website HTML has changed.


## Usage

Intended to be called like: 
```
wget -q https://www.erieri.com/cost-of-living/united-states/illinois/chicago -O - | pipenv run python eriparse/main.py >> chicago.json
```

Or, if you'd like to integrate it into your Python code,  `>>> pip install eriparse`
```
from eriparse import parse
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "eriparse",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "webscraper,webscraping,web-scraper,web-scraping,html,eri,erieri.com,cost-of-living,python",
    "author": "Nicholas Grillini-Lawrence",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a0/92/bbcac765655054c417ec045b311a951bb64720b38a1b9ec355b160f68a0a/eriparse-0.0.2.tar.gz",
    "platform": null,
    "description": "\n# Eriparse\n![is_still_valid_workflow](https://github.com/ncgl-git/eriparse/actions/workflows/is_still_valid.yaml/badge.svg)\n\n*HTML parsing logic for `https://www.erieri.com/cost-of-living-calculator`. Was written to help my wife and I better understand the differences between potential cities for her fellowship.*\n\n\n#### Notes\nBe aware that website frontend can change _whenver_, so, rely on the build badge above for is_still_valid to know whether the website HTML has changed.\n\n\n## Usage\n\nIntended to be called like: \n```\nwget -q https://www.erieri.com/cost-of-living/united-states/illinois/chicago -O - | pipenv run python eriparse/main.py >> chicago.json\n```\n\nOr, if you'd like to integrate it into your Python code,  `>>> pip install eriparse`\n```\nfrom eriparse import parse\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "HTML Parser of Economic Research Institute Cost of Living HTML.",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "webscraper",
        "webscraping",
        "web-scraper",
        "web-scraping",
        "html",
        "eri",
        "erieri.com",
        "cost-of-living",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "440caaca236d41404e8d41340d7978e1967e23d2686578b5a763732e5d5ddc3c",
                "md5": "e13952cb4c368e5a0ba4ff73d7eeb1be",
                "sha256": "ca95bdf6cfbf6da004f4304aee47468c3d9bd5bbdb5eaf6e20e3b86cd60d860b"
            },
            "downloads": -1,
            "filename": "eriparse-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e13952cb4c368e5a0ba4ff73d7eeb1be",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3966,
            "upload_time": "2023-07-23T03:29:59",
            "upload_time_iso_8601": "2023-07-23T03:29:59.939700Z",
            "url": "https://files.pythonhosted.org/packages/44/0c/aaca236d41404e8d41340d7978e1967e23d2686578b5a763732e5d5ddc3c/eriparse-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a092bbcac765655054c417ec045b311a951bb64720b38a1b9ec355b160f68a0a",
                "md5": "16e0242423cf4adbf6ad856dca99d6a8",
                "sha256": "c936d865629d24cbc4fdad863ce383295100d7f41a01131896e2466846c211af"
            },
            "downloads": -1,
            "filename": "eriparse-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "16e0242423cf4adbf6ad856dca99d6a8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5930,
            "upload_time": "2023-07-23T03:30:01",
            "upload_time_iso_8601": "2023-07-23T03:30:01.942795Z",
            "url": "https://files.pythonhosted.org/packages/a0/92/bbcac765655054c417ec045b311a951bb64720b38a1b9ec355b160f68a0a/eriparse-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-23 03:30:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "eriparse"
}
        
Elapsed time: 0.08932s