Metadata-Version: 1.1
Name: pg-stats
Version: 0.0.1.dev1
Summary: PostgreSQL service populator.
Home-page: https://gitlab.com/jaqm/pg_stats.git
Author: Jose Antonio Quevedo Muñoz
Author-email: joseantonio.quevedo@gmail.com
License: MIT
Description: Tool: pg_stats
        
        Description:
        ************
        
        This program iterates over all the databases and their datasets, get and shows these info:
        - Average of rows per database
        - Total rows in the entire server
        
        How to:
        ******
        
        Note: The next commands are meant to be run in the same that directory in which this Readme.txt file is stored.
        
        - Disable any previously activated virtualenv:
        
        $ deactivate
        
        - Setup environment:
        
        from this directory, run the next command:
        
        $ ../../setup_env.sh
        
        - Enable virtualenv:
        
        $ source venvs/3_stats/bin/activate
        
        - Get the program help:
        
        $ pg_stats -v
        
        - Run the tool:
        
        $ pg_stats
        
        
Keywords: PostgreSQL
stats
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
