Skip to main content

Deployment related Fabric utilities

Project description

WARNING - This is pre-alpha software and subject to changes and/or bugs.

Tunic is a library built on Fabric for performing common tasks related to deploying a code base on multiple remote servers.

It’s designed so that you can make use of as much or as little of its functionality as you’d like, the choice is yours.

It only requires the Fabric library as a dependency and can be installed from the Python Package Index (PyPI) using the pip tool like so.

pip install tunic

You could then make use of it in your deploy process like so.

from fabric.api import task
from tunic.api import get_release_id, ReleaseManager

@task
def deploy():
    stop_my_app()
    release = get_release_id()
    install_my_app(release)
    rm = ReleaseManager('/srv/www/mysite')
    rm.set_current_release(release)
    start_my_app()

The above snippet is just the start, take a look around the code base for more methods that can save you work in your deploy process.

The latest documentation is available at http://tunic.readthedocs.org/en/latest/

The source is available at https://github.com/tshlabs/tunic

The change log is available at http://tunic.readthedocs.org/en/latest/changes.html

Enjoy!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tunic-0.2.0.tar.gz (7.0 kB view details)

Uploaded Source

File details

Details for the file tunic-0.2.0.tar.gz.

File metadata

  • Download URL: tunic-0.2.0.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tunic-0.2.0.tar.gz
Algorithm Hash digest
SHA256 67d4b010077aa7d414d8906e0d8504f9e698f231e091b147cb99880879c6e973
MD5 1094601dd2b0f1ef5f12ac7b2711463d
BLAKE2b-256 c7c59d250ff92bfc9f98291aff3dd8b52b8930727b574568c35b770b5219791f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page