Metadata-Version: 2.4
Name: bblab
Version: 1.0.0
Summary: bblab - A namespace for BitByteLab libraries, tools, scripts, and utilities. It does not contain any functional logic beyond branding and identification; created only to reserve the `bblab` name as a namespace package.  It allows future submodules like bblab.cli, bblab.utils, bblab.ai and others to coexist under a unified namespace in the BitByteLab ecosystem, following modern Python packaging practices.
Project-URL: Homepage, https://bitbytelab.github.io/
Project-URL: BitByteLab, https://github.com/bitbytelab
Project-URL: PyPI, https://pypi.org/project/bblab/
Project-URL: Author-GitHub, https://github.com/rsmahmud
Project-URL: Author-LinkedIn, https://www.linkedin.com/in/rsmahmud
Project-URL: Author-Portfolio, https://rsmahmud.github.io/
Author-email: Hasan Rasel <rrss.mahmud@gmail.com>
Maintainer-email: Hasan Rasel <rrss.mahmud@gmail.com>
License-Expression: MIT
License-File: LICENSE
License-File: LICENSE.txt
Keywords: bblab,bitbytelab,namespace package
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown


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

## Brewing Magic in Code & Logic

[![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-bblab-lightgrey.svg)](https://pypi.org/project/upwork-cli)

</div></p>

## 🧾 Description:
bblab - A namespace for BitByteLab libraries, tools, scripts, and utilities. 
It does not contain any functional logic beyond branding and identification.

This is a bootstrap file created to reserve the `bblab` name as a namespace
package. It allows future submodules like `bblab.cli`, `bblab.utils`, `bblab.ai`,
and others to coexist under a unified namespace in the BitByteLab ecosystem,
following modern Python packaging practices.

---

## 📎 Notes:
To extend the namespace with actual logic or utilities, create a properly
structured submodule or namespace package under `bblab/`.

---

## 🛠️ Usage:

This module is not intended to be used directly. It serves only for namespace
registration and branding display when executed as a standalone script.

```python
python -m bblab
```
Expected Output:  
A pretty terminal banner displaying package info.

---

## 🔗 Links

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


#### 👤 Author — Mahmudul Hasan Rasel
- 🧳 Portfolio: [rsmahmud.github.io](https://rsmahmud.github.io/)
- 🐙 GitHub: [github.com/rsmahmud](https://github.com/rsmahmud)
- 💼 LinkedIn: [linkedin.com/in/rsmahmud](https://www.linkedin.com/in/rsmahmud)

#### 🏢 BitByteLab — Organization
- 🏠 Homepage: [bitbytelab.github.io](https://bitbytelab.github.io/)
- 🐙 GitHub: [github.com/bitbytelab](https://github.com/bitbytelab)

---

## 📄 License

Licensed under the [MIT License](LICENSE).
