Skip to main content

A tiny "desired state configuration" library.

Project description

Tiny Desired State Configuration

A set of Python classes designed to facilitate repeatable machine provisioning, with flexibility to handle permutations based on tags. Designed for linux and unix machines, not tested for compatibility on Windows.

Design Principles

Python 2 and 3 compatible

MacOS still ships with Python 2.7, Ubuntu 18.04 ships with ~3.6.

No external dependencies

Intended to just work when pulled down onto a fresh system. Optimally intended to be included as a submodule in a "dotfiles" type repository.

Simple beats all

Designed as the primary benefit over simply using shell scripts.

Boundaries

The following features are out of bounds, in order to fulfill the "tiny" aspect of the project's name:

  • Stateful operations, including:
    • Automatic reversion of states when a tag is no longer applied
    • Automatically skipping applied states unless changes were made to the state
  • Automatic dependency order resolution

If you need any of the above features, consider using a more fully-featured orchestration management package, such as SaltStack.

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

tdsc-0.0.0.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

tdsc-0.0.0.1-py3-none-any.whl (2.0 kB view hashes)

Uploaded Python 3

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