Skip to main content

An interface/protocol that provides inter-application communication and scripting.

Project description

.. _readme:

*******************
IAC protocol readme
*******************

.. index::
single: readme


IAC protocol
============

The IAC (*inter-application communication*) protocol enables inter-application communication and scripting.

Have you ever wanted to program or script something using the internal functionality of a program, such as a document or spreadsheet program? This interface and protocol specification lets you do just that!

Create the automation scripts of your dreams, and contribute to the growing body of supported programs.

View the package in the PyPI repository_


Requirements
============

| Python 3+


Usage
=====

**The easy way:**

Run ``pip install --user iac-protocol`` so pip can download it from PyPI, and go to step 5 on how to use the protocol.

**The long way:**

#. Clone the repository.

#. Run ``python setup.py sdist`` from the project directory to create a
source distribution.

#. Run ``pip install --user iac*.tar.gz`` from the new ``dist/``
directory to install the package.

#. Enable an application for automation under the ``interfaces.py`` file manually or by using the ``modify_interfaces`` module,
and read the official documentation for any additional setup instructions.

#. Run ``python -c "import iac.interpreter as iaci; iaci.main()"`` to
play with the interactive interpreter.

*or*

Run ``python -c "import iac.server as iacs; iacs.main()"`` to quickstart the server.

To update the version:

#. Clone or pull the repository for the latest version.

#. Recreate the source distribution using the steps above.

#. Run ``pip upgrade iac*.tar.gz`` from the ``dist/`` directory to
upgrade the package.

To uninstall, run ``pip uninstall iac-protocol``.

Please read the official documentation_ for complete instructions.

.. _repository: https://pypi.python.org/pypi/iac-protocol
.. _documentation: http://pythonhosted.org/iac-protocol/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iac-protocol-0.3.tar.gz (10.4 kB view details)

Uploaded Source

File details

Details for the file iac-protocol-0.3.tar.gz.

File metadata

  • Download URL: iac-protocol-0.3.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for iac-protocol-0.3.tar.gz
Algorithm Hash digest
SHA256 7b38cb16ab9e35ea4f399ee16be71cc2c7aa88e2cc612335b8dac1b2e5e8ab44
MD5 7d8f595dc1bc03562f9f8e922da66f27
BLAKE2b-256 fac1836fd5c086ad21bf096148284ea61e9923b680fa10710b7bb2cdb0cbfe0f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page