Metadata-Version: 2.1
Name: nomiden
Version: 0.0.1
Summary: A Python package to extract information from Indonesian ID Number (NIK, KK)
Home-page: https://github.com/divakartika/nomiden
Author: Diva K
Author-email: diva@algorit.ma
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# nomiden

## What is it?

**nomiden** is a Python package that provides information extraction from Indonesian ID Numbers, i.e. NIK (Nomor Induk Kependudukan) and KK (Kartu Keluarga).

## Main Features
Here are the things that **nomiden** can do for you:

  - Retreive regional information 
    - Province
    - City
    - District
  - Retreive gender information (NIK only)
  - Retreive birth information (NIK only)
    - Age
    - Birthday (e.g. 15 June 2000)
    - Birth date
    - Birth month
    - Birth year
    - Birth in datetime
  - Retreive registration information (KK only)
    - Registration day (e.g. 15 June 2000)
    - Registration date
    - Registration month
    - Registration year
    - Registration in datetime
  - Registration order
  - Complete information in a dictionary

## Where to get it
The source code is currently hosted on GitHub at: https://github.com/divakartika/nomiden

**nomiden** is available at the [Python Package Index (PyPI)](https://pypi.org/project/nomiden/).

## Dependencies
- [Pandas - Supports data-related operations](https://pandas.pydata.org)

## License
[MIT](LICENSE)

## Documentation
[nomiden Documentation](https://divakartika.notion.site/nomiden-Documentation-50ed0573bd7c44bc8337472cfbdb24d3) 

## Getting Help & Discussion

For usage questions and development discussions, feel free to contact diva@algorit.ma.
