incendium-stubs


Nameincendium-stubs JSON
Version 2023.4.0.post2 PyPI version JSON
download
home_page
Summaryincendium stubs package
upload_time2024-02-22 18:34:39
maintainer
docs_urlNone
author
requires_python<3.13,>=3.7
licenseMIT License Copyright (c) 2022 César Román Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords hmi ignition inductive automation scada
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # incendium-stubs

<!--- Badges --->
![GitHub last commit (stubs)](https://img.shields.io/github/last-commit/thecesrom/incendium-stubs/main)
[![GitHub contributors](https://img.shields.io/github/contributors/thecesrom/incendium-stubs)](https://github.com/ignition-incendium/incendium-stubs/graphs/contributors)
[![Downloads](https://pepy.tech/badge/incendium-stubs)](https://pepy.tech/project/incendium-stubs)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/ignition-incendium/stubs/main.svg)](https://results.pre-commit.ci/latest/github/ignition-incendium/stubs/main)
[![Join us on GitHub discussions](https://img.shields.io/badge/github-discussions-informational)](https://github.com/ignition-incendium/incendium/discussions)

This package contains a collection of [stubs](https://www.python.org/dev/peps/pep-484/) for [`ignition-incendium/incendium`](https://github.com/ignition-incendium/incendium). These files were generated using `mypy`'s [`stubgen`](https://coatl-mypy.readthedocs.io/en/v0.971/stubgen.html).

## Installation and usage

To use `incendium-stubs`, you may install it with `pip`. It requires Python 3.7 through 3.11.

```sh
python -m pip install incendium-stubs
```

To run `mypy` against your code, execute the following command passing the source directory (typically `src`) or a single file:

```sh
mypy src
```

Or

```sh
mypy code.py
```

## Contributing

See [CONTRIBUTING.md](https://github.com/ignition-incendium/incendium/blob/HEAD/CONTRIBUTING.md#contributing-to-incendium).

## Discussions

Feel free to post your questions and/or ideas at [Discussions](https://github.com/ignition-incendium/icendium/discussions).

## Contributors

Thanks to everyone who has contributed to this project.

Up-to-date list of contributors can be found [here](https://github.com/ignition-incendium/incendium-stubs/graphs/contributors).

## License

See the [LICENSE](https://github.com/ignition-incendium/incendium-stubs/blob/HEAD/LICENSE).

## Code of conduct

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "incendium-stubs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<3.13,>=3.7",
    "maintainer_email": "",
    "keywords": "hmi,ignition,inductive automation,scada",
    "author": "",
    "author_email": "C\u00e9sar Rom\u00e1n <cesar@thecesrom.dev>",
    "download_url": "https://files.pythonhosted.org/packages/1e/54/8b2fdd9e1b186195c9e23b076be0a76b3cc2252e3b0442157633bfb76d51/incendium-stubs-2023.4.0.post2.tar.gz",
    "platform": null,
    "description": "# incendium-stubs\n\n<!--- Badges --->\n![GitHub last commit (stubs)](https://img.shields.io/github/last-commit/thecesrom/incendium-stubs/main)\n[![GitHub contributors](https://img.shields.io/github/contributors/thecesrom/incendium-stubs)](https://github.com/ignition-incendium/incendium-stubs/graphs/contributors)\n[![Downloads](https://pepy.tech/badge/incendium-stubs)](https://pepy.tech/project/incendium-stubs)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/ignition-incendium/stubs/main.svg)](https://results.pre-commit.ci/latest/github/ignition-incendium/stubs/main)\n[![Join us on GitHub discussions](https://img.shields.io/badge/github-discussions-informational)](https://github.com/ignition-incendium/incendium/discussions)\n\nThis package contains a collection of [stubs](https://www.python.org/dev/peps/pep-484/) for [`ignition-incendium/incendium`](https://github.com/ignition-incendium/incendium). These files were generated using `mypy`'s [`stubgen`](https://coatl-mypy.readthedocs.io/en/v0.971/stubgen.html).\n\n## Installation and usage\n\nTo use `incendium-stubs`, you may install it with `pip`. It requires Python 3.7 through 3.11.\n\n```sh\npython -m pip install incendium-stubs\n```\n\nTo run `mypy` against your code, execute the following command passing the source directory (typically `src`) or a single file:\n\n```sh\nmypy src\n```\n\nOr\n\n```sh\nmypy code.py\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](https://github.com/ignition-incendium/incendium/blob/HEAD/CONTRIBUTING.md#contributing-to-incendium).\n\n## Discussions\n\nFeel free to post your questions and/or ideas at [Discussions](https://github.com/ignition-incendium/icendium/discussions).\n\n## Contributors\n\nThanks to everyone who has contributed to this project.\n\nUp-to-date list of contributors can be found [here](https://github.com/ignition-incendium/incendium-stubs/graphs/contributors).\n\n## License\n\nSee the [LICENSE](https://github.com/ignition-incendium/incendium-stubs/blob/HEAD/LICENSE).\n\n## Code of conduct\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 C\u00e9sar Rom\u00e1n  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "incendium stubs package",
    "version": "2023.4.0.post2",
    "project_urls": {
        "Funding": "https://github.com/sponsors/thecesrom",
        "Homepage": "https://thecesrom.dev/incendium-stubs",
        "Source": "https://github.com/thecesrom/incendium-stubs",
        "Tracker": "https://github.com/thecesrom/incendium-stubs/issues"
    },
    "split_keywords": [
        "hmi",
        "ignition",
        "inductive automation",
        "scada"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "812abeacce54f3ba3c1aecddbdf98f53caadf4fa06ef9358c36453be45f2c292",
                "md5": "cef89edb30a71d3910e3cffd5972d482",
                "sha256": "2506a54532631ce3ff1f484052125848124ee2abfa39525e0bd9d4134fd996de"
            },
            "downloads": -1,
            "filename": "incendium_stubs-2023.4.0.post2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cef89edb30a71d3910e3cffd5972d482",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.7",
            "size": 9727,
            "upload_time": "2024-02-22T18:34:38",
            "upload_time_iso_8601": "2024-02-22T18:34:38.511309Z",
            "url": "https://files.pythonhosted.org/packages/81/2a/beacce54f3ba3c1aecddbdf98f53caadf4fa06ef9358c36453be45f2c292/incendium_stubs-2023.4.0.post2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e548b2fdd9e1b186195c9e23b076be0a76b3cc2252e3b0442157633bfb76d51",
                "md5": "e6dd714c17e970d3eea73f0c1fb8f3b8",
                "sha256": "06501081fe4de8ace7de0e6161dd400bcf5b90e6b5f74cba35c95f15384a9c5b"
            },
            "downloads": -1,
            "filename": "incendium-stubs-2023.4.0.post2.tar.gz",
            "has_sig": false,
            "md5_digest": "e6dd714c17e970d3eea73f0c1fb8f3b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.7",
            "size": 7907,
            "upload_time": "2024-02-22T18:34:39",
            "upload_time_iso_8601": "2024-02-22T18:34:39.728826Z",
            "url": "https://files.pythonhosted.org/packages/1e/54/8b2fdd9e1b186195c9e23b076be0a76b3cc2252e3b0442157633bfb76d51/incendium-stubs-2023.4.0.post2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-22 18:34:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sponsors",
    "github_project": "thecesrom",
    "github_not_found": true,
    "lcname": "incendium-stubs"
}
        
Elapsed time: 0.23771s