Metadata-Version: 1.0
Name: spamc
Version: 0.0.6
Summary: Python spamassassin spamc client library
Home-page: https://github.com/akissa/spamc
Author: Andrew Colin Kissa
Author-email: andrew@topdog.za.net
License: AGPLv3+
Description: spamc
        =====
        
        Python spamassassin spamc client library
        ----------------------------------------
        
        spamc is a python module that provides all the client side functionality
        of the `spamassassin <https://spamassassin.apache.org>`__ `spamd
        protocol <https://github.com/apache/spamassassin/blob/trunk/spamd/PROTOCOL>`__
        
        It can be used with `gevent <http://www.gevent.org>`__ and
        `eventlet <http://www.eventlet.net>`__, is thread safe, reuses
        connections and supports streaming.
        
        Installation
        ------------
        
        Install from PyPi
        
        ::
        
            pip install spamc
        
        Install from Githib
        
        ::
        
            git clone https://github.com/akissa/spamc.git
            cd spamc
            python setup.py install
        
        Usage
        -----
        
        Examples are in the examples directory
        
        Contributing
        ------------
        
        1. Fork it (https://github.com/akissa/spamc/fork)
        2. Create your feature branch (``git checkout -b my-new-feature``)
        3. Commit your changes (``git commit -am 'Add some feature'``)
        4. Push to the branch (``git push origin my-new-feature``)
        5. Create new Pull Request
        
        License
        -------
        
        All code is licensed under the `AGPLv3+
        License <https://github.com/akissa/spamc/blob/master/LICENSE>`__.
        
Keywords: spam spamc spamassassin
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
