Metadata-Version: 2.4
Name: babbl
Version: 0.1.0
Summary: A simple Python package
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# The library of babbl

Turn markdown into beautiful blogs.

## Installation

```bash
pip install babbl
```

## Usage

```python
import babbl
print(babbl.__version__)
```

## License

MIT License
