Metadata-Version: 2.1
Name: puzzleimage
Version: 2024.0.5
Summary: A Python library to make puzzle images
Home-page: https://github.com/MakePuzz/puzzleimage
Author: MakePuzz
Author-email: puzzle.hokkaido@gmail.com
Maintainer: MakePuzz
Maintainer-email: puzzle.hokkaido@gmail.com
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: japanize_matplotlib

# puzzleimage
puzzleimage is a repository for making puzzle images.

## How to upload to PyPI?
You can upload to PyPI by just the following steps:
1. Add a tag to a commit.
2. Create a "release" on GitHub.
Then, GitHub actions should work to publish it.
