Metadata-Version: 2.1
Name: ya-django-toolkit-jp
Version: 0.0.2
Summary: 日本語（マルチバイト文字）の考慮も入れた Django プロジェクトのためのユーティリティです。
Home-page: https://github.com/yk-lab
License: MIT
Author: yk-lab a.k.a YetAnother_yk
Author-email: yk-lab@users.noreply.github.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: django (>=4.2,<5.0)
Project-URL: Documentation, https://github.com/yk-lab/ya-django-toolkit-jp
Project-URL: Repository, https://github.com/yk-lab/ya-django-toolkit-jp
Description-Content-Type: text/markdown

# YetAnother django toolkit for Japan (ya-django-toolkit-jp)

日本語（マルチバイト文字）の考慮も入れた Django プロジェクトのためのユーティリティです。


## For Contributors

```
$ poetry install --no-root --with dev
$ poetry run pre-commit install
```

