Name | ignition-api-stubs JSON |
Version |
8.1.44.post1
JSON |
| download |
home_page | None |
Summary | Ignition Scripting API Stubs |
upload_time | 2024-11-06 19:03:04 |
maintainer | None |
docs_url | None |
author | None |
requires_python | <3.13,>=3.7 |
license | MIT 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.
|
# ignition-api-stubs
<!--- Badges --->
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ignition-api-stubs)](https://pypi.org/project/ignition-api-stubs/)
[![Downloads](https://pepy.tech/badge/ignition-api-stubs)](https://pepy.tech/project/ignition-api-stubs)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/ignition-devs/ignition-api-8.1-stubs/main.svg)](https://results.pre-commit.ci/latest/github/ignition-devs/ignition-api-8.1-stubs/main)
[![Join us on GitHub discussions](https://img.shields.io/badge/github-discussions-informational)](https://github.com/orgs/ignition-devs/discussions)
This package contains a collection of [stubs] for [`ignition-api-8.1`]. These
files were generated using `mypy`'s [`stubgen`].
## Installation and usage
To use ignition-api-stubs, you may install it with `pip`. It requires Python
3.7+ through 3.12.
> [!WARNING]
> Python 3.13 will not be supported.
```sh
python3 -m pip install ignition-api-stubs
```
To run `mypy` against your code, execute the following command passing the
source directory (typically `src`) or a single file:
```sh
mypy --py2 src
```
Or
```sh
mypy --py2 code.py
```
## Contributing
See [contributing guidelines].
## Discussions
Feel free to post your questions and/or ideas at [Discussions].
## Contributors
Thanks to everyone who has contributed to this project.
Up-to-date list of contributors can be found [here].
## License
See the [LICENSE].
## Code of conduct
See [code of conduct].
<!-- Links -->
[code of conduct]: https://github.com/ignition-devs/.github/blob/main/CODE_OF_CONDUCT.md
[contributing guidelines]: https://github.com/ignition-devs/ignition-api-8.1/blob/main/CONTRIBUTING.md
[Discussions]: https://github.com/ignition-devs/discussions/discussions
[here]: https://github.com/ignition-devs/ignition-api-8.1-stubs/graphs/contributors
[`ignition-api-8.1`]: https://github.com/ignition-devs/ignition-api-8.1
[LICENSE]: ./LICENSE
[`stubgen`]: https://mypy.readthedocs.io/en/stable/stubgen.html
[stubs]: https://www.python.org/dev/peps/pep-484/
Raw data
{
"_id": null,
"home_page": null,
"name": "ignition-api-stubs",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.7",
"maintainer_email": null,
"keywords": "hmi, ignition, inductive automation, scada",
"author": null,
"author_email": "C\u00e9sar Rom\u00e1n <cesar@coatl.dev>",
"download_url": "https://files.pythonhosted.org/packages/ca/42/c296120fcf178dbeccfd33a90cdbeeb5adad31e99d6e3cadcc39e85e055d/ignition_api_stubs-8.1.44.post1.tar.gz",
"platform": null,
"description": "# ignition-api-stubs\n\n<!--- Badges --->\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ignition-api-stubs)](https://pypi.org/project/ignition-api-stubs/)\n[![Downloads](https://pepy.tech/badge/ignition-api-stubs)](https://pepy.tech/project/ignition-api-stubs)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/ignition-devs/ignition-api-8.1-stubs/main.svg)](https://results.pre-commit.ci/latest/github/ignition-devs/ignition-api-8.1-stubs/main)\n[![Join us on GitHub discussions](https://img.shields.io/badge/github-discussions-informational)](https://github.com/orgs/ignition-devs/discussions)\n\nThis package contains a collection of [stubs] for [`ignition-api-8.1`]. These\nfiles were generated using `mypy`'s [`stubgen`].\n\n## Installation and usage\n\nTo use ignition-api-stubs, you may install it with `pip`. It requires Python\n3.7+ through 3.12.\n\n> [!WARNING]\n> Python 3.13 will not be supported.\n\n```sh\npython3 -m pip install ignition-api-stubs\n```\n\nTo run `mypy` against your code, execute the following command passing the\nsource directory (typically `src`) or a single file:\n\n```sh\nmypy --py2 src\n```\n\nOr\n\n```sh\nmypy --py2 code.py\n```\n\n## Contributing\n\nSee [contributing guidelines].\n\n## Discussions\n\nFeel free to post your questions and/or ideas at [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].\n\n## License\n\nSee the [LICENSE].\n\n## Code of conduct\n\nSee [code of conduct].\n\n<!-- Links -->\n[code of conduct]: https://github.com/ignition-devs/.github/blob/main/CODE_OF_CONDUCT.md\n[contributing guidelines]: https://github.com/ignition-devs/ignition-api-8.1/blob/main/CONTRIBUTING.md\n[Discussions]: https://github.com/ignition-devs/discussions/discussions\n[here]: https://github.com/ignition-devs/ignition-api-8.1-stubs/graphs/contributors\n[`ignition-api-8.1`]: https://github.com/ignition-devs/ignition-api-8.1\n[LICENSE]: ./LICENSE\n[`stubgen`]: https://mypy.readthedocs.io/en/stable/stubgen.html\n[stubs]: https://www.python.org/dev/peps/pep-484/\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": "Ignition Scripting API Stubs",
"version": "8.1.44.post1",
"project_urls": {
"Funding": "https://github.com/sponsors/cesarcoatl",
"Homepage": "https://ignition-devs.github.io/ignition-api-8.1-stubs/",
"Source": "https://github.com/ignition-devs/ignition-api-8.1-stubs",
"Tracker": "https://github.com/ignition-devs/ignition-api-8.1-stubs/issues"
},
"split_keywords": [
"hmi",
" ignition",
" inductive automation",
" scada"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b8890afabd69b9adbd674bab9999cfbad95a19000555c92421b89122518ac0e9",
"md5": "8b6ccb74ee745ab1789c11d16f27789a",
"sha256": "9c4fe7bc2854efc5329fac3576cc305a3c0716be167089d3ac9e380ffa938aa1"
},
"downloads": -1,
"filename": "ignition_api_stubs-8.1.44.post1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8b6ccb74ee745ab1789c11d16f27789a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.7",
"size": 138763,
"upload_time": "2024-11-06T19:03:02",
"upload_time_iso_8601": "2024-11-06T19:03:02.322909Z",
"url": "https://files.pythonhosted.org/packages/b8/89/0afabd69b9adbd674bab9999cfbad95a19000555c92421b89122518ac0e9/ignition_api_stubs-8.1.44.post1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ca42c296120fcf178dbeccfd33a90cdbeeb5adad31e99d6e3cadcc39e85e055d",
"md5": "de280ad54f842e05dd0dd29e9cef83f7",
"sha256": "f1487efe71490b3f0e0a65165d9d1e3d6c1a58853fc8b7255ff5864092f650c7"
},
"downloads": -1,
"filename": "ignition_api_stubs-8.1.44.post1.tar.gz",
"has_sig": false,
"md5_digest": "de280ad54f842e05dd0dd29e9cef83f7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.7",
"size": 88519,
"upload_time": "2024-11-06T19:03:04",
"upload_time_iso_8601": "2024-11-06T19:03:04.359378Z",
"url": "https://files.pythonhosted.org/packages/ca/42/c296120fcf178dbeccfd33a90cdbeeb5adad31e99d6e3cadcc39e85e055d/ignition_api_stubs-8.1.44.post1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-06 19:03:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sponsors",
"github_project": "cesarcoatl",
"github_not_found": true,
"lcname": "ignition-api-stubs"
}