Skip to main content

A python library to parse Sri Lankan national identity card numbers

Project description

nic_parser

A python library to parse Sri Lankan national identity card numbers.

Features

  • Supports both new and old NIC types.

Installation

git clone https://github.com/chehanr/nic_parser.git && cd nic_parser
python setup.py install

Or

pip install nic-parser

Usage

>>> from nic_parser.parser import Parser
>>> nic = Parser('952903022V')
>>> nic.birth_date
datetime.datetime(1995, 10, 16, 0, 0)
>>> nic.gender
<Gender.MALE: 0>
>>> nic.serial_number
302
>>> nic.check_digit
2
>>> nic.special_letter
'V'
>>> nic.id_type
<IdType.OLD: 0>
>>>

TODO

  • Add NIC number generation.
  • ...

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

nic_parser-0.2.0.tar.gz (14.8 kB view hashes)

Uploaded Source

Built Distribution

nic_parser-0.2.0-py3-none-any.whl (15.3 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