Metadata-Version: 2.1
Name: bestia
Version: 0.8.2
Summary: A collection of tools for building dynamic Command-Line applications
Home-page: https://github.com/synestematic/bestia
Author: Federico Rizzo
License: MIT
Description: # bestia
        ***
        
        ## project description
        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 :: Only
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
