Difference between revisions of "Package the Quick2Wire library"

From CDOT Wiki
Jump to: navigation, search
(Created page with '= Package the Quick2Wire Library = <!-- Replace "Project Name" with the actual name of the project in the line above. --> == Project Description == Quick2Wire is a Python packa…')
 
(Key contacts)
 
(2 intermediate revisions by the same user not shown)
Line 26: Line 26:
  
 
Quick2Wire is a python library for I2C access on the Pi. It is licensed under the MIT license and may work on other platforms as well (requires investigation).
 
Quick2Wire is a python library for I2C access on the Pi. It is licensed under the MIT license and may work on other platforms as well (requires investigation).
 +
 +
This package builds fairly cleanly on Fedora/Pidora, but must be packaged in compliance with the [[:fedora:Packaging:Python|Fedora Python Packaging Guidelines]]. It will be added to Fedora if it appears that it may be useful on other platforms (i.e., uses /dev/i2c* alone for device access), or in Pidora if it is very Pi-specific.
 
<!-- Provides more depth than the Project Description. This is the place for technical discussions, project specs, or other details. If this gets very long, you might consider breaking this part into multiple pages and linking to them. -->
 
<!-- Provides more depth than the Project Description. This is the place for technical discussions, project specs, or other details. If this gets very long, you might consider breaking this part into multiple pages and linking to them. -->
  
Line 35: Line 37:
 
<!-- Describe the tracking mechanisms you are using for your project (bugzilla, trac, github, ...) -->
 
<!-- Describe the tracking mechanisms you are using for your project (bugzilla, trac, github, ...) -->
  
=== Key contacts ===
+
<!-- === Key contacts ===
  
 
* TBA
 
* TBA
 +
-->
 
<!-- Add links to any mentors or key participants in the community. -->
 
<!-- Add links to any mentors or key participants in the community. -->
  

Latest revision as of 01:33, 8 October 2013

Package the Quick2Wire Library

Project Description

Quick2Wire is a Python package for I2C access.

Project Leader

Chris Tyler

Project Contributor(s)

  • TBA

Project Details

Quick2Wire is a python library for I2C access on the Pi. It is licensed under the MIT license and may work on other platforms as well (requires investigation).

This package builds fairly cleanly on Fedora/Pidora, but must be packaged in compliance with the Fedora Python Packaging Guidelines. It will be added to Fedora if it appears that it may be useful on other platforms (i.e., uses /dev/i2c* alone for device access), or in Pidora if it is very Pi-specific.

Project Plan

Tracking

  • Bugzilla or Trac will be used for review management.


Goals by Release

Goals for each release and plans for reaching those goals:

  • 0.1 - Initial packaging. Package sent for review in Fedora (if this is useful on devices beyond the Pi) or Pidora (if useful only on the Pi)
  • 0.2 - Review issues addressed, package through the review process.
  • 0.3 - Package in Fedora or Pidora.

Communication

Mailing Lists

Upsteam Wiki and Web

Links/Bugs/Tracking

Source Code Control

Blogs


Project News

  • 2013-10-07: Project started!