Metadata-Version: 2.1
Name: jsw-nx
Version: 1.0.5
Summary: Next toolkit for python.
Home-page: https://js.work
Author: feizheng
Author-email: 1290657123@qq.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/aric-pypi/jsw-nx
Description-Content-Type: text/markdown

# jsw-nx
> Next toolkit for python.

## installation
```shell
pip install jsw-nx
```

## usage
```python
import jsw_nx as nx

## common methods
nx.includes([1,2,3], 2) # => True
nx.includes([1,2,3], 5) # => False
```
