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 mopowg

How to install mopowg

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install mopowg
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.2.1.1 Available View build log
Windows (64-bit)
0.2.1.1 Available View build log
Mac OS X (10.5+)
0.2.1.1 Available View build log
Linux (32-bit)
0.2.1.1 Available View build log
Linux (64-bit)
0.2.1.1 Available View build log
 
Author
License
MIT <http://www.opensource.org/licenses/mit-licens
Imports
Lastest release
version 0.2.1.1 on Jan 5th, 2011

mopowg is an easy to install, cross-platform doc generator which is based on docutils.

mopowg could generate full documents with figures, styles, and syntax highlighting blocks.

It includes a command line tool and will provide the web front-end.

Install mopowg

You could use easy_install command to install mopowg:

$ easy_install mopowg

or you could install mopowg from sourse

First download the source:

$ hg clone http://hg.python.org.tw/mopowg

then:

$ python setup.py install

Usage

Run as a command

$ mopowg -i docs

Run as a single file

You could embeded mopowg into your project with a single file.

put mopowg.py to a document folder. run mopowg.py:

$ python mopowg.py -i docs

Run as a module

You could import mopowg module in your program:

System Message: WARNING/2 (<string>, line 50)

Literal block expected; none found.

import os from mopowg import mopowg

path = os.path.join(os.getcwd(), 'docs') ld = mopowg.scanner(path) mopowg.generator(input=ld)

ChangeLog

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:3

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.