Metadata-Version: 1.1
Name: pg_pybench
Version: 1.6
Summary: PostgreSQL benchmarking
Home-page: https://github.com/rugging24/pg_pybench
Author: Olakunle Olaniyi
Author-email: rugging24@gmail.com
License: PostgreSQL License
Description: 
        Introduction :
                This tool is a cross platform pgbench utility for benchmarking PostgreSQl databases. It's still under active development
        	so please leave a note for a feature request or a bug report.
        	(Use the email address below to leave a note !)
        
        Requirements:
        	- postgresql v >= 8.4
        	- postgresql-contrib 
        	- python version >= 2.7
        	- python-dev
        	- Ensure the user executing this script(s) has read/write access in the execution directory
        
        Installation : 
        	 sudo pip install pg_pybench
        
        
        Contact :
        	You can send you bug report or feature request to :
        	rugging24@gmail.com
        
        Credits :
        	Greg Smith (https://github.com/gregs1104/pgbench-tools ) wrote the orginal version in shell scripts
        	 
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Benchmark
