Changeset 174:c3209bd5df14 for README
Legend:
- Unmodified
- Added
- Removed
-
README
r163 r174 68 68 python setup.py install 69 69 70 The usual setuptools installation options are available. See 71 http://peak.telecommunity.com/DevCenter/EasyInstall for more info. 70 The project is packaged using Distribute (mostly compatible with 71 setuptools) and all the usual setup.py installation options are 72 available. See http://packages.python.org/distribute/ for more info. 72 73 73 See examples/example.py for a simple example of how to use IMAPClient. 74 See imapclient/examples/example.py for a sample of how to use 75 IMAPClient. If the IMAPClient was installed from PyPI the examples 76 subdirectory can be found under whereever the imapclient package is 77 installed. 74 78 75 79 The code is well documented. See the docstrings for more usage … … 114 118 ---------- 115 119 There are comprehensive unit tests for the FETCH response parser and a 116 growing number of other parts of the code. These tests use unittest 117 and can be run using "python setup.py test" or "python run_tests.py". 120 growing number of other parts of the code. These tests use the 121 unittest package from the standard library and can be run using 122 "python run_tests.py".
