{"id":28559215,"url":"https://github.com/toastdriven/deployable","last_synced_at":"2025-06-10T08:36:25.682Z","repository":{"id":656907,"uuid":"299647","full_name":"toastdriven/deployable","owner":"toastdriven","description":"A simple system for repeatable deploys. Language-agnostic, easy to use yet extensible, and above all, repeatable.","archived":false,"fork":false,"pushed_at":"2009-09-09T21:17:11.000Z","size":88,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-07T16:54:56.158Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toastdriven.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-09-07T05:05:00.000Z","updated_at":"2017-01-31T02:07:46.000Z","dependencies_parsed_at":"2022-07-09T09:00:21.346Z","dependency_job_id":null,"html_url":"https://github.com/toastdriven/deployable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fdeployable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fdeployable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fdeployable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fdeployable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toastdriven","download_url":"https://codeload.github.com/toastdriven/deployable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fdeployable/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259039688,"owners_count":22796893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-10T08:36:17.917Z","updated_at":"2025-06-10T08:36:25.670Z","avatar_url":"https://github.com/toastdriven.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"deployable\n==========\n\nA simple system for repeatable deploys.\n\n\nWhy?\n----\n\nThere are a number of deployment systems out there (such as Capistrano_,\n`zc.buildout`_, pip_ requirements, etc.) but most are very complicated or are\nlanguage-specific. ``deployable`` aims to be language-agnostic, easy to use,\nrepeatable, flexible and fault-tolerant.\n\n``deployable`` is ideal for setting up a single machine. Should you need\ndeployment on multiple machines, you might want to consider using ``deployable``\nwith Fabric_.\n\n.. _Capistrano: http://www.capify.org/\n.. _zc.buildout: http://pypi.python.org/pypi/zc.buildout/\n.. _pip: http://pypi.python.org/pypi/pip\n.. _Fabric: http://www.nongnu.org/fab/\n\n\nGoals\n-----\n\n* Language-agnostic\n* Repeatable\n* Easy to use\n* Easy to extend\n* Work with many major version control systems\n* Allow for cached deployment (pull sources to a single machine then\n  redistribute to other servers)\n\n\nRequirements\n------------\n\n* Requires Python 2.4+ w/ no other dependancies.\n* No install required, just include the ``deployable.py`` file along with your\n  source code.\n* Only test on Unix systems, though it may work on Windows. (Reports/patches\n  accepted!)\n\n\nUsage\n------\n\nSimply create a Python file of with the name of your choice and fill it with::\n\n    from deployable import *\n    \n    install_list = [\n        Shell(command='mkdir foo'),\n        Tarball(url='http://pypi.python.org/packages/source/W/Whoosh/Whoosh-0.3.0b24.zip'),\n        Git(url='git://github.com/toastdriven/django-haystack.git'),\n        Svn(url='http://code.djangoproject.com/svn/django/trunk/django'),\n        GitSvn(url='http://pysolr.googlecode.com/svn/trunk/'),\n        Hg(url='http://bitbucket.org/ubernostrum/django-profiles/'),\n    ]\n    \n    deploy(install_list)\n\nThen run the file (i.e. ``python deploy_me_please.py``). You'll get a log of\nwhat's going on. For advanced usage, see the ``api_complex.py`` sample file\nincluded with this distribution.\n\n\nSupported\n---------\n\nCurrently supported commands are:\n\n* shell\n* tarball\n* Git\n* Mercurial\n* Subversion\n* git-svn\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastdriven%2Fdeployable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoastdriven%2Fdeployable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastdriven%2Fdeployable/lists"}