Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install ino

How to install ino

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install ino
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.3.3
0.3.5Never BuiltWhy not?
0.3.3 Available View build log
0.3.1 Available View build log
0.3.0 Available View build log
0.2.0 Available View build log
0.1.11 Available View build log
0.1.10 Available View build log
0.1.9 Available View build log
0.1.8 Available View build log
Windows (64-bit)
0.3.3
0.3.5Never BuiltWhy not?
0.3.3 Available View build log
0.3.1 Available View build log
0.3.0 Available View build log
0.2.0 Available View build log
0.1.11 Available View build log
0.1.10 Available View build log
0.1.9 Available View build log
0.1.8 Available View build log
Mac OS X (10.5+)
0.3.3
0.3.5Never BuiltWhy not?
0.3.3 Available View build log
0.3.1 Available View build log
0.3.0 Available View build log
0.2.0 Available View build log
0.1.11 Available View build log
0.1.10 Available View build log
0.1.9 Available View build log
0.1.8 Available View build log
Linux (32-bit)
0.3.3
0.3.5Never BuiltWhy not?
0.3.3 Available View build log
0.3.1 Available View build log
0.3.0 Available View build log
0.2.0 Available View build log
0.1.11 Available View build log
0.1.10 Available View build log
0.1.9 Available View build log
0.1.8 Available View build log
Linux (64-bit)
0.3.5 Available View build log
0.3.3 Available View build log
0.3.1 Available View build log
0.3.0 Available View build log
0.2.0 Available View build log
0.1.11 Available View build log
0.1.10 Available View build log
0.1.9 Available View build log
0.1.8 Available View build log
 
License
MIT
Imports
Lastest release
version 0.3.5 on Jan 9th, 2014

Ino is a command line toolkit for working with Arduino hardware

It allows you to:

  • Quickly create new projects
  • Build a firmware from multiple source files and libraries
  • Upload the firmware to a device
  • Perform serial communication with a device (aka serial monitor)

Ino may replace Arduino IDE UI if you prefer to work with command line and an editor of your choice or if you want to integrate Arduino build process to 3-rd party IDE.

Ino is based on make to perform builds. However Makefiles are generated automatically and you'll never see them if you don't want to.

Features

  • Simple. No build scripts are necessary.
  • Out-of-source builds. Directories with source files are not cluttered with intermediate object files.
  • Support for *.ino and *.pde sketches as well as raw *.c and *.cpp.
  • Support for Arduino Software versions 1.x as well as 0.x.
  • Automatic dependency tracking. Referred libraries are automatically included in the build process. Changes in *.h files lead to recompilation of sources which include them.
  • Pretty colorful output.
  • Support for all boards that are supported by Arduino IDE.
  • Fast. Discovered tool paths and other stuff is cached across runs. If nothing has changed, nothing is build.
  • Flexible. Support for simple ini-style config files to setup machine-specific info like used Arduino model, Arduino distribution path, etc just once.

Installation

From source:

  • Download latest source tarball
  • Or clone it from GitHub: git clone git://github.com/amperka/ino.git
  • Do make install to perform installation under /usr/local
  • Or see INSTALL for instructions on changing destination directory

With Python setup tools:

  • Either pip install ino
  • Or easy_install ino

Requirements

  • Python 2.6+
  • Arduino IDE distribution
  • picocom for serial communication

Limitations

  • As for current version, ino works only in Linux and MacOS. However it was created with other OS users in mind, so it will eventually get full cross-platform support. Help from Windows-developers is much appreciated.

Getting Help

License

If not stated otherwise ino is distributed in terms of MIT software license. See MIT-LICENSE.txt in the distribution for details.

Changelog

0.3.5
  • Fix #62: Include MIT-LICENSE.txt in the tarball.
0.3.4
  • Fix #44, #45: Building and uploading for Arduino Leonardo is fully supported.
  • Fix #3, #29: Build artifacts for different board models and Arduino distributions go in different build subdirectories, so you haven't to run ino clean and rebuild if you switch to another Arduino model or software distribution.
  • The version of avr gcc toolset that is bundled with Arduino Software is now always preferred over system-wide. So that users with edge-versions of software (such as Arch Linux) able to produce expected results.
0.3.3
  • Fix #16: *.ino and *.pde sketches are now populated with function prototypes while preprocessing step in the same way as it done by Arduino IDE, so it is now possible to use functions before they're declared or defined.
0.3.2
  • Fix #13: Local header #includes from sketch files are no longer lead to 'No such file or directory' error. Now GCC is given an additional include path pointing to the sketch origin while compiling processed source.
  • Fix #18: Proper scanning of dependency files when multiple library dependencies are found on the same line. Now all of them are taken into account, not just first one.
  • Add: Processed sketch files now have #line directive so that they appear as original source in GCC output in case of syntax errors.
  • Add: Automatic dependency tracking for included header files. Now a sketch or cpp source get rebuild once an included (directly or indirectly) header changes.
0.3.1
  • Support for ino build --verbose
0.3.0
  • MacOS support
  • Serial port guess
0.2.0
  • Support for Arduino Software version 1.0
0.1.x
  • Initial release
  • Various bug fixes

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.