Skip to main content

conversion of hebrew numbers (Gimatria)

Project description

# python-hebrew-numbers

python library for conversion of hebrew numbers (Gematria)

## Usage

### installation

`bash pip install python-hebrew-numbers `

### gematria_to_int

`python from hebrew_numbers import gematria_to_int gematria_to_int(u'רח"צ') # 298 `

### int_to_gematria

`python from hebrew_numbers import int_to_gematria int_to_gematria(298) # u'רח״צ' int_to_gematria(298, gershayim=False) # u'רחצ' `

## Features

## Contributing

See the [contribution guide](CONTRIBUTING.md)

## Background

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

python-hebrew-numbers-0.2.3.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

python_hebrew_numbers-0.2.3-py2.py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 2 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