saltext.azurerm


Namesaltext.azurerm JSON
Version 4.1.0 PyPI version JSON
download
home_pageNone
SummarySalt Extension for interacting with Microsoft Azure
upload_time2024-04-23 22:48:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache Software License
keywords salt-extension
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Salt Extension Modules for Azure Resource Manager

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

Salt Extension for interacting with Microsoft Azure

## 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-azurerm 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:


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

# Change to the repo dir
cd saltext-azurerm

# Create a new venv
python3 -m venv env --prompt saltext-azurerm
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+Azurerm 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-azurerm/issues
[PRs]: https://github.com/salt-extensions/saltext-azurerm/pulls
[discussions]: https://github.com/salt-extensions/saltext-azurerm/discussions
[comments]: https://conventionalcomments.org/
[docs]: https://saltext-azurerm.readthedocs.io/en/latest/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "saltext.azurerm",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "salt-extension",
    "author": null,
    "author_email": "\"EITR Technologies, LLC\" <devops@eitr.tech>",
    "download_url": "https://files.pythonhosted.org/packages/f7/e4/b9a39b9d8328d8a0c91fa838af08458357ecfeecd3b38544770006342643/saltext_azurerm-4.1.0.tar.gz",
    "platform": "any",
    "description": "# Salt Extension Modules for Azure Resource Manager\n\n[![Documentation Status](https://readthedocs.org/projects/saltext-azurerm/badge/?version=latest)](https://saltext-azurerm.readthedocs.io/en/latest/?badge=latest)\n\nSalt Extension for interacting with Microsoft Azure\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-azurerm 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```bash\n# Clone the repo\ngit clone --origin salt git@github.com:salt-extensions/saltext-azurerm.git\n\n# Change to the repo dir\ncd saltext-azurerm\n\n# Create a new venv\npython3 -m venv env --prompt saltext-azurerm\nsource env/bin/activate\n\n# On mac, you may need to upgrade pip\npython -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\nsudo apt-get install -y enchant\n\n# Install extension + test/dev/doc dependencies into your environment\npython -m pip install -e '.[tests,dev,docs]'\n\n# Run tests!\npython -m nox -e tests-3\n\n# skip requirements install for next time\nexport SKIP_REQUIREMENTS_INSTALL=1\n\n# Build the docs, serve, and view in your web browser:\npython -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+Azurerm 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-azurerm/issues\n[PRs]: https://github.com/salt-extensions/saltext-azurerm/pulls\n[discussions]: https://github.com/salt-extensions/saltext-azurerm/discussions\n[comments]: https://conventionalcomments.org/\n[docs]: https://saltext-azurerm.readthedocs.io/en/latest/\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Salt Extension for interacting with Microsoft Azure",
    "version": "4.1.0",
    "project_urls": {
        "Homepage": "https://github.com/salt-extensions/saltext-azurerm",
        "Source": "https://github.com/salt-extensions/saltext-azurerm",
        "Tracker": "https://github.com/salt-extensions/saltext-azurerm/issues"
    },
    "split_keywords": [
        "salt-extension"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b524cc2be2e1a333404e3c781387516df48e826eac5e0f40c4a58c6786aaef4",
                "md5": "7776950933500d0b35c48df1f8a9097f",
                "sha256": "783f70e98533afd58739ef9bb2f9b7e0d18622623afa44f4ffbd209c2a11e728"
            },
            "downloads": -1,
            "filename": "saltext.azurerm-4.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7776950933500d0b35c48df1f8a9097f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 126910,
            "upload_time": "2024-04-23T22:48:16",
            "upload_time_iso_8601": "2024-04-23T22:48:16.516338Z",
            "url": "https://files.pythonhosted.org/packages/4b/52/4cc2be2e1a333404e3c781387516df48e826eac5e0f40c4a58c6786aaef4/saltext.azurerm-4.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7e4b9a39b9d8328d8a0c91fa838af08458357ecfeecd3b38544770006342643",
                "md5": "29aa6d61f02d111896c96d53bcc98096",
                "sha256": "aa738d070ee49075bf1fe25fa58183ed8402cf4f2d8d62e17c21488c308dbe9b"
            },
            "downloads": -1,
            "filename": "saltext_azurerm-4.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "29aa6d61f02d111896c96d53bcc98096",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 143318,
            "upload_time": "2024-04-23T22:48:18",
            "upload_time_iso_8601": "2024-04-23T22:48:18.586097Z",
            "url": "https://files.pythonhosted.org/packages/f7/e4/b9a39b9d8328d8a0c91fa838af08458357ecfeecd3b38544770006342643/saltext_azurerm-4.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 22:48:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "salt-extensions",
    "github_project": "saltext-azurerm",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "saltext.azurerm"
}
        
Elapsed time: 0.28482s