Metadata-Version: 1.1
Name: KittyStore
Version: 0.1.1
Summary: A storage engine for GNU Mailman v3 archives
Home-page: https://fedorahosted.org/hyperkitty/
Author: HyperKitty Developers
Author-email: hyperkitty-devel@lists.fedorahosted.org
License: GPLv3
Description: ==========
        KittyStore
        ==========
        
        KittyStore is the archiving library for `HyperKitty`_, the Mailman 3 archiver.
        It provides an interface to different storage systems. Currenty only the
        `Storm ORM`_ system is supported.
        
        .. _HyperKitty: https://fedorahosted.org/hyperkitty
        .. _Storm ORM: http://storm.canonical.com
        
        The code is available from: https://github.com/pypingou/kittystore
        
        
        Populating the database
        =======================
        
        - Retrieve the archives using the ``get_mbox.py`` script
        - Load the archives by calling ``kittystore-import``.
        
        This might be memory intensive, so you may want to do 2 or 3 years per run and
        split the runs.
        
        Alternatively, to load the data you may want to do something like::
        
            for i in lists/devel-*; do kittystore-import -l devel@fp.o $i; done;
        
        
        License
        =======
        
        The authors are listed in the ``AUTHORS.txt`` file.
        
        Copyright (C) 2012 by the Free Software Foundation, Inc.
        
        ``KittyStore`` is licensed under the `GPL v3.0`_
        
        .. _GPL v3.0: http://www.gnu.org/licenses/gpl-3.0.html
        
Keywords: email
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Communications :: Email :: Mailing List Servers
Classifier: Programming Language :: Python :: 2
