Metadata-Version: 2.4
Name: shinkirou
Version: 0.1.1.post0
Summary: A fundamental Python package
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/koukaze/shinkirou_package
Project-URL: Source, https://github.com/koukaze/shinkirou_package
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Shinkirou

A fundamental Python package.

## Installation

You can install the package using pip:

```bash
pip install shinkirou
```

## Usage

```python
import shinkirou

# Example usage
print("Hello from Shinkirou!")
```

## License

This project is licensed under the MIT License.
