Metadata-Version: 2.0
Name: bestia
Version: 0.8.9
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
Description-Content-Type: text/markdown
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
Requires-Dist: pyperclip
Requires-Dist: python-magic
Requires-Dist: requests
Requires-Dist: termcolor

# 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

### iterate.py
* items_are_equal
* indexes_from_string
* random_unique_items_from_list
* pop_random_item
* string_to_list
* list_to_string

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

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

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

* pyperclip
* python-magic
* requests
* termcolor


