Kraken thing
Project description
kraken datatype
Overview
Library to extract, validate and normalize datatypes.
datatypes:
- url
- date
- country
- address
- telephone
- bool
- currency
- domain
functions:
- validate: returns True false if validate
- normalize: returns normalized value or None
- guess: return best guess or None of datatype
How to use:
from kraken_thing.kraken_class_thing.kraken_class_thing import Thing
result = dt.validate('email', 'name@test.com')
print(result)
result = dt.normalize('email', 'name@test.com')
print(result)
result = dt.guess('name@test.com')
print(result)
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
kraken-thing-0.0.29.tar.gz
(34.2 kB
view details)
Built Distribution
File details
Details for the file kraken-thing-0.0.29.tar.gz
.
File metadata
- Download URL: kraken-thing-0.0.29.tar.gz
- Upload date:
- Size: 34.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44ce1835e7494e8b87fe4a74bfe216992a938d231a80c77197142f06b827cf03 |
|
MD5 | 792693809398eeff826f50a89fd8b7d6 |
|
BLAKE2b-256 | a0c19f9b3b802614688c5a12dc582a9185641556f2b3e895be95dc92394facba |
File details
Details for the file kraken_thing-0.0.29-py3-none-any.whl
.
File metadata
- Download URL: kraken_thing-0.0.29-py3-none-any.whl
- Upload date:
- Size: 54.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 661401b9decefc5f8c57c0d18101b44136c95c906dcb7635515a227f507b87cc |
|
MD5 | 87e1d1178cd6eefdf8e8b1a3a1d8b62c |
|
BLAKE2b-256 | befd95ebddcf1424291080ad7c167b7af49f73674fac9549d398534c455eb983 |