ingreedypy


Nameingreedypy JSON
Version 1.3.8 PyPI version JSON
download
home_pagehttps://github.com/openculinary/ingreedy-py
Summaryingreedy-py parses recipe ingredient lines into a object
upload_time2024-09-11 15:42:35
maintainerNone
docs_urlNone
authorScott Cooper
requires_pythonNone
licenseNone
keywords ingreedy ingreedypy recipe parser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ingreedy-py
python port of https://github.com/iancanderson/ingreedy-js

## Installation
```bash
$ pip install ingreedypy
```

## Local Testing
```bash
$ pip install -e .[tests]
$ py.test --cov=ingreedypy ingreedytest.py
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/openculinary/ingreedy-py",
    "name": "ingreedypy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "ingreedy, ingreedypy, recipe, parser",
    "author": "Scott Cooper",
    "author_email": "scttcper@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# ingreedy-py\npython port of https://github.com/iancanderson/ingreedy-js\n\n## Installation\n```bash\n$ pip install ingreedypy\n```\n\n## Local Testing\n```bash\n$ pip install -e .[tests]\n$ py.test --cov=ingreedypy ingreedytest.py\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "ingreedy-py parses recipe ingredient lines into a object",
    "version": "1.3.8",
    "project_urls": {
        "Homepage": "https://github.com/openculinary/ingreedy-py"
    },
    "split_keywords": [
        "ingreedy",
        " ingreedypy",
        " recipe",
        " parser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec684fa8c67386d26dcb4841728c38b4d65e3277bdb8f0dfa33e76d6a3ed9ecd",
                "md5": "30f5542155f7d43013a7aeeb71b44726",
                "sha256": "3926f8790891759d10285af4fb546e8431342f1169d343d727837828abaa15a2"
            },
            "downloads": -1,
            "filename": "ingreedypy-1.3.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "30f5542155f7d43013a7aeeb71b44726",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4810,
            "upload_time": "2024-09-11T15:42:35",
            "upload_time_iso_8601": "2024-09-11T15:42:35.964965Z",
            "url": "https://files.pythonhosted.org/packages/ec/68/4fa8c67386d26dcb4841728c38b4d65e3277bdb8f0dfa33e76d6a3ed9ecd/ingreedypy-1.3.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-11 15:42:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openculinary",
    "github_project": "ingreedy-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ingreedypy"
}
        
Elapsed time: 1.23311s