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 alp

How to install Alp

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install alp
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1.1 Available View build log
Windows (64-bit)
0.1.1 Available View build log
Mac OS X (10.5+)
0.1.1 Available View build log
Linux (32-bit)
0.1.1 Available View build log
Linux (64-bit)
0.1.1 Available View build log
 
Author
License
GPLv3+
Imports
Lastest release
version 0.1.1 on Jan 5th, 2011

The Alp is a new unit meant for measuring time. To understand and use this unit, the program included in this distribution has been created. It's both a command-line tool, named "alp", and a Python module.

You can learn about the Alp unit and download documentation about it at http://metanohi.org/projects/alp/

License

Alp software is free software under the terms of the GNU General Public License version 3 (or any later version). The author of Alp software is Niels Serup, contactable at ns@metanohi.org. This is version 0.1.1 of the program.

The libraries used by Alp software are GPL-compatible.

Installing

The Alp program and module is contained in a single file, alp.py. It is not necessary to install it, but it can make it easier to use the Alp software.

Way #1

Just run this (requires that you have python-setuptools installed):

# easy_install Alp
Way #2

Get the newest version of Alp at http://metanohi.org/projects/alp/ or at http://pypi.python.org/pypi/Alp

Extract the downloaded file and run this in a terminal:

# python setup.py install

Dependencies

Python 2.5+ is probably a requirement.

For formatting and control codes, Alp will attempt to use ncurses. If that fails, Alp will try to use the Python termcolor module, available at http://pypi.python.org/pypi/termcolor/, installable using $ sudo easy_install termcolor (released under the GPLv3+).

If present, Alp will also use the setproctitle Python module, available at http://pypi.python.org/pypi/setproctitle/, installable using $ sudo easy_install setproctitle (released under the New BSD License).

Using

When using the Alp software as a command-line tool, simply run alp. Run alp --help to see what options you can specify.

When using it as a module, just use import alp in your Python program. To learn how the Alp module works, run pydoc alp or python -c 'import alp; help(alp)'. There are also a couple of tests in the tests directory.

Developing

Alp software is written in Python and uses Git for branches. To get the latest branch, get it from gitorious.org like this:

$ git clone git://gitorious.org/Alp/alp.git

This document

Copyright (C) 2010 Niels Serup

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.

Subscribe to package updates

Last updated Jan 5th, 2011

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.