mustash


Namemustash JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://mustash.touhey.pro/
SummaryPortable ingest pipelines for documents
upload_time2024-07-07 01:28:52
maintainerNone
docs_urlNone
authorThomas Touhey
requires_python<4.0,>=3.11
licenseNone
keywords elasticsearch es_query es-query kibana ingest transform
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            mustash -- portable ingest pipelines for documents
==================================================

Mustash, composed of "mu" meaning "mutation" and "stash" referencing Logstash_,
is a Python module for coding and applying transformations to a document.

Using Mustash, you can:

* Read and render pipelines as ElasticSearch ingest pipelines or Logstash
  filters.
* Define and run pipelines and processors.
* Validate ElasticSearch ingest pipelines.

The project is present at the following locations:

* `Official website and documentation at
  mustash.touhey.pro <Mustash website_>`_;
* `Mustash repository on Gitlab <Mustash on Gitlab_>`_;
* `Mustash project on PyPI <Mustash on PyPI_>`_.

.. _Logstash: https://www.elastic.co/fr/logstash
.. _Mustash website: https://mustash.touhey.pro/
.. _Mustash on Gitlab: https://gitlab.com/kaquel/mustash
.. _Mustash on PyPI: https://pypi.org/project/mustash

            

Raw data

            {
    "_id": null,
    "home_page": "https://mustash.touhey.pro/",
    "name": "mustash",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "elasticsearch, es_query, es-query, kibana, ingest, transform",
    "author": "Thomas Touhey",
    "author_email": "thomas@touhey.fr",
    "download_url": "https://files.pythonhosted.org/packages/5d/ce/491a692c2f3a96d8845ee5d02dbeefa66916eef9627633b7892c8fc26709/mustash-0.1.tar.gz",
    "platform": null,
    "description": "mustash -- portable ingest pipelines for documents\n==================================================\n\nMustash, composed of \"mu\" meaning \"mutation\" and \"stash\" referencing Logstash_,\nis a Python module for coding and applying transformations to a document.\n\nUsing Mustash, you can:\n\n* Read and render pipelines as ElasticSearch ingest pipelines or Logstash\n  filters.\n* Define and run pipelines and processors.\n* Validate ElasticSearch ingest pipelines.\n\nThe project is present at the following locations:\n\n* `Official website and documentation at\n  mustash.touhey.pro <Mustash website_>`_;\n* `Mustash repository on Gitlab <Mustash on Gitlab_>`_;\n* `Mustash project on PyPI <Mustash on PyPI_>`_.\n\n.. _Logstash: https://www.elastic.co/fr/logstash\n.. _Mustash website: https://mustash.touhey.pro/\n.. _Mustash on Gitlab: https://gitlab.com/kaquel/mustash\n.. _Mustash on PyPI: https://pypi.org/project/mustash\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Portable ingest pipelines for documents",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://mustash.touhey.pro/",
        "Repository": "https://gitlab.com/kaquel/mustash"
    },
    "split_keywords": [
        "elasticsearch",
        " es_query",
        " es-query",
        " kibana",
        " ingest",
        " transform"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a308a467b72925b52e57c1890a0bbf62cb0727059b343389279981f1be16c7a0",
                "md5": "3f87a7ef3519b32c70ececf91080840b",
                "sha256": "02a20628b8285b8ca1ef0feb4a17ae540714d56a5ba7b393a4fa9f4d8697bfe8"
            },
            "downloads": -1,
            "filename": "mustash-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f87a7ef3519b32c70ececf91080840b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 31182,
            "upload_time": "2024-07-07T01:28:51",
            "upload_time_iso_8601": "2024-07-07T01:28:51.354921Z",
            "url": "https://files.pythonhosted.org/packages/a3/08/a467b72925b52e57c1890a0bbf62cb0727059b343389279981f1be16c7a0/mustash-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5dce491a692c2f3a96d8845ee5d02dbeefa66916eef9627633b7892c8fc26709",
                "md5": "726cdbd1725cd3a06fc90fe7aeaee6ea",
                "sha256": "7add37e6aaa6117ef226e3c6f5337958d54f91cb89a3c4c42a9ba5c08bddef5c"
            },
            "downloads": -1,
            "filename": "mustash-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "726cdbd1725cd3a06fc90fe7aeaee6ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 25587,
            "upload_time": "2024-07-07T01:28:52",
            "upload_time_iso_8601": "2024-07-07T01:28:52.677730Z",
            "url": "https://files.pythonhosted.org/packages/5d/ce/491a692c2f3a96d8845ee5d02dbeefa66916eef9627633b7892c8fc26709/mustash-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-07 01:28:52",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "kaquel",
    "gitlab_project": "mustash",
    "lcname": "mustash"
}
        
Elapsed time: 0.28601s