Initial import of py-enchant-1.4.2:
authorwiz <wiz>
Wed, 8 Oct 2008 09:42:47 +0000 (09:42 +0000)
committerwiz <wiz>
Wed, 8 Oct 2008 09:42:47 +0000 (09:42 +0000)
commit5bbeeddcf6704068279ed7f2878d5374cdfddc55
treeef405ff43d4ccd57f968258f078040ddb15ce46c
parentbf2fc3011cd8d112c747af214b5cca2e6323fdb8
Initial import of py-enchant-1.4.2:

PyEnchant is a set of language bindings and some wrapper classes
to make the excellent Enchant spellchecker available as a Python
module. The bindings are generated using SWIG. It includes all the
functionality of Enchant with the flexibility of Python and a nice
'Pythonic' object-oriented interface. It also aims to provide some
higher-level functionality than is available in the C API.

Enchant is the spellchecking package behind the AbiWord word
processor, is being considered for inclusion in the KDE office
suite, and has been proposed as a FreeDesktop.org standard. It aims
to provide a single API to access spellchecking services on any
platform, by wrapping the natively available spellchecking facilities.
For example, it can access aspell when running under Linux and
AppleSpell on Mac OSX.
textproc/py-enchant/DESCR [new file with mode: 0644]
textproc/py-enchant/Makefile [new file with mode: 0644]
textproc/py-enchant/PLIST [new file with mode: 0644]
textproc/py-enchant/distinfo [new file with mode: 0644]