{ "info": { "author": "Agiliq Solutions", "author_email": "hello@agiliq.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "django-south-compass\n====================\n\n.. image:: https://travis-ci.org/agiliq/compass.png?branch=master\n :target: https://travis-ci.org/agiliq/compass\n :alt: Build Status\n\nWhat is it?\n-----------\n\nDjango south compass is a tool to guide your south migrations.\n\nIt is a git hook that keeps your south migrations in sync with your repository.\n\nInstallation\n------------\n\n.. code-block:: bash\n\n $ pip install django-south-compass\n\nUsage\n-----\n\nGo to your git repo and do:\n\n.. code-block:: bash\n\n $ django-south-compass install\n\nThis will setup a git hook so that whenever you checkout a branch, you're\nmigrations are synced up.\n\nEg.\n\n.. code-block:: bash\n\n $ git branch\n * master\n feature1\n feature2\n\n $ git checkout feature1\n # Migrates to any new migrations added in feature1\n\n $ git checkout master\n # Migrates back to the last migration in master\n\n $ git checkout feature2\n # Migrates to any new migrations added in feature2\n\n $ git checkout feature1\n # Migrates back to the last migration common between\n # feature1 and feature2, then migrates forward to feature1\n\n\nLicense\n-------\n\n3 Clause BSD.\n\nBug report and Help\n-------------------\n\nFor bug reports open a github ticket. Patches gratefully accepted. Need help? `Contact us here`_\n\n.. _contact us here: http://agiliq.com/contactus\n\nThanks\n------\n\nDjango south compass was inspired by `hookup`_ for rails.\n\n.. _hookup: https://github.com/tpope/hookup", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/agiliq/compass", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-south-compass", "package_url": "https://pypi.org/project/django-south-compass/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-south-compass/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/agiliq/compass" }, "release_url": "https://pypi.org/project/django-south-compass/0.0.2a0/", "requires_dist": null, "requires_python": null, "summary": "Compass is a tool to guide your south migrations.", "version": "0.0.2a0" }, "last_serial": 872577, "releases": { "0.0.1a0": [ { "comment_text": "built for Linux-3.8.0-30-generic-i686-with-glibc2.7", "digests": { "md5": "ca4b1a642516911cc43346e90e2aa362", "sha256": "7fe5e6ae74ea929d7b67c3193e658190dc7d3fee0b51f91fb93910cc557761d5" }, "downloads": -1, "filename": "django-south-compass-0.0.1a0.linux-i686.tar.gz", "has_sig": false, "md5_digest": "ca4b1a642516911cc43346e90e2aa362", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 2962, "upload_time": "2013-09-24T09:00:45", "url": "https://files.pythonhosted.org/packages/2b/29/139a85e06f7a417c48dcacc0615b34054af403fa1e90dc8aceb3b16e41ab/django-south-compass-0.0.1a0.linux-i686.tar.gz" }, { "comment_text": "", "digests": { "md5": "4704315dc512028a25afacf82e3aa3ad", "sha256": "7a8ad6e262e2889f85b181f72b1c155604294528d992795479bc8fb6bb514713" }, "downloads": -1, "filename": "django-south-compass-0.0.1a0.tar.gz", "has_sig": false, "md5_digest": "4704315dc512028a25afacf82e3aa3ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3419, "upload_time": "2013-09-24T09:00:41", "url": "https://files.pythonhosted.org/packages/19/ca/41a946d536170a82e584e48ca2083ab9688589aa0641839e55d7c404c933/django-south-compass-0.0.1a0.tar.gz" } ], "0.0.2a0": [ { "comment_text": "", "digests": { "md5": "f5a6a2bf4ba7df98f3b26c3940d351e8", "sha256": "b0c022a3a63a86f79fb5b2aa05ed71e259fbc6dc30c9fa50834914090da34ccf" }, "downloads": -1, "filename": "django-south-compass-0.0.2a0.tar.gz", "has_sig": false, "md5_digest": "f5a6a2bf4ba7df98f3b26c3940d351e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4506, "upload_time": "2013-09-24T09:24:12", "url": "https://files.pythonhosted.org/packages/4a/37/26d2850ce4f4197592c5b408e35aab9bba2a7e33bfd2b8a7089cd848cf22/django-south-compass-0.0.2a0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f5a6a2bf4ba7df98f3b26c3940d351e8", "sha256": "b0c022a3a63a86f79fb5b2aa05ed71e259fbc6dc30c9fa50834914090da34ccf" }, "downloads": -1, "filename": "django-south-compass-0.0.2a0.tar.gz", "has_sig": false, "md5_digest": "f5a6a2bf4ba7df98f3b26c3940d351e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4506, "upload_time": "2013-09-24T09:24:12", "url": "https://files.pythonhosted.org/packages/4a/37/26d2850ce4f4197592c5b408e35aab9bba2a7e33bfd2b8a7089cd848cf22/django-south-compass-0.0.2a0.tar.gz" } ] }