Metadata-Version: 2.1
Name: je-assert-lib-dev
Version: 0.0.2
Summary: Assert lib to assert everything
Author-email: JE-Chen <zenmailman@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/JeffreyChen-s-Utils/AssertLib
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: MacOS X
Classifier: Environment :: X11 Applications
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

## Welcome to je_assert_lib
> We have what assert you want, \
> and what assert you don't want, \
> enjoy it. \
> Over 150+ Assertion statement

### How to use
```python
from je_assert_lib import assert_str_is_alnum
assert_str_is_alnum("12345")
```
---

## install
> pip install je_assert_lib


## Requires
> python 3.7 or later
