Metadata-Version: 2.1
Name: bestia
Version: 2.0.0
Summary: A collection of tools for building dynamic Command-Line applications
Home-page: https://github.com/synestematic/bestia
Author: Federico Rizzo
Author-email: foo@bar.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 5 - Production/Stable
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
Requires-Dist: pyperclip

# bestia
bestia is a library of functions and classes designed to help you build dynamic command-line applications on Linux / Darwin systems.

***
## available functions / classes
### connect.py
* http_get
* random_browser

### proc.py
* Process

### iterate.py
* LoopedList
* string_to_list
* iterable_to_string
* items_are_equal
* unique_random_items
* pop_random_item

### output.py
* tty_size
* tty_rows
* tty_cols
* clear_screen
* Row
* echo
* FString
* expand_seconds
* remove_path
* replace_special_chars
* obfuscate_random_chars
* ProgressBar

### misc.py
* command_output
* copy_to_clipboard
* file_type
* say


***
## dependencies
Installing bestia will install the following pip packages on your system:

* pyperclip

The following binaries are also required by some functions:

* file
* curl
* stty
* say


