{ "info": { "author": "Augustin Cisterne-Kaas", "author_email": "ajitekun@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. image:: https://travis-ci.org/ajite/docker-postgres-client.svg?branch=master\n :target: https://travis-ci.org/ajite/docker-postgres-client\n.. image:: https://coveralls.io/repos/ajite/docker-postgres-client/badge.svg?branch=master&service=github :target: https://coveralls.io/github/ajite/docker-postgres-client?branch=master\n\ndocker-postgres-client\n======================\nI created this library to work with different version of Docker Postgres without having the need to change my Postgres client.\n\nTo install and use it type the command below:\n\n.. code-block:: bash\n\n pip install docker-postgres-client\n\nYou will then have four new commands available in your shell: dpsql, dcreatedb, ddropdb, and dpg_dump. They allow you to connect, create, drop, dump, and import a database. If you want to add additional features feel free to fork this repository and make a merge request.\n\nAll the bash command have -C (container) option that you can use like below:\n\n.. code-block:: bash\n\n dpsql -C CONTAINER_NAME -U user_name\n\nLast but not least all the scripts contain a useful help message to know how to use them.\n\n.. code-block:: bash\n\n dpsql --help", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://packages.python.org/docker-postgres-client", "keywords": "docker postgres", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "docker-postgres-client", "package_url": "https://pypi.org/project/docker-postgres-client/", "platform": "any", "project_url": "https://pypi.org/project/docker-postgres-client/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://packages.python.org/docker-postgres-client" }, "release_url": "https://pypi.org/project/docker-postgres-client/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Client that uses the PostgreSQL client inside a Docker container.", "version": "0.0.2" }, "last_serial": 1702500, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "7eb43bb056da15bd66c0f8c9f031691e", "sha256": "85f51dde47d50b4cfc2c5f3a151af2702dbef7b505984cdc5735e1a852574a5d" }, "downloads": -1, "filename": "docker_postgres_client-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "7eb43bb056da15bd66c0f8c9f031691e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10383, "upload_time": "2015-08-08T12:28:05", "url": "https://files.pythonhosted.org/packages/de/a7/3b2a46f344f453d6df709d30adb590c92a61b31b25daeb9b34d00cb26cf4/docker_postgres_client-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c6d57fa3dac777334d8f590ed9851203", "sha256": "d02bc65058213a27ed25b01f65ab1984c6deab881d84bc25c412335e020e657c" }, "downloads": -1, "filename": "docker-postgres-client-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c6d57fa3dac777334d8f590ed9851203", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4144, "upload_time": "2015-08-08T12:28:28", "url": "https://files.pythonhosted.org/packages/fd/fb/9eb34201407e50f09a39e6272ef933d5d9cc42c9f44d78731762b83a644c/docker-postgres-client-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "024a4bdfcc76d9bd2201f033d21d964c", "sha256": "3316b88501c8378d1e8c3286e40823ee055b4deff7dd3c3d780a10e140420d08" }, "downloads": -1, "filename": "docker-postgres-client-0.0.2.tar.gz", "has_sig": false, "md5_digest": "024a4bdfcc76d9bd2201f033d21d964c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4055, "upload_time": "2015-09-01T02:40:57", "url": "https://files.pythonhosted.org/packages/17/5f/55750acfc663b82e42a24fde2371d378be8a0e0f2e10e33ad75b620b4534/docker-postgres-client-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "024a4bdfcc76d9bd2201f033d21d964c", "sha256": "3316b88501c8378d1e8c3286e40823ee055b4deff7dd3c3d780a10e140420d08" }, "downloads": -1, "filename": "docker-postgres-client-0.0.2.tar.gz", "has_sig": false, "md5_digest": "024a4bdfcc76d9bd2201f033d21d964c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4055, "upload_time": "2015-09-01T02:40:57", "url": "https://files.pythonhosted.org/packages/17/5f/55750acfc663b82e42a24fde2371d378be8a0e0f2e10e33ad75b620b4534/docker-postgres-client-0.0.2.tar.gz" } ] }