Python SDK for phone number verification via checkhim.tech
Project description
checkhim
Professional Python SDK for phone number verification via checkhim.tech.
Installation
pip install checkhim
Usage
import os
from checkhim.client import CheckHimClient
# Set your API key in the environment variable CHECKHIM_KEY
# or pass it directly to the client
client = CheckHimClient()
result = client.verify_number("+5511984339000")
print(result) # {"carrier": "OI", "valid": true}
Environment Variables
CHECKHIM_KEY: Your API key for checkhim.tech
Contributing
We welcome contributions from the community! To contribute:
- Fork this repository and create your branch from
main. - Install development dependencies and set up a virtual environment.
- Make your changes with clear, well-documented code and tests.
- Ensure all tests pass and code is linted.
- Open a pull request with a clear description of your changes.
For questions or suggestions, open an issue or contact us at opensource@checkhim.tech.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
checkhim-0.1.0.tar.gz
(4.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file checkhim-0.1.0.tar.gz.
File metadata
- Download URL: checkhim-0.1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52411948ba090fe4a19d2330fba9cf78d1d6c651a8a38790cb82115f18b163ec
|
|
| MD5 |
8084ad3b7e0b2df18ec124ed5e621590
|
|
| BLAKE2b-256 |
b2c47279a351f9dc0d4324b250ae168de4892e74fc409729bcae7c2c5d0796a2
|
File details
Details for the file checkhim-0.1.0-py3-none-any.whl.
File metadata
- Download URL: checkhim-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7928337b38dea98ab502617b0b97cae196bf82c78684eac507b46bef2e5709b7
|
|
| MD5 |
c1f08c247c133c83baa1fda7a8a49ead
|
|
| BLAKE2b-256 |
3d8b9b836365aeb865ad33cf002dd8a44e1b43c2f5fd0aea702f80dc68f4c7c0
|