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.3.1.tar.gz
(11.2 kB
view hashes)
Built Distribution
nepattern-0.3.1-py3-none-any.whl
(13.1 kB
view hashes)
Close
Hashes for nepattern-0.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5006228f140e9ee9c61ad90531307be4ca15bf68fe2647e7ea0ddd5fd8f26a29 |
|
MD5 | c695467ad2ca229ad81068b63b1a537b |
|
BLAKE2b-256 | ba91830b850d08ba50b5b63f3b2a70c6f8deb278d48beb0d588e733ee5ffc69a |