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 collective.package

How to install collective.package

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install collective.package
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.3.1 Available View build log
0.2 Failed View build log
Windows (64-bit)
0.3.1 Available View build log
0.2 Failed View build log
Mac OS X (10.5+)
0.3.1 Available View build log
0.2 Available View build log
Linux (32-bit)
0.3.1 Available View build log
0.2 Available View build log
Linux (64-bit)
0.3.1 Available View build log
0.2 Available View build log
 
Author
License
ZPL
Dependencies
Lastest release
version 0.3.1 on May 23rd, 2012

Introduction

collective.package is a sample add-on package for Plone developers.

Motivation

Boilerplate code from ZopeSkel is nice; but not quite as nice as example code.

Installation

You may install this add-on via Buildout, like so:

virtualenv-2.7 .
bin/pip install zc.buildout
bin/buildout init
cat << EOF > buildout.cfg
[buildout]
extends = http://build.pythonpackages.com/buildout/plone/latest
[plone]
eggs += collective.package
EOF
bin/buildout
bin/plone fg
Examples

This package contains code examples for common add-on package tasks in Plone. For example, creating a Python package that "shows up" as an installable add-on in the Plone control panel. Or installing an authentication plugin.

Here is a list of examples:

  • How do I make my package "show up" in Plone?
    • Use the Quick Installer.
  • How do I create an authentication plugin?
    • Use the Pluggable Auth Service.

Changelog

0.3.1 (2012-04-07)
  • Clean up package [aclark]
0.3.0 (2012-04-07)
  • Clean up package [aclark]
0.2 (12/01/2010)
  • Add PAS example
  • Rename Products.product to collective.package
0.1 - Unreleased
  • Initial release

Subscribe to package updates

Last updated May 23rd, 2012

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.