{ "info": { "author": "Micropyramid", "author_email": "hello@micropyramid.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Deploy Django Project with Fabric\n===================================\n\n.. image:: https://readthedocs.org/projects/deploy-python/badge/?version=latest\n :target: http://deploy-python.readthedocs.io/en/latest/\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/dm/deploy-python.svg\n :target: https://pypi.python.org/pypi/deploy-python\n :alt: Downloads\n\n.. image:: https://img.shields.io/pypi/v/deploy-python.svg\n :target: https://pypi.python.org/pypi/deploy-python\n :alt: Latest Release\n\n.. image:: https://travis-ci.org/MicroPyramid/deploy-python.svg?branch=master\n :target: https://travis-ci.org/MicroPyramid/deploy-python\n\n.. image:: https://coveralls.io/repos/github/MicroPyramid/deploy-python/badge.svg?branch=master\n :target: https://coveralls.io/github/MicroPyramid/deploy-python?branch=master\n\n.. image:: https://img.shields.io/github/license/micropyramid/deploy-python.svg\n :target: https://pypi.python.org/pypi/deploy-python/\n\n\nSetup:\n-------\n\n* First, create an YAML file similar to `sample_config.yaml`_ and fill the configuration details.\n\n.. _`sample_config.yaml`: https://github.com/MicroPyramid/deploy-python/blob/master/deploy_python/sample_config.yaml\n\n* Next, create a :code:`fabfile.py` in your project directory and import all functions(fab commands/tasks) from `deploy_python`.\n\n* Finally, call setup() function with your configuration yaml file path.\n\n**Here is an example fabfile** -\n\n.. code-block:: python\n\n # fabfile.py\n from deploy_python.commands import *\n setup(\"fabconfig.yaml\")\n\n\nUsage:\n-------\n\n* To list all the fab commands:\n\n.. code-block:: python\n\n fab -l\n\n\n* To install the requirements on your local system, you can run the command as follows\n\n.. code-block:: python\n\n fab run_local activate_env_install_requirements\n (or)\n fab activate_env_install_requirements\n\n\n* To run a command on staging/live host,\n\n.. code-block:: python\n\n fab [run_local/run_stage/run_live] \n\n\nNOTE:\n-------\nBy default, all the functions will run on the local system.\n\nVisit our Django web development page `Here`_\n\n.. _Here: https://micropyramid.com/django-development-services/\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MicroPyramid/deploy-python", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "deploy-python", "package_url": "https://pypi.org/project/deploy-python/", "platform": "", "project_url": "https://pypi.org/project/deploy-python/", "project_urls": { "Homepage": "https://github.com/MicroPyramid/deploy-python" }, "release_url": "https://pypi.org/project/deploy-python/1.1/", "requires_dist": null, "requires_python": "", "summary": "A Django deployment package for all hosting types.", "version": "1.1" }, "last_serial": 5819246, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "fd4a2728145e40b58e48634f36fd5aef", "sha256": "5a15e0b44ec336b2778b2719e9c8783d33ec00467b479932b7c0494af0962aa6" }, "downloads": -1, "filename": "deploy-python-1.0.tar.gz", "has_sig": false, "md5_digest": "fd4a2728145e40b58e48634f36fd5aef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6663, "upload_time": "2019-09-12T08:57:06", "url": "https://files.pythonhosted.org/packages/4c/17/eb49c1514562863c0f2c177eade1ebafcb597718d3a99cd3b12c5722fcb9/deploy-python-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "6f088149ca6e695223d9a6a8f9999eba", "sha256": "8680afad920534d624b7af1e8b14d5d74c7510c06439904e20dbafa6d217ef95" }, "downloads": -1, "filename": "deploy-python-1.1.tar.gz", "has_sig": false, "md5_digest": "6f088149ca6e695223d9a6a8f9999eba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6654, "upload_time": "2019-09-12T09:30:10", "url": "https://files.pythonhosted.org/packages/ca/bf/75282b8d1053c1f9a4d4080f00c64c9dbcd0b3981ed0172f49bcee242e8e/deploy-python-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6f088149ca6e695223d9a6a8f9999eba", "sha256": "8680afad920534d624b7af1e8b14d5d74c7510c06439904e20dbafa6d217ef95" }, "downloads": -1, "filename": "deploy-python-1.1.tar.gz", "has_sig": false, "md5_digest": "6f088149ca6e695223d9a6a8f9999eba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6654, "upload_time": "2019-09-12T09:30:10", "url": "https://files.pythonhosted.org/packages/ca/bf/75282b8d1053c1f9a4d4080f00c64c9dbcd0b3981ed0172f49bcee242e8e/deploy-python-1.1.tar.gz" } ] }