a complex pattern, support typing
Project description
NEPattern
NEPattern
(Not-Enough-Pattern
) 是一个高效的负责类型验证与类型转换的库,独立自 Alconna
简单实例
from nepattern import BasePattern
pat = BasePattern.of(int)
assert pat.validate(13).success
assert not 13.0 >> pat
特点
- 高效的类型转化功能
- 多种预置的实例
- 良好的 typing 支持
- 自由的环境控制
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
nepattern-0.5.9.tar.gz
(13.4 kB
view hashes)
Built Distribution
nepattern-0.5.9-py3-none-any.whl
(16.7 kB
view hashes)
Close
Hashes for nepattern-0.5.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89fac96c53be8ecaadfb22227a4f8a69d5f3c9903dae555a3efba5cd0ebbc49a |
|
MD5 | 119db5132ce1855abe3d2cfe86b53b82 |
|
BLAKE2b-256 | 05579965a0047d18c8931374b3253b099dd48712c64d5bb92d947170ace583fa |