Metadata-Version: 2.1
Name: lura
Version: 0.3.7
Summary: syntactic sugar
Home-page: UNKNOWN
Author: eckso
Author-email: eckso@eckso.io
License: UNKNOWN
Description: ```
        lura is a collection of helper modules.
        
            attrs: dicts which treat attributes as keys
           crypto: syntactic sugar for cryptography.fernet
          formats: a standard api for dealing with json, yaml, etc.
             hash: syntactic sugar for hashlib
            hooks: primitive event dispatcher
               io: syntactic sugar for io activities
             iter: iterator helpers
              log: reusable logging configurator and syntactic sugar
           plates: a standard api for dealing with template systems
           random: random number helpers
              run: featureful shell command api supporting popen, ptyprocess, and sudo
            shell: helpers for working with the shell
             sudo: popen()-like api for spawning processes with sudo
          testing: helpers for writing tests
          threads: syntactic sugar for threads
             time: time-related helpers
            trace: call tracing
            utils: a module for homeless objects
        ```
        
Platform: UNKNOWN
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
