dissec


Namedissec JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://dissec.touhey.pro/
SummaryDissect pattern implementation for ElasticSearch
upload_time2024-10-22 10:40:48
maintainerNone
docs_urlNone
authorThomas Touhey
requires_python<4.0,>=3.9
licenseNone
keywords elasticsearch dissect processor parsing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ``dissec`` -- Dissect pattern implementation
============================================

    He attac, he protec, but most importantly, he dissec.

``dissec`` is a Python module used for implementing string dissection patterns,
compatible with ElasticSearch's `Dissect processor`_.

The project is present at the following locations:

* `Official website and documentation <Website_>`_;
* `Official repository on Gitlab <Gitlab repository_>`_;
* `Official project on PyPI <PyPI project_>`_.

.. _Website: https://dissec.touhey.pro/
.. _Gitlab repository: https://gitlab.com/kaquel/dissec
.. _PyPI project: https://pypi.org/project/dissec/
.. _Dissect processor:
    https://www.elastic.co/guide/en/elasticsearch/reference/current/
    dissect-processor.html

            

Raw data

            {
    "_id": null,
    "home_page": "https://dissec.touhey.pro/",
    "name": "dissec",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "elasticsearch, dissect, processor, parsing",
    "author": "Thomas Touhey",
    "author_email": "thomas@touhey.fr",
    "download_url": "https://files.pythonhosted.org/packages/e5/10/0582c976ff5a2a240d5aff99843bff0c02fa8c0441139ea24cf28b28e1cf/dissec-0.1.tar.gz",
    "platform": null,
    "description": "``dissec`` -- Dissect pattern implementation\n============================================\n\n    He attac, he protec, but most importantly, he dissec.\n\n``dissec`` is a Python module used for implementing string dissection patterns,\ncompatible with ElasticSearch's `Dissect processor`_.\n\nThe project is present at the following locations:\n\n* `Official website and documentation <Website_>`_;\n* `Official repository on Gitlab <Gitlab repository_>`_;\n* `Official project on PyPI <PyPI project_>`_.\n\n.. _Website: https://dissec.touhey.pro/\n.. _Gitlab repository: https://gitlab.com/kaquel/dissec\n.. _PyPI project: https://pypi.org/project/dissec/\n.. _Dissect processor:\n    https://www.elastic.co/guide/en/elasticsearch/reference/current/\n    dissect-processor.html\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Dissect pattern implementation for ElasticSearch",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://dissec.touhey.pro/",
        "Repository": "https://gitlab.com/kaquel/dissec"
    },
    "split_keywords": [
        "elasticsearch",
        " dissect",
        " processor",
        " parsing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "614fac2c059ae098382315ba6926507e37f16888f220cbbeded68b12255cf0c7",
                "md5": "f9ac645ba4d46ab68ec5ce01ea6183e6",
                "sha256": "901d9f87b205e7d62a7d219cae84bab497db5a79cd0194e1f00dd6d5c8e8b174"
            },
            "downloads": -1,
            "filename": "dissec-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f9ac645ba4d46ab68ec5ce01ea6183e6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 16125,
            "upload_time": "2024-10-22T10:40:47",
            "upload_time_iso_8601": "2024-10-22T10:40:47.108852Z",
            "url": "https://files.pythonhosted.org/packages/61/4f/ac2c059ae098382315ba6926507e37f16888f220cbbeded68b12255cf0c7/dissec-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5100582c976ff5a2a240d5aff99843bff0c02fa8c0441139ea24cf28b28e1cf",
                "md5": "a421ae5fe5851c4ded88fcc1c7c73a3e",
                "sha256": "a4bafc78250129e237aa3647c731beccaf6cd51e9cf2b7ba465784cf636f5862"
            },
            "downloads": -1,
            "filename": "dissec-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a421ae5fe5851c4ded88fcc1c7c73a3e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 13304,
            "upload_time": "2024-10-22T10:40:48",
            "upload_time_iso_8601": "2024-10-22T10:40:48.902083Z",
            "url": "https://files.pythonhosted.org/packages/e5/10/0582c976ff5a2a240d5aff99843bff0c02fa8c0441139ea24cf28b28e1cf/dissec-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-22 10:40:48",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "kaquel",
    "gitlab_project": "dissec",
    "lcname": "dissec"
}
        
Elapsed time: 0.40383s