saltext.influxdb


Namesaltext.influxdb JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummarySalt Extension for interacting with InfluxDB
upload_time2024-09-28 11:33:14
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 for InfluxDB

Salt Extension for interacting with InfluxDB

## Security

If you discover a security vulnerability, please refer
to [Salt's security guide][security].

## User Documentation

For setup and usage instructions, please refer to the
[User Documentation][docs].

## Contributing

The saltext-influxdb project welcomes contributions from anyone!

The [Salt Extensions guide][salt-extensions-guide] provides comprehensive instructions on all aspects
of Salt extension development, including [writing tests][writing-tests], [running tests][running-tests],
[writing documentation][writing-docs] and [rendering the docs][rendering-docs].

### Quickstart

To get started contributing, first clone this repository (or your fork):

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

# Change to the repo dir
cd saltext-influxdb
```

#### Automatic
If you have installed [direnv][direnv], allowing the project's `.envrc` ensures
a proper development environment is present and the virtual environment is active.

Without `direnv`, you can still run the automation explicitly:

```bash
python3 tools/initialize.py
source .venv/bin/activate
```

#### Manual
Please follow the [first steps][first-steps], skipping the repository initialization and first commit.

### Pull request

Always make changes in a feature branch:

```bash
git switch -c my-feature-branch
```

To [submit a Pull Request][submitting-pr], you'll need a fork of this repository in
your own GitHub account. If you followed the instructions above,
set your fork as the `origin` remote now:

```bash
git remote add origin git@github.com:<your_fork>.git
```

Ensure you followed the [first steps][first-steps] and commit your changes, fixing any
failing `pre-commit` hooks. Then push the feature branch to your fork and submit a PR.

### Ways to contribute

Contributions come in many forms, and they’re all valuable! Here are some ways you can help
without writing code:

* **Documentation**: Especially examples showing how to use this project
  to solve specific problems.
* **Triaging issues**: Help manage [issues][issues] and participate in [discussions][discussions].
* **Reviewing [Pull Requests][PRs]**: We especially appreciate reviews using [Conventional Comments][comments].

You can also contribute by:

* Writing blog posts
* Sharing your experiences using Salt + InfluxDB
  on social media
* Giving talks at conferences
* Publishing videos
* Engaging in IRC, Discord or email groups

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

[security]: https://github.com/saltstack/salt/blob/master/SECURITY.md
[salt-extensions-guide]: https://salt-extensions.github.io/salt-extension-copier/
[writing-tests]: https://salt-extensions.github.io/salt-extension-copier/topics/testing/writing.html
[running-tests]: https://salt-extensions.github.io/salt-extension-copier/topics/testing/running.html
[writing-docs]: https://salt-extensions.github.io/salt-extension-copier/topics/documenting/writing.html
[rendering-docs]: https://salt-extensions.github.io/salt-extension-copier/topics/documenting/building.html
[first-steps]: https://salt-extensions.github.io/salt-extension-copier/topics/creation.html#initialize-the-python-virtual-environment
[submitting-pr]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork
[direnv]: https://direnv.net
[issues]: https://github.com/salt-extensions/saltext-influxdb/issues
[PRs]: https://github.com/salt-extensions/saltext-influxdb/pulls
[discussions]: https://github.com/salt-extensions/saltext-influxdb/discussions
[comments]: https://conventionalcomments.org/
[docs]: https://salt-extensions.github.io/saltext-influxdb/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "saltext.influxdb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "salt-extension",
    "author": null,
    "author_email": "jeanluc <lkubb@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e3/8c/681309f3fd75c0af4b7a81016ee21369cb80d1886409155ea7850b2a923f/saltext_influxdb-1.0.0.tar.gz",
    "platform": "any",
    "description": "# Salt Extension for InfluxDB\n\nSalt Extension for interacting with InfluxDB\n\n## Security\n\nIf you discover a security vulnerability, please refer\nto [Salt's security guide][security].\n\n## User Documentation\n\nFor setup and usage instructions, please refer to the\n[User Documentation][docs].\n\n## Contributing\n\nThe saltext-influxdb project welcomes contributions from anyone!\n\nThe [Salt Extensions guide][salt-extensions-guide] provides comprehensive instructions on all aspects\nof Salt extension development, including [writing tests][writing-tests], [running tests][running-tests],\n[writing documentation][writing-docs] and [rendering the docs][rendering-docs].\n\n### Quickstart\n\nTo get started contributing, first clone this repository (or your fork):\n\n```bash\n# Clone the repo\ngit clone --origin upstream git@github.com:salt-extensions/saltext-influxdb.git\n\n# Change to the repo dir\ncd saltext-influxdb\n```\n\n#### Automatic\nIf you have installed [direnv][direnv], allowing the project's `.envrc` ensures\na proper development environment is present and the virtual environment is active.\n\nWithout `direnv`, you can still run the automation explicitly:\n\n```bash\npython3 tools/initialize.py\nsource .venv/bin/activate\n```\n\n#### Manual\nPlease follow the [first steps][first-steps], skipping the repository initialization and first commit.\n\n### Pull request\n\nAlways make changes in a feature branch:\n\n```bash\ngit switch -c my-feature-branch\n```\n\nTo [submit a Pull Request][submitting-pr], you'll need a fork of this repository in\nyour own GitHub account. If you followed the instructions above,\nset your fork as the `origin` remote now:\n\n```bash\ngit remote add origin git@github.com:<your_fork>.git\n```\n\nEnsure you followed the [first steps][first-steps] and commit your changes, fixing any\nfailing `pre-commit` hooks. Then push the feature branch to your fork and submit a PR.\n\n### Ways to contribute\n\nContributions come in many forms, and they\u2019re all valuable! Here are some ways you can help\nwithout writing code:\n\n* **Documentation**: Especially examples showing how to use this project\n  to solve specific problems.\n* **Triaging issues**: Help manage [issues][issues] and participate in [discussions][discussions].\n* **Reviewing [Pull Requests][PRs]**: We especially appreciate reviews using [Conventional Comments][comments].\n\nYou can also contribute by:\n\n* Writing blog posts\n* Sharing your experiences using Salt + InfluxDB\n  on social media\n* Giving talks at conferences\n* Publishing videos\n* Engaging in IRC, Discord or email groups\n\nAny of these things are super valuable to our community, and we sincerely\nappreciate every contribution!\n\n[security]: https://github.com/saltstack/salt/blob/master/SECURITY.md\n[salt-extensions-guide]: https://salt-extensions.github.io/salt-extension-copier/\n[writing-tests]: https://salt-extensions.github.io/salt-extension-copier/topics/testing/writing.html\n[running-tests]: https://salt-extensions.github.io/salt-extension-copier/topics/testing/running.html\n[writing-docs]: https://salt-extensions.github.io/salt-extension-copier/topics/documenting/writing.html\n[rendering-docs]: https://salt-extensions.github.io/salt-extension-copier/topics/documenting/building.html\n[first-steps]: https://salt-extensions.github.io/salt-extension-copier/topics/creation.html#initialize-the-python-virtual-environment\n[submitting-pr]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork\n[direnv]: https://direnv.net\n[issues]: https://github.com/salt-extensions/saltext-influxdb/issues\n[PRs]: https://github.com/salt-extensions/saltext-influxdb/pulls\n[discussions]: https://github.com/salt-extensions/saltext-influxdb/discussions\n[comments]: https://conventionalcomments.org/\n[docs]: https://salt-extensions.github.io/saltext-influxdb/\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Salt Extension for interacting with InfluxDB",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "https://salt-extensions.github.io/saltext-influxdb/",
        "Homepage": "https://github.com/salt-extensions/saltext-influxdb",
        "Source": "https://github.com/salt-extensions/saltext-influxdb",
        "Tracker": "https://github.com/salt-extensions/saltext-influxdb/issues"
    },
    "split_keywords": [
        "salt-extension"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2c28ac3770110eb41ba7fc72e1ee44cd904ae94308c74320b6003f59f7499b6",
                "md5": "e35d92806d16b0f7ebe6b65f7f780c85",
                "sha256": "e77c633b33847f13753b9ec8f322e1dd8b86171eb973c6c9087de92adc8f7b6a"
            },
            "downloads": -1,
            "filename": "saltext.influxdb-1.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e35d92806d16b0f7ebe6b65f7f780c85",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 24083,
            "upload_time": "2024-09-28T11:33:12",
            "upload_time_iso_8601": "2024-09-28T11:33:12.527944Z",
            "url": "https://files.pythonhosted.org/packages/d2/c2/8ac3770110eb41ba7fc72e1ee44cd904ae94308c74320b6003f59f7499b6/saltext.influxdb-1.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e38c681309f3fd75c0af4b7a81016ee21369cb80d1886409155ea7850b2a923f",
                "md5": "fa9c2e1d3ee3857c2e38625bcba421b7",
                "sha256": "1633ca88ef1edc0fc0a4d9393426682c639e0f12e444fd2b861d9c3532e589b3"
            },
            "downloads": -1,
            "filename": "saltext_influxdb-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fa9c2e1d3ee3857c2e38625bcba421b7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 61040,
            "upload_time": "2024-09-28T11:33:14",
            "upload_time_iso_8601": "2024-09-28T11:33:14.125850Z",
            "url": "https://files.pythonhosted.org/packages/e3/8c/681309f3fd75c0af4b7a81016ee21369cb80d1886409155ea7850b2a923f/saltext_influxdb-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-28 11:33:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "salt-extensions",
    "github_project": "saltext-influxdb",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "saltext.influxdb"
}
        
Elapsed time: 0.90320s