Metadata-Version: 2.1
Name: bestia
Version: 0.8.1
Summary: A collection of tools for building dynamic Command-Line applications
Home-page: https://github.com/synestematic/bestia
Author: Federico Rizzo
Author-email: yo@gmail.com
License: MIT
Description: # bestia
        ***
        Bestia is a library of functions and classes designed to help you build dynamic command-line applications on Linux / Darwin systems.
        
        ## available functions
        
        ### connect
        * http_get
        
        ### iter
        * items_are_equal
        * indexes_from_string
        * random_unique_items_from_list
        * pop_random_item
        * string_to_list
        * list_to_string
        
        ### misc
        * copy_to_clipboard
        * file_type
        * say
        * command_output
        
        ### output
        * tty_size
        * tty_rows
        * tty_columns
        * Row
        * echo
        * FString
        * clear_screen
        * abort
        * expand_seconds
        * remove_path
        * replace_special_chars
        * obfuscate_random_chars
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown
