Metadata-Version: 1.1
Name: scalpg-dump
Version: 0.2.0
Summary: Dumps your Scalingo PostgreSQL database without the hustle
Home-page: https://github.com/tobiase/scalpg_dump
Author: Tobias Englert
Author-email: tobias@englert.it
License: MIT license
Description: ===========================
        Scalingo PostgresSQL dumper
        ===========================
        
        
        .. image:: https://img.shields.io/pypi/v/scalpg_dump.svg
                :target: https://pypi.python.org/pypi/scalpg_dump
        
        .. image:: https://img.shields.io/travis/tobiase/scalpg_dump.svg
                :target: https://travis-ci.org/tobiase/scalpg_dump
        
        .. image:: https://readthedocs.org/projects/scalpg-dump/badge/?version=latest
                :target: https://scalpg-dump.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/tobiase/scalpg_dump/shield.svg
             :target: https://pyup.io/repos/github/tobiase/scalpg_dump/
             :alt: Updates
        
        
        Dumps your Scalingo PostgreSQL database without the hustle
        
        To dump the database go to a local directory that's associated with a Scalingo app
        
        Scalingo PostgresSQL dumper requires a working installation of the Scalingo CLI
        Install Scalingo CLI: http://doc.scalingo.com/app/command-line-tool.html
        
        * Free software: MIT license
        * Documentation: https://scalpg-dump.readthedocs.io.
        
        
        Usage
        -----
        
        Dump to file::
        
            scalpg_dump > dump.sql
        
        Pass version to scalingos dbclient-fetcher::
        
            scalpg_dump -v11
        
        Run for specific version / region::
        
            SCALINGO_APP=your-app SCALINGO_REGION=agora-fr1 scalpg_dump
        
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.0 (2017-06-01)
        ------------------
        
        * First release on PyPI.
        
Keywords: scalpg_dump
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
