Metadata-Version: 1.1
Name: hitchbuildpg
Version: 0.3.2
Summary: Tool to build postgres databases for development and testing.
Home-page: https://github.com/hitchdev/hitchbuildpg
Author: Colm O'Connor
Author-email: colm.oconnor.github@gmail.com
License: LGPL
Description: HitchBuildPg
        ============
        
        A small, self contained python library for building postgres database locally that, on first run will:
        
        * Downloads and compiles a specified version of postgres.
        
        * Builds a database from a series of SQL commands and by restoring a database dump file.
        
        * Takes a snapshot of the newly built database files by taking a copy of the folder.
        
        On subsequent builds, it will skip the long, expensive steps of downloading, compiling postgres
        and restoring a database from a .sql file and just rsync the files across.
        
Keywords: virtualenv build python pyenv
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Software Development :: Libraries
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
