saltext.elasticsearch


Namesaltext.elasticsearch JSON
Version 1.2.1 PyPI version JSON
download
home_pagehttp://github.com/cesan3/salt-ext-elasticsearch
Summary'Elasticsearch extension'
upload_time2024-01-19 03:23:30
maintainer
docs_urlNone
authorCesar Sanchez
requires_python>=3.5
licenseApache Software License
keywords salt-extension
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # elasticsearch

'Elasticsearch extension'

## Quickstart

To get started with your new project:

    # Create a new venv
    python3 -m venv env --prompt elasticsearch
    source env/bin/activate

    # On mac, you may need to upgrade pip
    python -m pip install --upgrade pip

    # On WSL or some flavors of linux you may need to install the `enchant`
    # library in order to build the docs
    sudo apt-get install -y enchant

    # Install extension + test/dev/doc dependencies into your environment
    python -m pip install -e .[tests,dev,docs]

    # Run tests!
    python -m nox -e tests-3

    # skip requirements install for next time
    export SKIP_REQUIREMENTS_INSTALL=1

    # Build the docs, serve, and view in your web browser:
    python -m nox -e docs && (cd docs/_build/html; python -m webbrowser localhost:8000; python -m http.server; cd -)

    # Run the example function
    salt-call --local elasticsearch.ping

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/cesan3/salt-ext-elasticsearch",
    "name": "saltext.elasticsearch",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "salt-extension",
    "author": "Cesar Sanchez",
    "author_email": "cesan3@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f6/7c/ad1e0415b13f70e7e99e00359c7c0b6921b54bb716e1f6288359b020474b/saltext.elasticsearch-1.2.1.tar.gz",
    "platform": "any",
    "description": "# elasticsearch\n\n'Elasticsearch extension'\n\n## Quickstart\n\nTo get started with your new project:\n\n    # Create a new venv\n    python3 -m venv env --prompt elasticsearch\n    source env/bin/activate\n\n    # On mac, you may need to upgrade pip\n    python -m pip install --upgrade pip\n\n    # On WSL or some flavors of linux you may need to install the `enchant`\n    # library in order to build the docs\n    sudo apt-get install -y enchant\n\n    # Install extension + test/dev/doc dependencies into your environment\n    python -m pip install -e .[tests,dev,docs]\n\n    # Run tests!\n    python -m nox -e tests-3\n\n    # skip requirements install for next time\n    export SKIP_REQUIREMENTS_INSTALL=1\n\n    # Build the docs, serve, and view in your web browser:\n    python -m nox -e docs && (cd docs/_build/html; python -m webbrowser localhost:8000; python -m http.server; cd -)\n\n    # Run the example function\n    salt-call --local elasticsearch.ping\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "'Elasticsearch extension'",
    "version": "1.2.1",
    "project_urls": {
        "Homepage": "http://github.com/cesan3/salt-ext-elasticsearch",
        "Source": "http://github.com/cesan3/salt-ext-elasticsearch",
        "Tracker": "http://github.com/cesan3/salt-ext-elasticsearch/issues"
    },
    "split_keywords": [
        "salt-extension"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2bc630c00333a03ca64e9180c632429c511d06f4547c8c90d73c1a67e3fb872",
                "md5": "4f92c29727c9d080264288e4c607efd9",
                "sha256": "f2cf74064316a9c15f7eacedee3e355cf047b36db72f5df5a61e9c663f3276ea"
            },
            "downloads": -1,
            "filename": "saltext.elasticsearch-1.2.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4f92c29727c9d080264288e4c607efd9",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.5",
            "size": 43423,
            "upload_time": "2024-01-19T03:23:29",
            "upload_time_iso_8601": "2024-01-19T03:23:29.009747Z",
            "url": "https://files.pythonhosted.org/packages/f2/bc/630c00333a03ca64e9180c632429c511d06f4547c8c90d73c1a67e3fb872/saltext.elasticsearch-1.2.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f67cad1e0415b13f70e7e99e00359c7c0b6921b54bb716e1f6288359b020474b",
                "md5": "932de55e5cb181da6982c15321848c84",
                "sha256": "623be9136f78a7505d8ff8a01677477fa7ead441a69dadf19aa7c804082e6d2c"
            },
            "downloads": -1,
            "filename": "saltext.elasticsearch-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "932de55e5cb181da6982c15321848c84",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 74620,
            "upload_time": "2024-01-19T03:23:30",
            "upload_time_iso_8601": "2024-01-19T03:23:30.897689Z",
            "url": "https://files.pythonhosted.org/packages/f6/7c/ad1e0415b13f70e7e99e00359c7c0b6921b54bb716e1f6288359b020474b/saltext.elasticsearch-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-19 03:23:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cesan3",
    "github_project": "salt-ext-elasticsearch",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "saltext.elasticsearch"
}
        
Elapsed time: 0.23095s