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.1.tar.gz
(12.9 kB
view hashes)
Built Distribution
nepattern-0.5.1-py3-none-any.whl
(15.9 kB
view hashes)
Close
Hashes for nepattern-0.5.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8022fc34d726c1b1aa660badf062d6d2f316f23d3a9a3d45b0f7116ea1dc4e8c |
|
MD5 | d6c4618239f7fb78f6800c60b9c143f0 |
|
BLAKE2b-256 | 2ee422e2ce2fe06099ea5d9594263db831fd38de15319c9a9e7f82b947cca0cd |