Metadata-Version: 2.1
Name: django-jp-birthday
Version: 0.1.6
Summary: Django model for Japanese birthday.
Home-page: https://github.com/shimakaze-git/django-jp-birthday
Author: shimakaze-git
Author-email: shimakaze.soft+github@googlemail.com
License: MIT license
Keywords: django_jp_birthday django birthday era
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: jeraconv (==0.2.1)
Requires-Dist: jaconv (==0.3)
Requires-Dist: Click (>=7.0)

django-jp-birthday
==================

|https://pypi.python.org/pypi/django_jp_birthday|
|https://django-jp-birthday.readthedocs.io/en/latest/?version=latest|
|Updates| |Python 3|
|https://img.shields.io/github/repo-size/shimakaze-git/django-jp-birthday|
|https://img.shields.io/github/languages/code-size/shimakaze-git/django-jp-birthday|
|https://codecov.io/gh/shimakaze-git/django-jp-birthday/branch/master/graph/badge.svg|
|https://img.shields.io/github/license/shimakaze-git/django-jp-birthday.svg|

django-jp-birthday is a django’s model for use Japanese birthdays and
ages.

Based library is https://github.com/bashu/django-birthday .

Authored by `shimakaze_soft <https://github.com/shimakaze-git>`__ and
some great

`contributors <https://github.com/shimakaze-git/django-jp-birthday/CONTRIBUTING.rst>`__

Features
========

-  TODO

Installation
============

`pypi <https://pypi.org/project/django-jp-birthday/>`__

.. code:: bash

   $ pip install django-jp-birthday

   $ python steup.py install

Usage
=====

.. code:: python

   from jp_birthday.models import BirthdayModel

   class ModelsTest(BirthdayModel):

       class Meta:
           app_label = 'jp_birthday'
           ordering = ('pk',)

Get all user profiles within the next 30 days:

.. code:: python

   ModelsTest.objects.get_upcoming_birthdays()

Get all user profiles which have their birthday today:

.. code:: python

   ModelsTest.objects.get_birthdays()

Or order the user profiles according to their birthday:

.. code:: python

   ModelsTest.objects.order_by_birthday()

Docs
====

-  Documentation: https://django-jp-birthday.readthedocs.io.

License
=======

``django-jp-birthday`` is released under the MIT license.

.. |https://pypi.python.org/pypi/django_jp_birthday| image:: https://img.shields.io/pypi/v/django_jp_birthday.svg
.. |https://django-jp-birthday.readthedocs.io/en/latest/?version=latest| image:: https://readthedocs.org/projects/django-jp-birthday/badge/?version=latest
.. |Updates| image:: https://pyup.io/repos/github/shimakaze-git/django-jp-birthday/shield.svg
   :target: https://pyup.io/repos/github/shimakaze-git/django-jp-birthday/
.. |Python 3| image:: https://pyup.io/repos/github/shimakaze-git/django-jp-birthday/python-3-shield.svg
   :target: https://pyup.io/repos/github/shimakaze-git/django-jp-birthday/
.. |https://img.shields.io/github/repo-size/shimakaze-git/django-jp-birthday| image:: https://img.shields.io/github/repo-size/shimakaze-git/django-jp-birthday
.. |https://img.shields.io/github/languages/code-size/shimakaze-git/django-jp-birthday| image:: https://img.shields.io/github/languages/code-size/shimakaze-git/django-jp-birthday
.. |https://codecov.io/gh/shimakaze-git/django-jp-birthday/branch/master/graph/badge.svg| image:: https://codecov.io/gh/shimakaze-git/django-jp-birthday/branch/master/graph/badge.svg
.. |https://img.shields.io/github/license/shimakaze-git/django-jp-birthday.svg| image:: https://img.shields.io/github/license/shimakaze-git/django-jp-birthday.svg



HISTORY
=======

`Unreleased <https://github.com/shimakaze-git/django-jp-birthday/tree/HEAD>`__
------------------------------------------------------------------------------

`Full
Changelog <https://github.com/shimakaze-git/django-jp-birthday/compare/v0.1.5...HEAD>`__

**Merged pull requests:**

-  Config file for pyup.io
   `#31 <https://github.com/shimakaze-git/django-jp-birthday/pull/31>`__
   (`pyup-bot <https://github.com/pyup-bot>`__)
-  一度templateを取り込む.
   `#2 <https://github.com/shimakaze-git/django-jp-birthday/pull/2>`__
   (`shimakaze-git <https://github.com/shimakaze-git>`__)

`v0.1.5 <https://github.com/shimakaze-git/django-jp-birthday/tree/v0.1.5>`__ (2022-01-29)
-----------------------------------------------------------------------------------------

`Full
Changelog <https://github.com/shimakaze-git/django-jp-birthday/compare/v0.1.4...v0.1.5>`__

`v0.1.4 <https://github.com/shimakaze-git/django-jp-birthday/tree/v0.1.4>`__ (2022-01-29)
-----------------------------------------------------------------------------------------

`Full
Changelog <https://github.com/shimakaze-git/django-jp-birthday/compare/v0.1.3...v0.1.4>`__

`v0.1.3 <https://github.com/shimakaze-git/django-jp-birthday/tree/v0.1.3>`__ (2022-01-28)
-----------------------------------------------------------------------------------------

`Full
Changelog <https://github.com/shimakaze-git/django-jp-birthday/compare/515815cbe454ff9b0caf506429079c329f91a11e...v0.1.3>`__

\* *This Changelog was automatically generated
by*\ `github_changelog_generator <https://github.com/github-changelog-generator/github-changelog-generator>`__


