Skip to main content

CloudFormation Tools by Ellation

Project description

crunchyroll

ef_open

EllationFormation: CloudFormation Tools for AWS by Ellation

Installation

The easiest way to install ef-open is to use pip in a virtualenv:

$ pip install ef-open

or, if you are not installing in a virtualenv, to install globally:

$ sudo pip install ef-open

or for your user:

$ pip install --user ef-open

If you have the ef-open installed and want to upgrade to the latest version you can run:

$ pip install --upgrade ef-open

Python version

You may need to use python3 on your local system this may map to: $ pip3 install ef-open

Use

ef-cf - Evaluate templatized CloudFormation templates, with the option to generate changesets or apply them ef-cf-diff - Test some or all templates against a target environment, for differences ef-check-config - Validate the config files for JSON correctness ef-generate - Ensure the existence of various standard elements for a target environment ef-instanceinit - Host startup script which copies customized instance config from S3 to the local host ef-password - Manage an encrypted secrets file, with the keys stored in AWS's KMS ef-resolve-config - Generate late-bind config assets, for testing ef-version - Manage versioned tagging for AMI's and static assets

Development

Testing and Linting

This project uses Python unittest framework for unit tests, and pylint for lint checking.

python setup.py test

pylint --rcfile=./pylintrc ./efopen

Versions

This project uses Versioneer to manage the release versions, based on Git tags on the code repository.

Versions for Git working copies are generated on the fly based on the commit status of the working copy, and will change automatically as modifications are made and committed to the repository. For released packages, versions are frozen during packaging, and reflect the state of the working copy at the time the package was built.

Generated package versions follow the PEP440 spec, and will be of the form:

TAG[+DISTANCE.gSHORTHASH[.dirty]]

Where: TAG - the most recent Git tag string (written by the user when the Git tag was created) DISTANCE - the number of commits between the current commit and the given TAG. If this git commit is the tagged commit, this value will be omitted. SHORTHASH - the short Git ref hash, specifying the specific Git ref of the current commit. If this git commit is the tagged commit, this value will be omitted. ".dirty" - will be appended if the working copy has uncommitted changes to tracked files (but importantly, un-tracked files will not affect this flag).

Creating a new Release

To cut a new package release (for example, for a version 1.2.3):

  • Git tag the target Git commit:
git tag -a 1.2.3 -m "Some reasonable tag message"
  • Push the code and tag:
git push && git push --tags

The Jenkins CI pipeline will then recognize the new tag, build it, and publish it to PyPI. To be sure, watch the Jenkins pipeline progress and ensure that the new package tag is published to PyPI.

DO NOT delete a tag and retag the same tag on a different commit. This will not result in a replacement in PyPI, it will just make you sad.

License

Copyright 2016-2017 Ellation, Inc. Licensed under the Apache 2.0 License

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

ef-open-1.25.2.tar.gz (82.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ef_open-1.25.2-py2-none-any.whl (84.6 kB view details)

Uploaded Python 2

File details

Details for the file ef-open-1.25.2.tar.gz.

File metadata

  • Download URL: ef-open-1.25.2.tar.gz
  • Upload date:
  • Size: 82.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/2.7.5

File hashes

Hashes for ef-open-1.25.2.tar.gz
Algorithm Hash digest
SHA256 3b3ef3e03ec1984cea53305ef838f2c32288988480c5e1e51d197b6e7a668147
MD5 a56847c80f0a4295c07fb3b9e0604b97
BLAKE2b-256 ca8b171cb07a5088df36d6cf8f3be076f63ce2809dd6c892cee9e9865351dc40

See more details on using hashes here.

File details

Details for the file ef_open-1.25.2-py2-none-any.whl.

File metadata

  • Download URL: ef_open-1.25.2-py2-none-any.whl
  • Upload date:
  • Size: 84.6 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/2.7.5

File hashes

Hashes for ef_open-1.25.2-py2-none-any.whl
Algorithm Hash digest
SHA256 e6d4602f13820e6249877fff1b9deea8bb7f0e108e2b7f1f754c9619f50664cc
MD5 091169ed2ac7ac9d824e0d83deb7255a
BLAKE2b-256 de4de0b185401a5415a870001817e9dd526d7616b49734470d65597dea30b376

See more details on using hashes here.

Supported by

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