Metadata-Version: 2.1
Name: checkjpy2hkd
Version: 0.1.1
Summary: Check the latest JPY to HKD exchange rates
Home-page: https://github.com/alexcheng628/checkjpy2hkd
License: Proprietary
Keywords: exchange rate
Author: Alex Cheng
Author-email: alex28.biz@gmail.com
Maintainer: Alex Cheng
Maintainer-email: alex28.biz@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0)
Project-URL: Documentation, https://github.com/alexcheng628/checkjpy2hkd
Project-URL: Repository, https://github.com/alexcheng628/checkjpy2hkd
Description-Content-Type: text/markdown

# checkjpy2hkd
Check the latest JPY to HKD exchange rates

## Installation
You can install the JPY to HKD Exchange Rate Checker from [PyPI](https://pypi.org/project/checkjpy2hkd/):

    python -m pip install checkjpy2hkd

## How to use
The JPY to HKD Exchange Rate Checker is a command line application, named `checkjpy2hkd`.

You can also call the JPY to HKD Exchange Rate Checker in your own Python code, by importing from the `reader` package:

    >>> from checkjpy2hkd import xxx
    >>> xxx()
