Metadata-Version: 2.1
Name: parupome
Version: 0.1
Summary: A simple package to convert datetime between timezones
Home-page: https://github.com/yourusername/parupome
Author: sugiyama
Author-email: s2222050@stu.musashino-u.ac.jp
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytz

# parupome

A simple package to convert datetime between timezones.

## Installation

To install the package, use pip:

```bash
pip install parupome
