alex-kalanis/kw_input
Composer 安装命令:
composer require alex-kalanis/kw_input
包简介
Inputs put in same way - basic interfaces
关键字:
README 文档
README
Contains simplification of inputs from the whole bunch of sources. Allow you use either get and cli or server and env params as same source.
This is the mixed package - contains sever-side implementation in Python and PHP.
PHP Installation
composer.phar require alex-kalanis/kw_input
(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_input" into your app. When it came necessary you can extends every library to comply your use-case; mainly your init ad reading.
Python Installation
into your "setup.py":
install_requires=[
'kw_input',
]
Python Usage
1.) Connect the "kw_input\inputs" into your app. When it came necessary you can extends every library to comply your use-case; mainly your storage and processing.
统计信息
- 总下载量: 1.78k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 7
- 推荐数: 2
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-12-22