Metadata-Version: 2.1
Name: intype
Version: 0.0.2
Summary: dynamic type infer
Home-page: https://github.com/hoyeungw/intype
License: MIT
Keywords: type,dynamic,regex
Author: Hoyeung Wong
Author-email: hoyeungw@outlook.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Project-URL: Repository, https://github.com/hoyeungw/intype
Description-Content-Type: text/markdown

## intype
##### dynamic infer type

### Usage
```python
from intype import has_literal
word = 'chocolate'
print(has_literal(word))
```
