Metadata-Version: 1.1
Name: zodbtools
Version: 0.0.0.dev2
Summary: ZODB-related utilities
Home-page: https://lab.nexedi.com/nexedi/zodbtools
Author: Kirill Smelkov
Author-email: kirr@nexedi.com
License: GPLv2+
Description: =========================================
         Zodbtools - handy set of ZODB utilities
        =========================================
        
        This repository provides a set of handy ZODB utilities. We initially tried to
        put them into ZODB itself, but Jim Fulton adviced__ not to load ZODB with
        scripts anymore. So we are here:
        
        __ https://github.com/zopefoundation/ZODB/pull/128#issuecomment-260970932
        
        - `zodbcmp` - compare content of two ZODB databases bit-to-bit.
        - `zodbdump` - dump content of a ZODB database.
        
Keywords: zodb utility tool
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Database
Classifier: Topic :: Utilities
Classifier: Framework :: ZODB
