numparser2


Namenumparser2 JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/binh-vu/numparser
SummaryParsing numbers from noisy text
upload_time2023-11-27 05:58:49
maintainer
docs_urlNone
authorBinh Vu
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # numparser

Parsing numbers from noisy text

## Installation

```bash
pip install numparser2  # not numparser
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/binh-vu/numparser",
    "name": "numparser2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Binh Vu",
    "author_email": "binh@toan2.com",
    "download_url": "https://files.pythonhosted.org/packages/90/93/77ebe7f0b15c23549f8ccc8b2c80ae43ae2e5dda1d980ec0dbeda4563e5e/numparser2-1.0.1.tar.gz",
    "platform": null,
    "description": "# numparser\n\nParsing numbers from noisy text\n\n## Installation\n\n```bash\npip install numparser2  # not numparser\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Parsing numbers from noisy text",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/binh-vu/numparser",
        "Repository": "https://github.com/binh-vu/numparser"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf55a2939ccf0cdf27301e4b660cccf951659cf5c907be61f15a519b6913f78d",
                "md5": "72193ae4674d1432ec745060ec65edd3",
                "sha256": "766e6311269b4725d4fcefda274e681b90c5292edcc2b6f2382d0427f8bf8d00"
            },
            "downloads": -1,
            "filename": "numparser2-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "72193ae4674d1432ec745060ec65edd3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 12621,
            "upload_time": "2023-11-27T05:58:47",
            "upload_time_iso_8601": "2023-11-27T05:58:47.595804Z",
            "url": "https://files.pythonhosted.org/packages/bf/55/a2939ccf0cdf27301e4b660cccf951659cf5c907be61f15a519b6913f78d/numparser2-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "909377ebe7f0b15c23549f8ccc8b2c80ae43ae2e5dda1d980ec0dbeda4563e5e",
                "md5": "a0b1fc5cb5b38ff48b1094b8adeb5dca",
                "sha256": "e9903bfb41a88115bf7cc52fb8eac89482453b4f16f8a36f297c9006a9712ed6"
            },
            "downloads": -1,
            "filename": "numparser2-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a0b1fc5cb5b38ff48b1094b8adeb5dca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 10665,
            "upload_time": "2023-11-27T05:58:49",
            "upload_time_iso_8601": "2023-11-27T05:58:49.612000Z",
            "url": "https://files.pythonhosted.org/packages/90/93/77ebe7f0b15c23549f8ccc8b2c80ae43ae2e5dda1d980ec0dbeda4563e5e/numparser2-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-27 05:58:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "binh-vu",
    "github_project": "numparser",
    "github_not_found": true,
    "lcname": "numparser2"
}
        
Elapsed time: 0.15477s