Metadata-Version: 2.1
Name: bgral
Version: 0.1.1
Summary: A simple library that tells who made it
Home-page: https://github.com/bhavyagujral26/bgral
Author: Bhavya Gujral
Author-email: bhavya.gujral2608@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# gen_x

[![PyPI - Version](https://img.shields.io/pypi/v/bgral?color=blue)](https://pypi.org/project/bgral/)
[![Status - Alpha](https://img.shields.io/badge/status-alpha-orange)](https://pypi.org/project/bgral/)
[![License - MIT](https://img.shields.io/badge/license-MIT-green)](#license)

**bgral** is a Python library currently under active development. The PyPI package has been published to reserve the name.  

At the moment, it contains only a couple of basic utility functions — but more features are on the way!

---

## ✨ Features (So Far)

### `made_by()`
Returns the author's name.

```python
from gen_x.core import made_by

print(made_by())  # Output: Bhavya Gujral



