mustash


Namemustash JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://mustash.touhey.pro/
SummaryPortable ingest pipelines for documents
upload_time2024-10-24 08:27:37
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/fc/a2/1f52d07a0acbb13fd993060c4aad74e4ee1e5f3090e4ea573264fba3aa8c/mustash-0.3.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.3",
    "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": "b122ce54158aa1fbf45fe5b8e78a0e2a3ecc6f6ced4e69fa28f7d16a188a914e",
                "md5": "4955adba687c81206cd0b30b947b7276",
                "sha256": "0b41a1f749d51198ce846612f4916e3eece6cfb348f510292cd985c5e89158f4"
            },
            "downloads": -1,
            "filename": "mustash-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4955adba687c81206cd0b30b947b7276",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 31561,
            "upload_time": "2024-10-24T08:27:36",
            "upload_time_iso_8601": "2024-10-24T08:27:36.213423Z",
            "url": "https://files.pythonhosted.org/packages/b1/22/ce54158aa1fbf45fe5b8e78a0e2a3ecc6f6ced4e69fa28f7d16a188a914e/mustash-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fca21f52d07a0acbb13fd993060c4aad74e4ee1e5f3090e4ea573264fba3aa8c",
                "md5": "b7fc72f4af327afa026e4d7cbbfec190",
                "sha256": "5b0833128cb731e2a87cc5c82a1e042dec719bff703df7a634edc2983ebac24e"
            },
            "downloads": -1,
            "filename": "mustash-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b7fc72f4af327afa026e4d7cbbfec190",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 25973,
            "upload_time": "2024-10-24T08:27:37",
            "upload_time_iso_8601": "2024-10-24T08:27:37.773149Z",
            "url": "https://files.pythonhosted.org/packages/fc/a2/1f52d07a0acbb13fd993060c4aad74e4ee1e5f3090e4ea573264fba3aa8c/mustash-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 08:27:37",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "kaquel",
    "gitlab_project": "mustash",
    "lcname": "mustash"
}
        
Elapsed time: 0.33666s