Metadata-Version: 1.1
Name: zodbtools
Version: 0.0.0.dev4
Summary: ZODB-related utilities
Home-page: https://lab.nexedi.com/nexedi/zodbtools
Author: Nexedi + Zope Foundation + Community
Author-email: kirr@nexedi.com
License: GPLv3+ with wide exception for Open-Source; ZPL 2.1
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
        
        - `zodb analyze` - analyze FileStorage or repozo deltafs usage.
        - `zodb cmp` - compare content of two ZODB databases bit-to-bit.
        - `zodb dump` - dump content of a ZODB database.
        - `zodb info` - print general information about 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
