Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.13 KB

README.rst

File metadata and controls

54 lines (33 loc) · 1.13 KB

ZenginCode

github latest version

The python implementation of ZenginCode.

ZenginCode is datasets of bank codes and branch codes for japanese.

Installation

$ pip install zengin_code

Usage

from zengin_code import Bank

Bank.all # => OrderedDict([(u'0001', <zengin_code.bank.Bank object at 0x1044173d0>), ...

Development

Testing

$ pip install tox
$ tox

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/zengin-code/zengin-py

License

The package is available as open source under the terms of the MIT License .