Metadata-Version: 1.1
Name: estat
Version: 1.0.0
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/).
        ```
        import estat
        estat.download()
        ```
        You can find csv format files in $HOME/estat/data-cache.
        
        * 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
