conversion of hebrew numbers (Gimatria)
Project description
# python-hebrew-numbers python library for conversion of hebrew numbers (Gematria)
## Usage
### installation `bash $ git clone --recurse-submodules https://github.com/OriHoch/python-hebrew-numbers.git $ cd python-hebrew-numbers $ pip install . `
### gematria_to_int `bash >>> from hebrew_numbers import gematria_to_int >>> gematria_to_int(u'רח"צ') 298 `
### int_to_gematria `bash >>> from hebrew_numbers import int_to_gematria >>> int_to_gematria(298) u'רח״צ' >>> int_to_gematria(298, gershayim=False) u'רחצ' `
## Features * conversion from string of letters to an integer number * conversion of integer to string (using [hebrew-special-numbers](https://github.com/chaimleib/hebrew-special-numbers))
## Contributing See the [contribution guide](CONTRIBUTING.md)
## Background * see https://github.com/hasadna/Open-Knesset/issues/169
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python-hebrew-numbers-0.2.1.tar.gz.
File metadata
- Download URL: python-hebrew-numbers-0.2.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/38.4.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbcd64a7d72b99718b6f21e575438f680d66d87be9eacaf9b1181bbdcf113b98
|
|
| MD5 |
719676894ef93cc7c249b2ba130a2ad3
|
|
| BLAKE2b-256 |
dd326c233c6bfbd9791772ff569b21c139492e2ce2b421453c1468ba83bb7ad9
|
File details
Details for the file python_hebrew_numbers-0.2.1-py2.py3-none-any.whl.
File metadata
- Download URL: python_hebrew_numbers-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/38.4.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89e394c1cfd7cb5c6f00ec4548817fbea77045ce881a5c62d3d598a36925f256
|
|
| MD5 |
5badab6ae44b1f9682c172d35a7e4016
|
|
| BLAKE2b-256 |
f33ad51768e28da3aa7e2fd86d09e72cfdae2303553cab3af54fb13bd9318adf
|