Metadata-Version: 1.1
Name: zaim
Version: 0.0.1
Summary: Python bindings for the Zaim API
Home-page: https://github.com/hiromu2000/zaim
Author: Hiromu
Author-email: hiromu2000@hotmail.com
License: MIT
Description: # zaim
        Python bindings for the Zaim API
        
        # Test
        ```
        $ cd /path/to/zaim
        $ export PYTHONPATH=$PYTHONPATH:/path/to/zaim/zaim
        $ python tests/test_zaim.py
        ```
        
        # Acknowledgements
        - A part of the codes is originally from [here](https://github.com/konomae/zaimpy).
        
Keywords: zaim api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
