About | newsletter is for making newsletters with python. In very early stages of development. See COPYING for LGPL licence details. |
Bugs | https://bitbucket.org/illume/newsletter/issues |
Source | |
Docs | http://packages.python.org/newsletter/ |
pypi | http://pypi.python.org/pypi/newsletter |
Authors | Only one developer so far, maybe more if it becomes useful. Rene Dudfield <renesd@gmail.com> is a lead developer and maintainer of pygame, and is also a Website developer, and App developer |
newsletter contains a library for newsletters and a newsletterapp
This makes an isolated install for you, so it does not pollute your system packages:
virtualenv --no-site-packages --distribute myvirtualpython
cd myvirtualpython
source bin/activate
pip install newsletter --pre
newsletterapp --help
Installing with virtualenv and pip is recommended.
Using setup.py to install into your normal python sitewide directory:
python setup.py install
Contents: