Metadata-Version: 2.4
Name: roshtools
Version: 0.1.1
Summary: Handy Python utilities for strings, files, timing, and networking.
Author-email: Roshan Gupta <roshandec252@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/roshandec29/roshtools
Project-URL: Repository, https://github.com/roshandec29/roshtools
Project-URL: Issues, https://github.com/roshandec29/roshtools/issues
Keywords: utilities,tools,python,files,strings,timer,networking
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests
Dynamic: license-file

# roshtools 🛠️

A lightweight Python utility library with handy functions for **strings, files, timers, and networking**.  
Save time on common coding tasks with clean, reusable helpers.  

---

## ✨ Features
- 🔤 String helpers (`slugify`, `camel_to_snake`)
- 📂 File helpers (`read_file`, `write_file`)
- ⏱️ Timing context manager (`timer`)
- 🌐 Simple networking (`get_json`)

---

## 📦 Installation
```bash
pip install roshtools
