[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#800393: ITP: pingo -- Generic API for controlling boards with programmable IO pins



Package: wnpp
Severity: wishlist
Owner: Paulo Kretcheu <kretcheu@gmail.com>

* Package name    : pingo
  Version         : 0.2.0
  Upstream Author : Luciano Ramalho <luciano@ramalho.org>
* URL             : http://pingo.io
* License         : MIT
  Programming Lang: Python
  Description     : Generic API for controlling boards with programmable IO pins

  Pingo provides a uniform API to program devices like the Raspberry Pi,
  BeagleBone Black, pcDuino etc. just like the Python DBAPI provides an uniform
  API for database programming in Python.

  The API is object-oriented but easy to use: a board is an instance of a Board
  subclass. Every board has a dictionary called pins which lists all GPIO pins
  on the board. Each pin is an instance of a Pin subclass with attributes that
  you can inspect to learn about its capabilities.

  The name Pingo is a tribute to Garoa Hacker Clube, where the project started
  (the words pingo and garoa are related in Portuguese). To our English-speaking
  friends we like to say that it means "pin, go!".


Reply to: