{ "info": { "author": "Daryl Yu", "author_email": "hello+pleaseleavemealone@darylyu.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning" ], "description": "===============================\npypgadmin\n===============================\n\nA web client for PostgreSQL written in Python. In spirit and\nintention, it is a PhpPgAdmin clone.\n\nThis is still unusable.\n\nQuickstart\n----------\n\n::\n\n git clone https://github.com/darylyu/pypgadmin\n cd pypgadmin\n pip install -r requirements/dev.txt\n python manage.py db init\n python manage.py db migrate\n python manage.py db upgrade\n python manage.py server\n\n\n\nDeployment\n----------\n\nIn your production environment, make sure the ``PYPGADMIN_ENV`` environment variable is set to ``\"prod\"``.\n\n\nShell\n-----\n\nTo open the interactive shell, run ::\n\n python manage.py shell\n\nBy default, you will have access to ``app``, ``db``, and the ``User`` model.\n\n\nRunning Tests\n-------------\n\nTo run all tests, run ::\n\n python manage.py test\n\n\nMigrations\n----------\n\nWhenever a database migration needs to be made. Run the following commmands:\n::\n\n python manage.py db migrate\n\nThis will generate a new migration script. Then run:\n::\n\n python manage.py db upgrade\n\nTo apply the migration.\n\nFor a full migration command reference, run ``python manage.py db --help``.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/pypgadmin/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "pypgadmin", "package_url": "https://pypi.org/project/pypgadmin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pypgadmin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/pypgadmin/" }, "release_url": "https://pypi.org/project/pypgadmin/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "A web client for PostgreSQL. In spirit and intention: a PhpPgAdmin clone.", "version": "0.0.1" }, "last_serial": 1124655, "releases": { "0.0.1": [] }, "urls": [] }