Skip to main content

A validation library for Zambia

Project description

Zam-Authentic

Zam-Authentic is a Python package that provides validation functions for applications created in Zambia. It includes validation for phone numbers, National Registration Card (NRC) numbers, and location data.

GitHub Link

https://github.com/Munalula-Sikazwe/ZamAuthentic

Installation

You can install Zam-Authentic using pip:

Copy code

pip install zam-authentic

Usage Phone Number Validation To validate a phone number, you can use the phonenumber_is_valid function:

python Copy code

from zam_authentic.phone_number_validation import phonenumber_is_valid

is_valid = phonenumber_is_valid('+260978123456') # Returns True

NRC Validation

To validate an NRC number, you can use the validate_nrc function:

python Copy code

from zam_authentic.nrc_validation.validate import validate_nrc

is_valid = validate_nrc('123456/78/9', delimiter='/')  # Returns True

Location Data Validation To validate location data, you can use the validate_location function:

python Copy code

License This project is licensed under the MIT License - see the LICENSE file for details. Get Districts To get a list of districts in Zambia, you can use the get_districts function:

python Copy code

from zam_authentic.locations.get_locations import get_districts

districts = get_districts('province-name')

Returns a list of district names

Get Provinces

To get a list of provinces in Zambia, you can use the get_provinces function:

python Copy code

from zam_authentic.locations.get_locations import get_provinces

provinces = get_provinces()

Returns a list of province names

Get Constituencies

To get a list of constituencies in Zambia, you can use the get_constituencies function:

python Copy code

from zam_authentic.locations.get_locations import get_constituencies

constituencies = get_constituencies("district-name")

print(constituencies) # Returns a list of constituency names

Disclaimer This package is intended for educational purposes only and is not intended to be used in production systems without proper review and testing. The authors of this package are not responsible for any damages that may occur as a result of using this package. Use at your own risk.

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

zam_authentic-0.0.10.tar.gz (11.5 kB view details)

Uploaded Source

Built Distribution

zam_authentic-0.0.10-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file zam_authentic-0.0.10.tar.gz.

File metadata

  • Download URL: zam_authentic-0.0.10.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for zam_authentic-0.0.10.tar.gz
Algorithm Hash digest
SHA256 802709bdc1233339a35df00bd171b2ecc05aa164f3e6ec74da500091244f61d4
MD5 7ba3aa98ed49f8bc15a051430124e789
BLAKE2b-256 905fa6b6c970a89f594c617310afc469a52089680142b53c242c24c671bb10b9

See more details on using hashes here.

File details

Details for the file zam_authentic-0.0.10-py3-none-any.whl.

File metadata

File hashes

Hashes for zam_authentic-0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 c7b23a42fa40a04c17ed6eb1ae3c7ec7bb79105aaf92a37d640964401c48b732
MD5 7d9e61e3bab7c908073631c1e91d73a1
BLAKE2b-256 fd95d93e40c3afbf7626e94108f0468bc6fd1fc3819d66622ddcc055262122e7

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