Skip to main content

Yen currency string parser.

Project description

Yen currency string parser.

Installation

pip install yen-parser

Usage

Basic usage

>>> from yen_parser import parse_yen
>>> parse_yen("¥45,000")
45000

Supported cases

parse-yen function accepts string in the very rough format:

>>> parse_yen("45000")
45000

>>> parse_yen("45,000")
45000

>>> parse_yen("¥45,000")
45000

Note

As the name of this library yen-parsr describes, only support Japanese yen currency format. If you want to deal with other currency, there are more nicely library exists on PyPI, e.g. price-parser

Disclaim

This library is not intended to be used for important and/or critical work like financial situation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yen-parser-0.1.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

yen_parser-0.1.0-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page