Metadata-Version: 2.4
Name: ray_helper
Version: 0.3.0
Summary: A simple package to convert text to uppercase and lowercase
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# ray-package

A simple Python package to convert text to uppercase,lowercase and swap_case.

## Installation

You can install the package via pip and then import function to_uppercase,to_lowercase,swap_case:

```bash
pip install ray-helper==0.3.0
