Metadata-Version: 2.1
Name: jsw-nx
Version: 1.0.9
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
```

## next core methods
- base/filter
- base/find
- base/find_index
- base/foreach
- base/forin
- base/get
- base/includes
- base/indexof
- base/map
- base/reduce
- base/set

## ruby style
-rubify/to_f
-rubify/to_i
-rubify/to_n
-rubify/to_s

## next packages
- days
