Praetorian Fabric library extends standard `fabric` library, to maintain communication with praetorian services. Main purpose is to make necessary connections and provide suitable data.
Project description
praetorian-fabric
Gladiator Titus in your service. I like heavy weights 🏋️. More strength, more praetorian, more fabric. What more do you want? Gimme that heavy variables 💪.
Introduction
Praetorian Fabric library extends standard fabric
library, to maintain communication
with praetorian services. Main purpose is to make necessary connections and provide
suitable data.
Installation
# pip
pip install praetorian-fabric
# pipenv
pipenv install praetorian-fabric
# poetry
poetry add praetorian-fabric
Usage
####1. First you need to create environment variables:
PRAETORIAN_API_URL
PRAETORIAN_API_KEY
PRAETORIAN_API_SECRET
PRAETORIAN_USERNAME
PRAETORIAN_PASSWORD
####2. Create fabfile.py
folder in your project root directory
####3. Instantiate PraetorianConfig
object:
praetorian_config = PraetorianConfig(project_name='foo project')
####4. Create task and connect to Praetorian SSH Proxy to gain needed variables:
@task
def deploy(ctx, remote_name):
ctx = praetorian_config.connect(ctx, remote_name)
####5. Get variables by dot notation anywhere in your tasks:
@task
def deploy(ctx, remote_name):
ctx = praetorian_config.connect(ctx, remote_name)
variable = praetorian_config.get_variable('variable_name')
nested_variable = praetorian_config.get_variable('variables.nested_variable.name')
Developed with 💙 and ☕️ by Adam Žúrek with the support of BACKBONE s.r.o., 2021 (C)
0.1.0 : 2021-08-05
- 💪 Initial release
0.1.1 : 2021-09-05
- ✌️ Removed useless service calling.
0.1.2 : 2021-10-05
- 👍 Fixed get_variable method, when variable path does not exist.
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
Built Distribution
File details
Details for the file praetorian-fabric-0.1.2.tar.gz
.
File metadata
- Download URL: praetorian-fabric-0.1.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12c96ce7c880edcecc7bb4d94bd93af4ccc786f00f8837ad501b8aa08368cde8 |
|
MD5 | 63ab5061105a676511feeaa07ec9453c |
|
BLAKE2b-256 | d5b95d0e21cb22dca54db8578ba15a9615dc7e7c7e4509273f4b429a873bb3a8 |
File details
Details for the file praetorian_fabric-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: praetorian_fabric-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55e16b4e97cb657ca2ff57e02b579cd09e6466ea59be523cdee9ed346b7fa928 |
|
MD5 | c0e84d2d5454f18d4400b204d4aeb16b |
|
BLAKE2b-256 | 8368490390859d8858145c11baa2d1c1c36bf89ec2ad213bb27353ffdc3024a0 |