Skip to content
Ralph McArdell edited this page May 23, 2013 · 11 revisions

Dibase Raspberry Pi Python Repository Wiki Home

Welcome!

This repository contains various Raspberry Pi specific Python packages created by me, Ralph McArdell. Dibase Limited is my (UK, England and Wales registered) trading company. Dibase is considerably shorter than my name so is a useful outer package/module/namespace name for code I create to differentiate it from other's code.

Initially the repository contains only one useful package - dibase.rpi.gpio - for using Raspberry Pi's GPIO lines via the Linux user space sys file system. All of my Raspberry Pi related packages are intended to be within the dibase.rpi parent packages used to differentiate this gpio (or other contained package) from other gpio (or other package with a clashing name). The dibase.rpi package provides generic Raspberry Pi services.

License

The code may be used freely and is dual licensed under BSD 3 clause license or, if you need to use it, GPL v2 or later.

For the purposes of licensing Dibase Limited is the organisation and R. E. McArdell (i.e. myself) is a contributor and/or author.

Package Documentation