ignition-api


Nameignition-api JSON
Version 8.1.39.post1 PyPI version JSON
download
home_pagehttps://ignition-api.github.io/8.1
SummaryIgnition Scripting API
upload_time2024-04-30 18:29:02
maintainerNone
docs_urlNone
authorCésar Román
requires_python==2.7.18
licenseMIT
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 8.1

<!--- Badges --->
![GitHub last commit (8.1)](https://img.shields.io/github/last-commit/ignition-api/8.1/main)
[![GitHub contributors](https://img.shields.io/github/contributors/ignition-api/8.1)](https://github.com/ignition-api/8.1/graphs/contributors)
[![Downloads](https://static.pepy.tech/badge/ignition-api)](https://pepy.tech/project/ignition-api)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Join us on GitHub discussions](https://img.shields.io/badge/github-discussions-informational)](https://github.com/ignition-api/8.1/discussions)

ignition-api is a Python package that allows developers to get code completion
for Ignition Scripting API scripting functions in their IDE of choice.

## Table of contents

- [Prerequisites](#prerequisites)
- [Installation and usage](#installation-and-usage)
  - [Installing with pip](#installing-with-pip)
  - [Downloading from releases](#downloading-from-releases)
    - [Using as a dependency in PyCharm](#using-as-a-dependency-in-pycharm)
- [Project structure](#project-structure)
  - [Packages](#packages)
- [Contributing](#contributing)
- [Discussions](#discussions)
- [Contributors](#contributors)
- [License](#license)
- [Code of conduct](#code-of-conduct)

## Prerequisites

Before you begin, ensure you have met the following requirements:

- You have installed [Python 2.7.18]
- You are familiar with [Ignition System Functions]

## Installation and usage

To use ignition-api, you may install it by doing any of the following.

### Installing with `pip`

The preferred method is to install it by running `pip`. It requires Python
2.7.18.

```bash
python2 -m pip install ignition-api
```

This will install it as package to your Python installation, which will allow
you to call Ignition Scripting functions from Python's REPL, and get code
completion using an IDE such as PyCharm and Visual Studio Code.

```bash
$ python2
Python 2.7.18 (default, Nov  9 2020, 16:23:15)
[GCC Apple LLVM 12.0.0 (clang-1200.0.32.21)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from __future__ import print_function
>>> import system.util
>>> print(system.util.__doc__)
Utility Functions.

The following functions give you access to view various Gateway and
Client data, as well as interact with other various systems.

>>> system.util.beep()
>>> quit()
```

And to uninstall:

```bash
python2 -m pip uninstall ignition-api
```

### Downloading from releases

You may also download the code targeted to your desired version from [releases]
and add it as a dependency to your scripting project.

#### Using as a dependency in PyCharm

To include ignition-api as a dependency in PyCharm, you will need to attach it
to your project.

1. Clone the repo or download from [releases]
1. With your project open where you want to include `ignition-api`, navigate to
   `File > Open` and select the `ignition-api` project folder
1. Choose `Attach` when prompted
1. Under the `ignitition-api` project folder, right-click on the `src/` folder
   and choose `Mark Directory as > Sources Root`

## Project structure

### Packages

This project consists of the following packages:

- com.inductiveautomation
- java
- javax
- org
- system

#### com.inductiveautomation

This package includes supporting Inductive Automation's classes and interfaces.
For more information, see documentation here:
<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.39/index.html>.

#### java/javax

These packages include supporting Java classes and interfaces. For more
information, see documentation here:
<https://docs.oracle.com/en/java/javase/17/docs/api/index.html>.

#### org.apache

This package includes supporting classes and interfaces from Apache Commons Math
API. For more information, see documentation here:
<https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/index.html>

#### org.json

This package includes supporting classes and interfaces from the Inductive
Automation's `org.json` package, see documentation here:
<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.39/org/json/package-summary.html>

#### org.python

This package includes supporting Jython classes and interfaces. For more
information, see documentation here:
<https://www.javadoc.io/doc/org.python/jython-standalone/2.7.3/index.html>.

#### org.slf4j

This package includes supporting classes and interfaces from SLF4J API Module.
For more information, see documentation here:
<https://www.javadoc.io/doc/org.slf4j/slf4j-api/1.7.26/overview-summary.html>.

#### system

This package includes all Ignition Scripting Functions. For more information,
see documentation here:
<https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions>.

## Contributing

See [CONTRIBUTING.md].

## 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: [CONTRIBUTORS].

## License

See the [LICENSE].

## Code of conduct

This project has adopted the [Microsoft Open Source Code of Conduct].

<!-- Links -->
[CONTRIBUTING.md]: https://github.com/ignition-api/.github/blob/main/CONTRIBUTING.md#contributing-to-ignition-api
[CONTRIBUTORS]: https://github.com/ignition-api/8.1/graphs/contributors
[Discussions]: https://github.com/ignition-api/discussions
[Ignition System Functions]: https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions
[LICENSE]: ./LICENSE
[Microsoft Open Source Code of Conduct]: https://opensource.microsoft.com/codeofconduct/
[Python 2.7.18]: https://www.python.org/downloads/release/python-2718/
[releases]: https://github.com/ignition-api/8.1/releases



            

Raw data

            {
    "_id": null,
    "home_page": "https://ignition-api.github.io/8.1",
    "name": "ignition-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "==2.7.18",
    "maintainer_email": null,
    "keywords": "hmi, ignition, inductive automation, scada",
    "author": "C\u00e9sar Rom\u00e1n",
    "author_email": "cesar@coatl.dev",
    "download_url": "https://files.pythonhosted.org/packages/75/9f/c1bc38179958d2d40c2e769ba5cac61acf8568167f38d7e3494b17272079/ignition_api-8.1.39.post1.tar.gz",
    "platform": null,
    "description": "# ignition-api 8.1\n\n<!--- Badges --->\n![GitHub last commit (8.1)](https://img.shields.io/github/last-commit/ignition-api/8.1/main)\n[![GitHub contributors](https://img.shields.io/github/contributors/ignition-api/8.1)](https://github.com/ignition-api/8.1/graphs/contributors)\n[![Downloads](https://static.pepy.tech/badge/ignition-api)](https://pepy.tech/project/ignition-api)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Join us on GitHub discussions](https://img.shields.io/badge/github-discussions-informational)](https://github.com/ignition-api/8.1/discussions)\n\nignition-api is a Python package that allows developers to get code completion\nfor Ignition Scripting API scripting functions in their IDE of choice.\n\n## Table of contents\n\n- [Prerequisites](#prerequisites)\n- [Installation and usage](#installation-and-usage)\n  - [Installing with pip](#installing-with-pip)\n  - [Downloading from releases](#downloading-from-releases)\n    - [Using as a dependency in PyCharm](#using-as-a-dependency-in-pycharm)\n- [Project structure](#project-structure)\n  - [Packages](#packages)\n- [Contributing](#contributing)\n- [Discussions](#discussions)\n- [Contributors](#contributors)\n- [License](#license)\n- [Code of conduct](#code-of-conduct)\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- You have installed [Python 2.7.18]\n- You are familiar with [Ignition System Functions]\n\n## Installation and usage\n\nTo use ignition-api, you may install it by doing any of the following.\n\n### Installing with `pip`\n\nThe preferred method is to install it by running `pip`. It requires Python\n2.7.18.\n\n```bash\npython2 -m pip install ignition-api\n```\n\nThis will install it as package to your Python installation, which will allow\nyou to call Ignition Scripting functions from Python's REPL, and get code\ncompletion using an IDE such as PyCharm and Visual Studio Code.\n\n```bash\n$ python2\nPython 2.7.18 (default, Nov  9 2020, 16:23:15)\n[GCC Apple LLVM 12.0.0 (clang-1200.0.32.21)] on darwin\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n>>> from __future__ import print_function\n>>> import system.util\n>>> print(system.util.__doc__)\nUtility Functions.\n\nThe following functions give you access to view various Gateway and\nClient data, as well as interact with other various systems.\n\n>>> system.util.beep()\n>>> quit()\n```\n\nAnd to uninstall:\n\n```bash\npython2 -m pip uninstall ignition-api\n```\n\n### Downloading from releases\n\nYou may also download the code targeted to your desired version from [releases]\nand add it as a dependency to your scripting project.\n\n#### Using as a dependency in PyCharm\n\nTo include ignition-api as a dependency in PyCharm, you will need to attach it\nto your project.\n\n1. Clone the repo or download from [releases]\n1. With your project open where you want to include `ignition-api`, navigate to\n   `File > Open` and select the `ignition-api` project folder\n1. Choose `Attach` when prompted\n1. Under the `ignitition-api` project folder, right-click on the `src/` folder\n   and choose `Mark Directory as > Sources Root`\n\n## Project structure\n\n### Packages\n\nThis project consists of the following packages:\n\n- com.inductiveautomation\n- java\n- javax\n- org\n- system\n\n#### com.inductiveautomation\n\nThis package includes supporting Inductive Automation's classes and interfaces.\nFor more information, see documentation here:\n<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.39/index.html>.\n\n#### java/javax\n\nThese packages include supporting Java classes and interfaces. For more\ninformation, see documentation here:\n<https://docs.oracle.com/en/java/javase/17/docs/api/index.html>.\n\n#### org.apache\n\nThis package includes supporting classes and interfaces from Apache Commons Math\nAPI. For more information, see documentation here:\n<https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/index.html>\n\n#### org.json\n\nThis package includes supporting classes and interfaces from the Inductive\nAutomation's `org.json` package, see documentation here:\n<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.39/org/json/package-summary.html>\n\n#### org.python\n\nThis package includes supporting Jython classes and interfaces. For more\ninformation, see documentation here:\n<https://www.javadoc.io/doc/org.python/jython-standalone/2.7.3/index.html>.\n\n#### org.slf4j\n\nThis package includes supporting classes and interfaces from SLF4J API Module.\nFor more information, see documentation here:\n<https://www.javadoc.io/doc/org.slf4j/slf4j-api/1.7.26/overview-summary.html>.\n\n#### system\n\nThis package includes all Ignition Scripting Functions. For more information,\nsee documentation here:\n<https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions>.\n\n## Contributing\n\nSee [CONTRIBUTING.md].\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: [CONTRIBUTORS].\n\n## License\n\nSee the [LICENSE].\n\n## Code of conduct\n\nThis project has adopted the [Microsoft Open Source Code of Conduct].\n\n<!-- Links -->\n[CONTRIBUTING.md]: https://github.com/ignition-api/.github/blob/main/CONTRIBUTING.md#contributing-to-ignition-api\n[CONTRIBUTORS]: https://github.com/ignition-api/8.1/graphs/contributors\n[Discussions]: https://github.com/ignition-api/discussions\n[Ignition System Functions]: https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions\n[LICENSE]: ./LICENSE\n[Microsoft Open Source Code of Conduct]: https://opensource.microsoft.com/codeofconduct/\n[Python 2.7.18]: https://www.python.org/downloads/release/python-2718/\n[releases]: https://github.com/ignition-api/8.1/releases\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Ignition Scripting API",
    "version": "8.1.39.post1",
    "project_urls": {
        "Documentation": "https://docs.inductiveautomation.com/display/DOC81/System+Functions",
        "Funding": "https://github.com/sponsors/thecesrom",
        "Homepage": "https://ignition-api.github.io/8.1",
        "Source": "https://github.com/ignition-api/8.1",
        "Tracker": "https://github.com/ignition-api/8.1/issues"
    },
    "split_keywords": [
        "hmi",
        " ignition",
        " inductive automation",
        " scada"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b844959d5819e099bae0dc6374fbb5a7e3dd424f885eeb16610c1df5e32da85",
                "md5": "417dcf6cba641567f69b99d8c9d73fd0",
                "sha256": "356001f831a2da38a817a0de19050924143607726d841f5fab45cbed9555ecb9"
            },
            "downloads": -1,
            "filename": "ignition_api-8.1.39.post1-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "417dcf6cba641567f69b99d8c9d73fd0",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": "==2.7.18",
            "size": 242799,
            "upload_time": "2024-04-30T18:28:59",
            "upload_time_iso_8601": "2024-04-30T18:28:59.374017Z",
            "url": "https://files.pythonhosted.org/packages/9b/84/4959d5819e099bae0dc6374fbb5a7e3dd424f885eeb16610c1df5e32da85/ignition_api-8.1.39.post1-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "759fc1bc38179958d2d40c2e769ba5cac61acf8568167f38d7e3494b17272079",
                "md5": "7bffd96be25a2aef3c08d02cf6e27581",
                "sha256": "df88d5e038b1e0557048b652cf0e7d04ac7becb016305daa1b66cc2aae3e8b12"
            },
            "downloads": -1,
            "filename": "ignition_api-8.1.39.post1.tar.gz",
            "has_sig": false,
            "md5_digest": "7bffd96be25a2aef3c08d02cf6e27581",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "==2.7.18",
            "size": 176149,
            "upload_time": "2024-04-30T18:29:02",
            "upload_time_iso_8601": "2024-04-30T18:29:02.289216Z",
            "url": "https://files.pythonhosted.org/packages/75/9f/c1bc38179958d2d40c2e769ba5cac61acf8568167f38d7e3494b17272079/ignition_api-8.1.39.post1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 18:29:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sponsors",
    "github_project": "thecesrom",
    "github_not_found": true,
    "lcname": "ignition-api"
}
        
Elapsed time: 0.28777s