Metadata-Version: 2.1
Name: lura
Version: 0.4.2
Summary: a bag of tricks
Home-page: UNKNOWN
Author: Nick Zigarovich
Author-email: nick@zigarovich.io
License: UNKNOWN
Description: `lura` is a collection of devops-oriented utility modules.
        
        
        | Module           | Description                                                                |
        | ---------------- | -------------------------------------------------------------------------- |
        | `assets`         | syntactic sugar for `pkg_resources`                                        |
        | `attrs`          | `dict`s with keys accessible as attributes                                 |
        | `concurl`        | framework for http testers and stressers                                   |
        | `crypto`         | syntactic sugar for `cryptography.fernet`                                  |
        | `docker`         | api for docker cli                                                         |
        | `docker.compose` | api for docker-compose cli                                                 |
        | `formats`        | standard api for dealing with json, yaml, etc.                             |
        | `git`            | api for git cli                                                            |
        | `hash`           | syntactic sugar for hashlib                                                |
        | `installer`      | primitive software installer                                               |
        | `kube`           | api for kubectl cli                                                        |
        | `log`            | helpers for `logging` including an easy application-level configurator     |
        | `plates`         | standard api for dealing with jinja2, `string.Template`, etc.              |
        | `rpc`            | syntactic sugar for `rpyc`                                                 |
        | `run`            | api for running shell commands, optionally with sudo                       |
        | `ssh`            | syntactic sugar for `fabric.Connection`                                    |
        | `sudo`           | sudoing `popen()` and a helper for implementing sudo support using askpass |
        | `system`         | standard api for operating local and remote unix systems                   |
        | `systemd`        | api for systemctl and journalctl clis                                      |
        | `threads`        | syntactic sugar for `threading`                                            |
        | `time`           | time utilities                                                             |
        
Platform: UNKNOWN
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
