Giter VIP home page Giter VIP logo

risto-stevcev / iac-protocol Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 3.0 220 KB

:satellite: A protocol and interface that enables inter-application communication.

Home Page: https://pypi.python.org/pypi/iac-protocol

License: BSD 3-Clause "New" or "Revised" License

Python 84.38% Shell 15.62%
python iac inter-application-conmunication inter application communication protocol libreoffice gnumeric

iac-protocol's Introduction

IAC protocol readme

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 2+

Usage

The easy way:

Run pip install --user iac-protocol (or omit --user for global install) so pip can download it from PyPI (may need sudo/root), and go to step 5 on how to use the protocol.

The long way:

  1. Clone the repository.
  2. Run python setup.py sdist from the project directory to create a source distribution.
  3. Run pip install --user iac*.tar.gz (or omit --user for a global install) from the new dist/ directory to install the package (may need sudo/root).
  4. Enable an application for automation from the command-line (may need sudo/root):

    iacmodify -s to show all available interfaces iacmodify --enable -a lowriter to enable libreoffice writer

  5. Run iaci from the command-line to play with the interactive interpreter.

    or

    Run iacs to quickstart the server.

To update the version:

  1. Clone or pull the repository for the latest version.
  2. Recreate the source distribution using the steps above.
  3. 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.

iac-protocol's People

Contributors

risto-stevcev avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.