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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file yen-parser-0.1.0.tar.gz
.
File metadata
- Download URL: yen-parser-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.4 Darwin/20.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2313b9682fb56490a11455aa16054536c54c1a4992bd594434630f94a54806a |
|
MD5 | 56840f7f354d55404dc79b2a78823a1f |
|
BLAKE2b-256 | 1185d822fba43e2bc02e5dc039f0624dfeb5ce7e297ce22ed22f895711a11ad6 |
File details
Details for the file yen_parser-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: yen_parser-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.4 Darwin/20.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24533fdeec0f280e0eb7816183b417ec7acdc08bc341d7c2a6e7743c8f5dcfcf |
|
MD5 | 2f0b45f921688f593799e774899a8311 |
|
BLAKE2b-256 | f45d42ac72f1c3ae15b3bed3eded4f8117e922257f8a5934c14de888bee86015 |