Metadata-Version: 1.1
Name: estat
Version: 1.1.2
Summary: Download data from Japanese Government Statistics and save it as CSV format files
Home-page: https://github.com/bunjiken/estat
Author: kenbunji
Author-email: kenbunji@gmail.com
License: MIT
Description: ===============================
        estat
        ===============================
        
        Download data from Japanese Government Statistics and save it as CSV format files.
        
        How to use
        --------
        * First you must get AppID from e-Stat site from here (https://www.e-stat.go.jp/).
        * Next do the followings.
        
        .. code-block:: python
        
            >>> import estat
            >>> estat.download()
        
        You can find csv format files in $HOME/estat/data-cache.
        
        If you want to change estat directory from $HOME/estat, do the following.
        
        .. code-block:: python
        
            >>> estat.download(directory='/home/hoge/data/estat/')
        
        Author
        --------
        kenbunji
        https://github.com/bunjiken/estat
        
        License
        --------
        Licensed under the MIT license.
        
        Remarks
        --------
        This program is created referring to this site
        https://github.com/e-stat-api/adaptor
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
