Metadata-Version: 2.1
Name: dizzyblog
Version: 0.2.0
Summary: A simple blogging CLI application.
Home-page: https://github.com/yourusername/dizzyblog
Author: Your Name
Author-email: your_email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# DizzyBlog

Welcome to DizzyBlog, a user-friendly CLI-based Python blog manager. DizzyBlog simplifies the process of managing your blog posts and comments directly from the command line.

## Features

- **Manage Posts**: Add, update, delete, and search for blog posts effortlessly.
- **Manage Comments**: Add, delete, and view comments on your selected posts.
- **Command-Line Interface**: Intuitive CLI for seamless blog management.

## Installation

Install DizzyBlog easily using pip:

```sh
pip install dizzyblog
```

## Usage

Once installed, you can start using DizzyBlog from your command line:

```sh
dizzyblog
```

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

## Contributing

We welcome contributions! Feel free to open an issue or submit a pull request on GitHub.

## Contact

For any questions or feedback, please reach out to the project maintainer.

