Metadata-Version: 2.4
Name: tirupati27
Version: 2026.9.12
Summary: my first python project: ~tirupati
Author-email: Tirupati <balaji274401@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/tirupati27/pypi_tirupati27
Project-URL: Repository, https://github.com/tirupati27/pypi_tirupati27
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: readchar
Provides-Extra: all
Dynamic: license-file

# tirupati27

`tirupati27` is a commonly used python **tested, reusable, and reliable APIs** that can be directly used in projects.
Each tool in this directory has been verified through practical usage and is intended to save development time by avoiding re-implementation of common functionality.

# Examples

```python
from tirupati27.text_attr import pprint   # pretty_print

pprint("this is red and bold text on yellow bg", attr="bold + red + bg:yellow")

pprint("this is italic text in custom color", attr="italic + 120;120;250")

```

```bash
# searching a keyword in all files of a directory
search "keyword" -d .       # search in current directory
search "keyword" -d projects/python/ -i     # ignore case: Enable case-sensitive search
search-config   # edit the config file in nano editor
```
