konsepy


Namekonsepy JSON
Version 0.0.12 PyPI version JSON
download
home_pageNone
SummaryFramework for build NLP information extraction systems using regular expressions.
upload_time2024-04-12 19:36:52
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords nlp
VCS
bugtrack_url
requirements loguru pytest
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# konsepy

Framework for build NLP information extraction systems using regular expressions.

## Usage

For now, find documentation for this library (and a template to download) from https://github.com/kpwhri/konsepy_nlp_template.


## Roadmap

* Change labels to some metadata object to allow more diverse input sources and run info


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "konsepy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "nlp",
    "author": null,
    "author_email": "dcronkite <dcronkite+pypi@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ee/22/09faf6369c923f9118a0f455717dbd2a5f301f483e1771dc02c764fdcf3a/konsepy-0.0.12.tar.gz",
    "platform": null,
    "description": "\n# konsepy\n\nFramework for build NLP information extraction systems using regular expressions.\n\n## Usage\n\nFor now, find documentation for this library (and a template to download) from https://github.com/kpwhri/konsepy_nlp_template.\n\n\n## Roadmap\n\n* Change labels to some metadata object to allow more diverse input sources and run info\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Framework for build NLP information extraction systems using regular expressions.",
    "version": "0.0.12",
    "project_urls": {
        "Home": "https://github.com/kpwhri/konsepy"
    },
    "split_keywords": [
        "nlp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "954ece9eea39f6b224253ef1a58844a77d18a40e563a03e67ea2cb2843dc1678",
                "md5": "fda26ae7aa4f3448b970cbb0e0d18998",
                "sha256": "8a3380502545217ac837b2fca4e38c0be79cff42888a9eeb529b1baf1a9bc167"
            },
            "downloads": -1,
            "filename": "konsepy-0.0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fda26ae7aa4f3448b970cbb0e0d18998",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 21462,
            "upload_time": "2024-04-12T19:36:51",
            "upload_time_iso_8601": "2024-04-12T19:36:51.067481Z",
            "url": "https://files.pythonhosted.org/packages/95/4e/ce9eea39f6b224253ef1a58844a77d18a40e563a03e67ea2cb2843dc1678/konsepy-0.0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee2209faf6369c923f9118a0f455717dbd2a5f301f483e1771dc02c764fdcf3a",
                "md5": "8936755bc23a1b4654621639f9f6cf0f",
                "sha256": "cbe3c19a01596491c4dae419ea9c03d1f15dd013f94bbd7a97375bf10e71540c"
            },
            "downloads": -1,
            "filename": "konsepy-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "8936755bc23a1b4654621639f9f6cf0f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 16478,
            "upload_time": "2024-04-12T19:36:52",
            "upload_time_iso_8601": "2024-04-12T19:36:52.749608Z",
            "url": "https://files.pythonhosted.org/packages/ee/22/09faf6369c923f9118a0f455717dbd2a5f301f483e1771dc02c764fdcf3a/konsepy-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-12 19:36:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kpwhri",
    "github_project": "konsepy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "loguru",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        }
    ],
    "lcname": "konsepy"
}
        
Elapsed time: 0.25870s