Metadata-Version: 2.1
Name: vital-statistics-jp
Version: 0.1.2
Summary: vital statistics downloader
Home-page: https://github.com/u-masao/vital_statistics_jp
Author: u-masao
Author-email: 4973920+u-masao@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: openpyxl (>=3.0.9,<4.0.0)
Requires-Dist: pandas (>=1.4.2,<2.0.0)
Requires-Dist: xlrd (>=2.0.1,<3.0.0)
Project-URL: Repository, https://github.com/u-masao/vital_statistics_jp
Description-Content-Type: text/x-rst

===================
vital_statistics_jp
===================

description
============

This module gets the vital statistics of Japan. Currently, it is possible to obtain monthly prompt data.

install
========

.. code-block:: shell

    pip install vital_statistics_jp

code example
============

.. code-block:: python

    from vital_statistics_jp import read_prompt

    stat_df = read_prompt()

    print(stat_df)


