Metadata-Version: 1.1
Name: dbops
Version: 1.3.0
Summary: Database Operations Tools
Home-page: http://rbirm.us
Author: Ryan Birmingham
Author-email: birm@rbirm.us
License: UNKNOWN
Description: dbops
        =====
        A collection of tools for managing database servers.
        
        Tools:
          **WhereLives**: quickly determine which host a database is on,
            or which databases are on a host.
              Command line:
                ''python -m dbops.WhereLives (search key) (hostlist file)
                 (permissions file) (server type) (reverse mode)''
          **DiskCheck**: get a report on which hosts are low on disk space
            Command line:
              ''python -m dbops.DiskCheck (warn threshold, gb) (hostlist file)''
          **SqlParser**: Analyze your sql statements **UNDER CONSTRUCTION***
        
        More Tools coming.
        
        Versions of form:
        {tool version}.{number of tools}.{small updates}
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Database
Classifier: Intended Audience :: Information Technology
