Go to file
Jay Deiman 5367d13304 Added the README.md 2011-12-12 14:23:56 -06:00
examples Changed the test to be forking for the example 2011-12-12 14:05:34 -06:00
.gitignore Added a couple of package building ignores 2011-12-12 14:13:24 -06:00
LICENSE Adding in the LICENSE and setup stub 2011-12-12 14:06:31 -06:00
MANIFEST.in Added the README.md 2011-12-12 14:23:56 -06:00
README.md Changed the README to markdown 2011-12-12 14:22:53 -06:00
libmilter.py Added licensing info 2011-12-12 14:06:08 -06:00
setup.py Added the setup script and the MANIFEST 2011-12-12 14:11:11 -06:00

README.md

python-libmilter

INSTALL

  1. If you have a .tar.gz, extract that first.

    tar -xvzf python-libmilter*.tar.gz

  2. Now, just cd into the directory and install it

    cd python-libmilter* python setup.py install

That's it, that will install the the libmilter.py file into its proper place. Do note that you can just drop libmilter.py into your project folder and use it that way too. The whole point of this project is to maximize portability.

DOCUMENTATION

Please see my wiki site for all the documentation on this library.