Metadata-Version: 2.1
Name: dstemplatest
Version: 0.0.12
Summary: A Python package for creating project structure.
Home-page: https://github.com/ravi46931/dstemplatest-pypi
Author: ravi46931
Author-email: ravikumar46931@gmail.com
Project-URL: Bug Tracker, https://github.com/ravi46931/dstemplatest-pypi/issues
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy


<!-- ![PyPI](https://img.shields.io/pypi/v/my_project)
![License](https://img.shields.io/github/license/yourusername/my_project)
![Build Status](https://github.com/yourusername/my_project/actions/workflows/python-publish.yml/badge.svg) -->

## Overview

My Project is a Python library that provides a simple function to return a greeting message. This is a basic example to demonstrate the structure of a Python package and how to publish it on PyPI using GitHub Actions.

## Installation

You can install the library using pip:

```sh
pip install my_project
