Skip to main content

MyNumber (Japanese common number of social security and tax) library

Project description

JPMyNumber is Japanese common number of social security and tax (=My Number) library.

# this is valid
IndividualNumber('123456789018')

# JPMyNumberCheckDigitError
IndividualNumber('123456789019')

Installation

$ pip install JPMyNumber

Usage

Validation

from jpmynumber import IndividualNumber
from jpmynumber.exceptions import JPMyNumberLengthError, JPMyNumberCheckDigitError

try:
    IndividualNumber('123456789018')
except JPMyNumberLengthError:
    print('length error')
except JPMyNumberCheckDigitError:
    print('check digit error')

Creation

from jpmynumber import IndividualNumber

IndividualNumber.random_create()
# <jpmynumber.individual.IndividualNumber('123456789018')>

Important Point

If the first letter is ‘0’ you should use string.

# this is valid
IndividualNumber(111111111118)

# this is valid
IndividualNumber('000111111111')

# error
IndividualNumber(000111111111)

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

JPMyNumber-0.2.3.tar.gz (3.3 kB view details)

Uploaded Source

File details

Details for the file JPMyNumber-0.2.3.tar.gz.

File metadata

  • Download URL: JPMyNumber-0.2.3.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for JPMyNumber-0.2.3.tar.gz
Algorithm Hash digest
SHA256 f73465846990c64f3aa11cc13d113ac7b66d0d16ff47dcae9be39f23a826d528
MD5 c6be5818360372d5bceb966de3e16e30
BLAKE2b-256 59f8a462849b0ac596c91dd87cb5bbef1f3f88429e24267e866b32f051c1b363

See more details on using hashes here.

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