Metadata-Version: 2.4
Name: zengin_code
Version: 1.1.0.20250323
Summary: bank codes and branch codes for Japanese.
Home-page: https://github.com/zengin-code/zengin-py
Author: Zengin Code
Author-email: zengin-code@zeny.io
License: MIT
Keywords: zengin,bank,japanese
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE.txt
Requires-Dist: six
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

==============================
ZenginCode
==============================

|github| |version|

The python implementation of ZenginCode.

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

Installation
==============

.. code-block:: bash

 $ pip install zengin_code

Usage
==============

.. code-block:: python

 from zengin_code import Bank

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

Development
==============

Testing
---------------

.. code-block:: bash

 $ 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 <http://opensource.org/licenses/MIT>`_ .


.. |github| image:: https://github.com/zengin-code/zengin-py/actions/workflows/update.yml/badge.svg
    :target: https://github.com/zengin-code/zengin-py/actions/workflows/update.yml

.. |version| image:: https://img.shields.io/pypi/v/zengin_code.svg
    :target: http://pypi.python.org/pypi/zengin_code/
    :alt: latest version
