alex-kalanis/sorter
Composer 安装命令:
composer require alex-kalanis/sorter
包简介
Shareable sorter - basic interfaces
关键字:
README 文档
README
Contains simple interfaces for creating sorting compatible across the libraries. It has been cut from running project and simplified for usage available for another libraries.
This is the mixed package - contains sever-side implementation in Python and PHP.
PHP Installation
{
"require": {
"alex-kalanis/sorter": "1.0"
}
}
(Refer to Composer Documentation if you are not familiar with composer)
PHP Usage
1.) Use your autoloader (if not already done via Composer autoloader)
2.) Connect the "kalanis\kw_sorter" into your app. When it came necessary you can extends every library to comply your use-case; mainly your processing.
Python Installation
into your "setup.py":
install_requires=[
'kw_sorter',
]
Python Usage
1.) Connect the "kw_sorter\sorter" into your app. When it came necessary you can extends every library to comply your use-case; mainly your processing.
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-12-22