Metadata-Version: 2.4
Name: byteutils
Version: 0.1.0
Summary: A collection of reusable utility functions and modules.
Project-URL: Homepage, https://github.com/bitbytelab/bblab
Project-URL: Issues, https://github.com/bitbytelab/bblab/issues
Author-email: Hasan Rasel <rrss.mahmud@gmail.com>
License-Expression: MIT
License-File: LICENSE
License-File: LICENSE.txt
Keywords: bblab,bitbytelab,python,utility,utils
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: colorlog
Requires-Dist: joblib
Requires-Dist: pandas
Requires-Dist: pyjwt
Requires-Dist: python-dotenv
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: hatchling; extra == 'dev'
Requires-Dist: uv-dynamic-versioning; extra == 'dev'
Description-Content-Type: text/markdown


<p><div align="center">
  <img src="assets/bitbytelab.png" alt="BitByteLab Logo" height="100">
 

**A Collection of reusable utilities.**

[![Release](https://img.shields.io/github/v/tag/bitbytelab/bblab)](https://github.com/bitbytelab/bblab/tag)
[![Platforms](https://img.shields.io/badge/platform-windows%20%7C%20macOS%20%7C%20linux-blue)]()
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![Python](https://img.shields.io/badge/Python-3.9%2B-blue.svg)](https://www.python.org/)
[![PyPI](https://img.shields.io/badge/PyPI-upwork-cli-lightgrey.svg)](https://pypi.org/project/upwork-cli)

</div></p>

bblab.utils
=============================================

A collection of reusable utility functions and modules.

Usage
=====

---
## 🧪 Project Structure

<pre>
<!-- dir-tree-start -->
📁 bblab/
├── 📁 src/
│   └── 📁 bblab/
├── 📁 examples/
│   └── sample_usage.py
├── 📁 tests/
│   └── test.py
├── ⚙️ .env
├── 🚫 .gitignore
├── 📃 LICENSE
├── 📃 LICENSE.txt
├── ⚙️ pyproject.toml
├── 📝 README.md
└── ⚙️ ruff.toml
<!-- dir-tree-end -->
</pre>

---

## 📄 License

Licensed under the [MIT License](LICENSE).

---

## 🤝 Contributing

- Open an issue for ideas, bugs, or suggestions.
- Pull requests are welcome!

---

## 🔗 Links

- 📦 [PyPI](https://pypi.org/project/bblab)
- 🛠️ [Issues](https://github.com/bitbytelab/bblab/issues)
- ⭐ [Star on GitHub](https://github.com/bitbytelab/bblab)

---


