saltext.proxmox


Namesaltext.proxmox JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/salt-extensions/saltext-proxmox
SummarySalt Extension Modules for Proxmox
upload_time2023-10-11 18:50:58
maintainer
docs_urlNone
authorEITR Technologies, LLC
requires_python>=3.6
licenseApache Software License
keywords salt-extension salt cloud proxmox
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Salt Extension Modules for Proxmox

[![Documentation Status](https://readthedocs.org/projects/saltext-proxmox/badge/?version=latest)](https://saltext-proxmox.readthedocs.io/en/latest/?badge=latest)

This is a collection of Salt extension modules for use with Proxmox PVE.

## Security

If you think you've found a security vulnerability, see
[Salt's security guide][security].

## User Documentation

This README is more for contributing to the project. If you just want to get
started, check out the [User Documentation][docs].

## Contributing

The saltext-proxmox project team welcomes contributions from the community.

The [Salt Contributing guide][salt-contributing] has a lot of relevant
information, but if you'd like to jump right in here's how to get started:


    # Clone the repo
    git clone --origin salt git@github.com:salt-extensions/saltext-proxmox.git

    # Change to the repo dir
    cd saltext-proxmox

    # Create a new venv
    python3 -m venv env --prompt proxmox
    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 -)


Writing code isn't the only way to contribute! We value contributions in any of
these areas:

* Documentation - especially examples of how to use this module to solve
  specific problems.
* Triaging [issues][issues] and participating in [discussions][discussions]
* Reviewing [Pull Requests][PRs] (we really like
  [Conventional Comments][comments]!)

You could also contribute in other ways:

* Writing blog posts
* Posting on social media about how you used Salt+Prometheus to solve your
  problems, including videos
* Giving talks at conferences
* Publishing videos
* Asking/answering questions in IRC, Slack, or email groups

Any of these things are super valuable to our community, and we sincerely
appreciate every contribution!


For more information, build the docs and head over to http://localhost:8000/ —
that's where you'll find the rest of the documentation.


[security]: https://github.com/saltstack/salt/blob/master/SECURITY.md
[salt-contributing]: https://docs.saltproject.io/en/master/topics/development/contributing.html
[issues]: https://github.com/salt-extensions/saltext-proxmox/issues
[PRs]: https://github.com/salt-extensions/saltext-proxmox/pulls
[discussions]: https://github.com/salt-extensions/saltext-proxmox/discussions
[comments]: https://conventionalcomments.org/
[docs]: https://docs.saltproject.io/salt/extensions/saltext-proxmox/en/latest/index.html

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/salt-extensions/saltext-proxmox",
    "name": "saltext.proxmox",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "salt-extension,salt,cloud,proxmox",
    "author": "EITR Technologies, LLC",
    "author_email": "devops@eitr.tech",
    "download_url": "https://files.pythonhosted.org/packages/9c/84/0310c96861d92e42eabb5c640c2bfd0c2eadffa34acb3dd1152c69e5d120/saltext.proxmox-1.1.0.tar.gz",
    "platform": "any",
    "description": "# Salt Extension Modules for Proxmox\n\n[![Documentation Status](https://readthedocs.org/projects/saltext-proxmox/badge/?version=latest)](https://saltext-proxmox.readthedocs.io/en/latest/?badge=latest)\n\nThis is a collection of Salt extension modules for use with Proxmox PVE.\n\n## Security\n\nIf you think you've found a security vulnerability, see\n[Salt's security guide][security].\n\n## User Documentation\n\nThis README is more for contributing to the project. If you just want to get\nstarted, check out the [User Documentation][docs].\n\n## Contributing\n\nThe saltext-proxmox project team welcomes contributions from the community.\n\nThe [Salt Contributing guide][salt-contributing] has a lot of relevant\ninformation, but if you'd like to jump right in here's how to get started:\n\n\n    # Clone the repo\n    git clone --origin salt git@github.com:salt-extensions/saltext-proxmox.git\n\n    # Change to the repo dir\n    cd saltext-proxmox\n\n    # Create a new venv\n    python3 -m venv env --prompt proxmox\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\nWriting code isn't the only way to contribute! We value contributions in any of\nthese areas:\n\n* Documentation - especially examples of how to use this module to solve\n  specific problems.\n* Triaging [issues][issues] and participating in [discussions][discussions]\n* Reviewing [Pull Requests][PRs] (we really like\n  [Conventional Comments][comments]!)\n\nYou could also contribute in other ways:\n\n* Writing blog posts\n* Posting on social media about how you used Salt+Prometheus to solve your\n  problems, including videos\n* Giving talks at conferences\n* Publishing videos\n* Asking/answering questions in IRC, Slack, or email groups\n\nAny of these things are super valuable to our community, and we sincerely\nappreciate every contribution!\n\n\nFor more information, build the docs and head over to http://localhost:8000/ \u2014\nthat's where you'll find the rest of the documentation.\n\n\n[security]: https://github.com/saltstack/salt/blob/master/SECURITY.md\n[salt-contributing]: https://docs.saltproject.io/en/master/topics/development/contributing.html\n[issues]: https://github.com/salt-extensions/saltext-proxmox/issues\n[PRs]: https://github.com/salt-extensions/saltext-proxmox/pulls\n[discussions]: https://github.com/salt-extensions/saltext-proxmox/discussions\n[comments]: https://conventionalcomments.org/\n[docs]: https://docs.saltproject.io/salt/extensions/saltext-proxmox/en/latest/index.html\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Salt Extension Modules for Proxmox",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/salt-extensions/saltext-proxmox",
        "Source": "https://github.com/salt-extensions/saltext-proxmox",
        "Tracker": "https://github.com/salt-extensions/saltext-proxmox/issues"
    },
    "split_keywords": [
        "salt-extension",
        "salt",
        "cloud",
        "proxmox"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "338b15ea94dcde9cd7093f255de5834b915ebb86b8cc25e87e9896a1b99cfb37",
                "md5": "1ee5591fabb6d6da47bc2f42075abefc",
                "sha256": "fb532f50fbfe31b3cac8a789c7f63f2820c565c3e55007e2ca3cf38e2d944436"
            },
            "downloads": -1,
            "filename": "saltext.proxmox-1.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1ee5591fabb6d6da47bc2f42075abefc",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 19884,
            "upload_time": "2023-10-11T18:50:56",
            "upload_time_iso_8601": "2023-10-11T18:50:56.666241Z",
            "url": "https://files.pythonhosted.org/packages/33/8b/15ea94dcde9cd7093f255de5834b915ebb86b8cc25e87e9896a1b99cfb37/saltext.proxmox-1.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c840310c96861d92e42eabb5c640c2bfd0c2eadffa34acb3dd1152c69e5d120",
                "md5": "708d5f3d7082472257c3f3a9c4bceb33",
                "sha256": "5418054da92df35e4da0e9ac7a92e8877c05562ba33ecdb5c8bf78744b3d535f"
            },
            "downloads": -1,
            "filename": "saltext.proxmox-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "708d5f3d7082472257c3f3a9c4bceb33",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 53500,
            "upload_time": "2023-10-11T18:50:58",
            "upload_time_iso_8601": "2023-10-11T18:50:58.070070Z",
            "url": "https://files.pythonhosted.org/packages/9c/84/0310c96861d92e42eabb5c640c2bfd0c2eadffa34acb3dd1152c69e5d120/saltext.proxmox-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-11 18:50:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "salt-extensions",
    "github_project": "saltext-proxmox",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "saltext.proxmox"
}
        
Elapsed time: 0.12161s