Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1013 Bytes

README.rst

File metadata and controls

43 lines (26 loc) · 1013 Bytes

ZenginCode

circle 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>), ...

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 .