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 sprinter

How to install sprinter

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install sprinter
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
0.8.0 Available View build log
 
Depended by
Lastest release
version 0.8.0 on Jan 9th, 2014
build status

Installation

It's recommended to use Sprinter's standalone installer:

OSX:

$ curl -s https://raw.github.com/toumorokoshi/sprinter/master/scripts/sandbox.sh > /tmp/sprinter; bash /tmp/sprinter

Debian-Based (e.g. Ubuntu):

$ cd /tmp/; rm sandbox.sh; wget https://raw.github.com/toumorokoshi/sprinter/master/scripts/sandbox.sh -O sandbox.sh; bash sandbox.sh

You can also install sprinter using easy_install or pip (not recommended, it's easier to update with the standalone):

$ (sudo) easy_install http://github.com/toumorokoshi/sprinter/tarball/master

$ (sudo) pip install http://github.com/toumorokoshi/sprinter/tarball/master

What is it?

A cross-platform environment bootstrapping framework!

Sprinter is a framework designed to making bootstrapping development environments easier. There are three main components to a usable sprinter environment:

  • This python egg, to fully utilize the framework
  • a sprinter.cfg file, which contains the configuration necessary to install features
  • sprinter formulas, which each feature uses as it's instruction manual on how to setup, update, and remove itself

Command list

Install an environment:

$ sprinter install ENVIRONMENT.cfg
$ sprinter install http://myenvironment.cfg

Install the environment specified in the environment.cfg file. It will update an environment if it already exists.:

$ sprinter update MY_ENVIRONMENT

Activate MY_ENVIRONMENT:

$ sprinter activate MY_ENVIRONMENT

deactivate MY_ENVIRONMENT:

$ sprinter deactivate MY_ENVIRONMENT

remove MY_ENVIRONMENT:

$ sprinter remove MY_ENVIRONMENT

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.